From c9d5cf509c24c2ef9e1e02ba913b8eb3081081d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:01:27 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- conf/eslint-config-react-app/package.json | 8 +++---- package.json | 22 +++++++++---------- .../react-with-storybook/example/package.json | 4 ++-- templates/react/example/package.json | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/conf/eslint-config-react-app/package.json b/conf/eslint-config-react-app/package.json index b896217dd..78cac8eab 100644 --- a/conf/eslint-config-react-app/package.json +++ b/conf/eslint-config-react-app/package.json @@ -20,9 +20,9 @@ "eslint": "^8.0.0" }, "dependencies": { - "@babel/core": "^7.24.3", - "@babel/eslint-parser": "^7.24.1", - "@rushstack/eslint-patch": "^1.10.1", + "@babel/core": "^7.24.5", + "@babel/eslint-parser": "^7.24.5", + "@rushstack/eslint-patch": "^1.10.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "babel-preset-react-app": "^10.0.1", @@ -32,7 +32,7 @@ "eslint-plugin-jest": "^26.9.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^5.11.1" }, "engines": { diff --git a/package.json b/package.json index 10408c139..3cfc2ce93 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,12 @@ "node": "^16.0.0 || >=18.0.0" }, "dependencies": { - "@babel/core": "^7.24.3", + "@babel/core": "^7.24.5", "@babel/helper-module-imports": "^7.24.3", - "@babel/parser": "^7.24.1", + "@babel/parser": "^7.24.5", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.24.3", - "@babel/traverse": "^7.24.1", + "@babel/preset-env": "^7.24.5", + "@babel/traverse": "^7.24.5", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-json": "^6.1.0", @@ -64,7 +64,7 @@ "babel-plugin-annotate-pure-calls": "^0.4.0", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-macros": "^3.1.0", - "babel-plugin-polyfill-regenerator": "^0.6.1", + "babel-plugin-polyfill-regenerator": "^0.6.2", "babel-plugin-transform-rename-import": "^2.3.0", "camelcase": "^6.3.0", "chalk": "^4.1.2", @@ -78,7 +78,7 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^5.11.1", "execa": "^4.1.0", "figlet": "^1.7.0", @@ -99,7 +99,7 @@ "rollup-plugin-dts": "^5.3.1", "rollup-plugin-typescript2": "^0.36.0", "sade": "^1.8.1", - "semver": "^7.6.0", + "semver": "^7.6.1", "shelljs": "^0.8.5", "sort-package-json": "^1.57.0", "tiny-glob": "^0.2.9", @@ -114,12 +114,12 @@ "@commitlint/config-conventional": "^16.2.4", "@release-it/conventional-changelog": "^5.1.1", "@types/cssnano": "^5.1.0", - "@types/eslint": "^8.56.7", + "@types/eslint": "^8.56.10", "@types/figlet": "^1.5.8", "@types/fs-extra": "^9.0.13", - "@types/lodash": "^4.17.0", - "@types/node": "^16.18.94", - "@types/react": "^18.2.74", + "@types/lodash": "^4.17.1", + "@types/node": "^16.18.97", + "@types/react": "^18.3.1", "@types/rollup-plugin-json": "^3.0.7", "@types/semver": "^7.5.8", "@types/shelljs": "^0.8.15", diff --git a/templates/react-with-storybook/example/package.json b/templates/react-with-storybook/example/package.json index 18d6f640d..4a68542fc 100644 --- a/templates/react-with-storybook/example/package.json +++ b/templates/react-with-storybook/example/package.json @@ -17,8 +17,8 @@ "scheduler/tracing": "../node_modules/scheduler/tracing-profiling" }, "devDependencies": { - "@types/react": "^18.2.74", - "@types/react-dom": "^18.2.23", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "vite": "latest", "@vitejs/plugin-react": "latest", "typescript": "^4" diff --git a/templates/react/example/package.json b/templates/react/example/package.json index 18d6f640d..4a68542fc 100644 --- a/templates/react/example/package.json +++ b/templates/react/example/package.json @@ -17,8 +17,8 @@ "scheduler/tracing": "../node_modules/scheduler/tracing-profiling" }, "devDependencies": { - "@types/react": "^18.2.74", - "@types/react-dom": "^18.2.23", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "vite": "latest", "@vitejs/plugin-react": "latest", "typescript": "^4"