Skip to content

Commit f4dc426

Browse files
fix(deps): update all non-major dependencies
1 parent 5a0172f commit f4dc426

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

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

Lines changed: 4 additions & 4 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",
24-
"@babel/eslint-parser": "^7.24.1",
25-
"@rushstack/eslint-patch": "^1.10.1",
23+
"@babel/core": "^7.24.5",
24+
"@babel/eslint-parser": "^7.24.5",
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"node": "^16.0.0 || >=18.0.0"
4545
},
4646
"dependencies": {
47-
"@babel/core": "^7.24.3",
47+
"@babel/core": "^7.24.5",
4848
"@babel/helper-module-imports": "^7.24.3",
49-
"@babel/parser": "^7.24.1",
49+
"@babel/parser": "^7.24.5",
5050
"@babel/plugin-proposal-class-properties": "^7.18.6",
51-
"@babel/preset-env": "^7.24.3",
52-
"@babel/traverse": "^7.24.1",
51+
"@babel/preset-env": "^7.24.5",
52+
"@babel/traverse": "^7.24.5",
5353
"@rollup/plugin-babel": "^6.0.4",
5454
"@rollup/plugin-commonjs": "^24.1.0",
5555
"@rollup/plugin-json": "^6.1.0",
@@ -65,7 +65,7 @@
6565
"babel-plugin-annotate-pure-calls": "^0.4.0",
6666
"babel-plugin-dev-expression": "^0.2.3",
6767
"babel-plugin-macros": "^3.1.0",
68-
"babel-plugin-polyfill-regenerator": "^0.6.1",
68+
"babel-plugin-polyfill-regenerator": "^0.6.2",
6969
"babel-plugin-transform-rename-import": "^2.3.0",
7070
"camelcase": "^6.3.0",
7171
"chalk": "^4.1.2",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-jsx-a11y": "^6.8.0",
8080
"eslint-plugin-prettier": "^4.2.1",
8181
"eslint-plugin-react": "^7.34.1",
82-
"eslint-plugin-react-hooks": "^4.6.0",
82+
"eslint-plugin-react-hooks": "^4.6.2",
8383
"eslint-plugin-testing-library": "^5.11.1",
8484
"execa": "^4.1.0",
8585
"figlet": "^1.7.0",
@@ -100,7 +100,7 @@
100100
"rollup-plugin-dts": "^5.3.1",
101101
"rollup-plugin-typescript2": "^0.36.0",
102102
"sade": "^1.8.1",
103-
"semver": "^7.6.0",
103+
"semver": "^7.6.2",
104104
"shelljs": "^0.8.5",
105105
"sort-package-json": "^1.57.0",
106106
"tiny-glob": "^0.2.9",
@@ -115,12 +115,12 @@
115115
"@commitlint/config-conventional": "^16.2.4",
116116
"@release-it/conventional-changelog": "^5.1.1",
117117
"@types/cssnano": "^5.1.0",
118-
"@types/eslint": "^8.56.7",
118+
"@types/eslint": "^8.56.10",
119119
"@types/figlet": "^1.5.8",
120120
"@types/fs-extra": "^9.0.13",
121-
"@types/lodash": "^4.17.0",
122-
"@types/node": "^16.18.94",
123-
"@types/react": "^18.2.74",
121+
"@types/lodash": "^4.17.1",
122+
"@types/node": "^16.18.97",
123+
"@types/react": "^18.3.1",
124124
"@types/rollup-plugin-json": "^3.0.7",
125125
"@types/semver": "^7.5.8",
126126
"@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)