Skip to content

Commit a324d7e

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

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 2 additions & 2 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.4",
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",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"node": "^16.0.0 || >=18.0.0"
4444
},
4545
"dependencies": {
46-
"@babel/core": "^7.24.3",
46+
"@babel/core": "^7.24.4",
4747
"@babel/helper-module-imports": "^7.24.3",
48-
"@babel/parser": "^7.24.1",
48+
"@babel/parser": "^7.24.4",
4949
"@babel/plugin-proposal-class-properties": "^7.18.6",
50-
"@babel/preset-env": "^7.24.3",
50+
"@babel/preset-env": "^7.24.4",
5151
"@babel/traverse": "^7.24.1",
5252
"@rollup/plugin-babel": "^6.0.4",
5353
"@rollup/plugin-commonjs": "^24.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",
@@ -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.2.79",
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.2.79",
21+
"@types/react-dom": "^18.2.25",
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.2.79",
21+
"@types/react-dom": "^18.2.25",
2222
"vite": "latest",
2323
"@vitejs/plugin-react": "latest",
2424
"typescript": "^4"

0 commit comments

Comments
 (0)