Skip to content

Commit 181d650

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

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

Diff for: conf/eslint-config-react-app/package.json

+7-7
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.26.0",
24+
"@babel/eslint-parser": "^7.25.9",
25+
"@rushstack/eslint-patch": "^1.10.4",
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",
31-
"eslint-plugin-import": "^2.29.1",
31+
"eslint-plugin-import": "^2.31.0",
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.10.2",
34+
"eslint-plugin-react": "^7.37.2",
35+
"eslint-plugin-react-hooks": "^4.6.2",
3636
"eslint-plugin-testing-library": "^5.11.1"
3737
},
3838
"engines": {

Diff for: package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@
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.26.0",
48+
"@babel/helper-module-imports": "^7.25.9",
49+
"@babel/parser": "^7.26.2",
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.26.0",
52+
"@babel/traverse": "^7.25.9",
5353
"@rollup/plugin-babel": "^6.0.4",
5454
"@rollup/plugin-commonjs": "^24.1.0",
5555
"@rollup/plugin-json": "^6.1.0",
56-
"@rollup/plugin-node-resolve": "^15.2.3",
57-
"@rollup/plugin-replace": "^5.0.5",
56+
"@rollup/plugin-node-resolve": "^15.3.0",
57+
"@rollup/plugin-replace": "^5.0.7",
5858
"@rollup/plugin-terser": "^0.4.4",
59-
"@types/jest": "^29.5.12",
59+
"@types/jest": "^29.5.14",
6060
"@typescript-eslint/eslint-plugin": "^5.62.0",
6161
"@typescript-eslint/parser": "^5.62.0",
6262
"ansi-escapes": "^4.3.2",
@@ -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",
@@ -74,15 +74,15 @@
7474
"eslint": "^8.37.0",
7575
"eslint-config-prettier": "^8.10.0",
7676
"eslint-plugin-flowtype": "^8.0.3",
77-
"eslint-plugin-import": "^2.29.1",
77+
"eslint-plugin-import": "^2.31.0",
7878
"eslint-plugin-jest": "^27.9.0",
79-
"eslint-plugin-jsx-a11y": "^6.8.0",
79+
"eslint-plugin-jsx-a11y": "^6.10.2",
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.37.2",
82+
"eslint-plugin-react-hooks": "^4.6.2",
8383
"eslint-plugin-testing-library": "^5.11.1",
8484
"execa": "^4.1.0",
85-
"figlet": "^1.7.0",
85+
"figlet": "^1.8.0",
8686
"fs-extra": "^10.1.0",
8787
"jest": "^29.5.0",
8888
"jest-environment-jsdom": "^29.7.0",
@@ -91,48 +91,48 @@
9191
"lodash.merge": "^4.6.2",
9292
"ora": "^5.4.1",
9393
"pascal-case": "^3.1.2",
94-
"postcss": "^8.4.38",
94+
"postcss": "^8.4.47",
9595
"prettier": "^2.8.1",
9696
"progress-estimator": "^0.3.1",
9797
"regenerator-runtime": "^0.14.1",
9898
"rollup": "^3.20.0",
99-
"rollup-plugin-delete": "^2.0.0",
99+
"rollup-plugin-delete": "^2.1.0",
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.3",
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.2.5",
108108
"ts-node": "^10.9.2",
109-
"tslib": "^2.6.2",
109+
"tslib": "^2.8.0",
110110
"type-fest": "^2.19.0",
111111
"typescript": "^5.0.2"
112112
},
113113
"devDependencies": {
114114
"@commitlint/cli": "^16.3.0",
115115
"@commitlint/config-conventional": "^16.2.4",
116116
"@release-it/conventional-changelog": "^5.1.1",
117-
"@types/cssnano": "^5.1.0",
118-
"@types/eslint": "^8.56.7",
119-
"@types/figlet": "^1.5.8",
117+
"@types/cssnano": "^5.1.3",
118+
"@types/eslint": "^8.56.12",
119+
"@types/figlet": "^1.7.0",
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.13",
122+
"@types/node": "^16.18.116",
123+
"@types/react": "^18.3.12",
124124
"@types/rollup-plugin-json": "^3.0.7",
125125
"@types/semver": "^7.5.8",
126126
"@types/shelljs": "^0.8.15",
127127
"@types/styled-components": "^5.1.34",
128-
"auto-changelog": "^2.4.0",
129-
"autoprefixer": "^10.4.19",
128+
"auto-changelog": "^2.5.0",
129+
"autoprefixer": "^10.4.20",
130130
"babel-plugin-replace-identifiers": "^0.1.1",
131131
"cssnano": "^5.1.15",
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.10",
136136
"react": "^16.14.0",
137137
"react-dom": "^16.14.0",
138138
"react-is": "^16.13.1",

Diff for: templates/react-with-storybook/example/package.json

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

Diff for: templates/react/example/package.json

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

0 commit comments

Comments
 (0)