Skip to content

Commit 57fdb0d

Browse files
fix(deps): update all non-major dependencies
1 parent 097f2f0 commit 57fdb0d

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

conf/eslint-config-react-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"eslint": "^8.0.0"
2121
},
2222
"dependencies": {
23-
"@babel/core": "^7.24.3",
23+
"@babel/core": "^7.24.5",
2424
"@babel/eslint-parser": "^7.24.1",
25-
"@rushstack/eslint-patch": "^1.10.1",
25+
"@rushstack/eslint-patch": "^1.10.2",
2626
"@typescript-eslint/eslint-plugin": "^5.62.0",
2727
"@typescript-eslint/parser": "^5.62.0",
2828
"babel-preset-react-app": "^10.0.1",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-jest": "^26.9.0",
3333
"eslint-plugin-jsx-a11y": "^6.8.0",
3434
"eslint-plugin-react": "^7.34.1",
35-
"eslint-plugin-react-hooks": "^4.6.0",
35+
"eslint-plugin-react-hooks": "^4.6.2",
3636
"eslint-plugin-testing-library": "^5.11.1"
3737
},
3838
"engines": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"node": "^16.0.0 || >=18.0.0"
4444
},
4545
"dependencies": {
46-
"@babel/core": "^7.24.3",
46+
"@babel/core": "^7.24.5",
4747
"@babel/helper-module-imports": "^7.24.3",
48-
"@babel/parser": "^7.24.1",
48+
"@babel/parser": "^7.24.5",
4949
"@babel/plugin-proposal-class-properties": "^7.18.6",
50-
"@babel/preset-env": "^7.24.3",
51-
"@babel/traverse": "^7.24.1",
50+
"@babel/preset-env": "^7.24.5",
51+
"@babel/traverse": "^7.24.5",
5252
"@rollup/plugin-babel": "^6.0.4",
5353
"@rollup/plugin-commonjs": "^24.1.0",
5454
"@rollup/plugin-json": "^6.1.0",
@@ -64,7 +64,7 @@
6464
"babel-plugin-annotate-pure-calls": "^0.4.0",
6565
"babel-plugin-dev-expression": "^0.2.3",
6666
"babel-plugin-macros": "^3.1.0",
67-
"babel-plugin-polyfill-regenerator": "^0.6.1",
67+
"babel-plugin-polyfill-regenerator": "^0.6.2",
6868
"babel-plugin-transform-rename-import": "^2.3.0",
6969
"camelcase": "^6.3.0",
7070
"chalk": "^4.1.2",
@@ -78,7 +78,7 @@
7878
"eslint-plugin-jsx-a11y": "^6.8.0",
7979
"eslint-plugin-prettier": "^4.2.1",
8080
"eslint-plugin-react": "^7.34.1",
81-
"eslint-plugin-react-hooks": "^4.6.0",
81+
"eslint-plugin-react-hooks": "^4.6.2",
8282
"eslint-plugin-testing-library": "^5.11.1",
8383
"execa": "^4.1.0",
8484
"figlet": "^1.7.0",
@@ -114,12 +114,12 @@
114114
"@commitlint/config-conventional": "^16.2.4",
115115
"@release-it/conventional-changelog": "^5.1.1",
116116
"@types/cssnano": "^5.1.0",
117-
"@types/eslint": "^8.56.7",
117+
"@types/eslint": "^8.56.10",
118118
"@types/figlet": "^1.5.8",
119119
"@types/fs-extra": "^9.0.13",
120120
"@types/lodash": "^4.17.0",
121-
"@types/node": "^16.18.94",
122-
"@types/react": "^18.2.74",
121+
"@types/node": "^16.18.96",
122+
"@types/react": "^18.3.1",
123123
"@types/rollup-plugin-json": "^3.0.7",
124124
"@types/semver": "^7.5.8",
125125
"@types/shelljs": "^0.8.15",

templates/react-with-storybook/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.2.74",
21-
"@types/react-dom": "^18.2.23",
20+
"@types/react": "^18.3.1",
21+
"@types/react-dom": "^18.3.0",
2222
"vite": "latest",
2323
"@vitejs/plugin-react": "latest",
2424
"typescript": "^4"

templates/react/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.2.74",
21-
"@types/react-dom": "^18.2.23",
20+
"@types/react": "^18.3.1",
21+
"@types/react-dom": "^18.3.0",
2222
"vite": "latest",
2323
"@vitejs/plugin-react": "latest",
2424
"typescript": "^4"

0 commit comments

Comments
 (0)