Skip to content

Commit 39ffbb3

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

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
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.7",
24+
"@babel/eslint-parser": "^7.24.7",
25+
"@rushstack/eslint-patch": "^1.10.3",
2626
"@typescript-eslint/eslint-plugin": "^5.62.0",
2727
"@typescript-eslint/parser": "^5.62.0",
2828
"babel-preset-react-app": "^10.0.1",
2929
"confusing-browser-globals": "^1.0.11",
3030
"eslint-plugin-flowtype": "^8.0.3",
3131
"eslint-plugin-import": "^2.29.1",
3232
"eslint-plugin-jest": "^26.9.0",
33-
"eslint-plugin-jsx-a11y": "^6.8.0",
34-
"eslint-plugin-react": "^7.34.1",
35-
"eslint-plugin-react-hooks": "^4.6.0",
33+
"eslint-plugin-jsx-a11y": "^6.9.0",
34+
"eslint-plugin-react": "^7.34.3",
35+
"eslint-plugin-react-hooks": "^4.6.2",
3636
"eslint-plugin-testing-library": "^5.11.1"
3737
},
3838
"engines": {

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
"node": "^16.0.0 || >=18.0.0"
4545
},
4646
"dependencies": {
47-
"@babel/core": "^7.24.3",
48-
"@babel/helper-module-imports": "^7.24.3",
49-
"@babel/parser": "^7.24.1",
47+
"@babel/core": "^7.24.7",
48+
"@babel/helper-module-imports": "^7.24.7",
49+
"@babel/parser": "^7.24.7",
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.7",
52+
"@babel/traverse": "^7.24.7",
5353
"@rollup/plugin-babel": "^6.0.4",
5454
"@rollup/plugin-commonjs": "^24.1.0",
5555
"@rollup/plugin-json": "^6.1.0",
5656
"@rollup/plugin-node-resolve": "^15.2.3",
57-
"@rollup/plugin-replace": "^5.0.5",
57+
"@rollup/plugin-replace": "^5.0.7",
5858
"@rollup/plugin-terser": "^0.4.4",
5959
"@types/jest": "^29.5.12",
6060
"@typescript-eslint/eslint-plugin": "^5.62.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",
@@ -76,10 +76,10 @@
7676
"eslint-plugin-flowtype": "^8.0.3",
7777
"eslint-plugin-import": "^2.29.1",
7878
"eslint-plugin-jest": "^27.9.0",
79-
"eslint-plugin-jsx-a11y": "^6.8.0",
79+
"eslint-plugin-jsx-a11y": "^6.9.0",
8080
"eslint-plugin-prettier": "^4.2.1",
81-
"eslint-plugin-react": "^7.34.1",
82-
"eslint-plugin-react-hooks": "^4.6.0",
81+
"eslint-plugin-react": "^7.34.3",
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,13 +100,13 @@
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",
107-
"ts-jest": "^29.1.2",
107+
"ts-jest": "^29.1.5",
108108
"ts-node": "^10.9.2",
109-
"tslib": "^2.6.2",
109+
"tslib": "^2.6.3",
110110
"type-fest": "^2.19.0",
111111
"typescript": "^5.0.2"
112112
},
@@ -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.6",
122+
"@types/node": "^16.18.101",
123+
"@types/react": "^18.3.3",
124124
"@types/rollup-plugin-json": "^3.0.7",
125125
"@types/semver": "^7.5.8",
126126
"@types/shelljs": "^0.8.15",
@@ -132,7 +132,7 @@
132132
"doctoc": "^2.2.1",
133133
"dts-cli": "file:.",
134134
"husky": "^8.0.3",
135-
"lint-staged": "^15.2.2",
135+
"lint-staged": "^15.2.7",
136136
"react": "^16.14.0",
137137
"react-dom": "^16.14.0",
138138
"react-is": "^16.13.1",

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.3",
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.3",
21+
"@types/react-dom": "^18.3.0",
2222
"vite": "latest",
2323
"@vitejs/plugin-react": "latest",
2424
"typescript": "^4"

0 commit comments

Comments
 (0)