Skip to content

Commit dab781a

Browse files
fix(deps): update all non-major dependencies
1 parent 1b214df commit dab781a

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"eslint": "^8.0.0"
2121
},
2222
"dependencies": {
23-
"@babel/core": "^7.18.6",
24-
"@babel/eslint-parser": "^7.18.2",
23+
"@babel/core": "^7.18.10",
24+
"@babel/eslint-parser": "^7.18.9",
2525
"@rushstack/eslint-patch": "^1.1.4",
26-
"@typescript-eslint/eslint-plugin": "^5.30.0",
27-
"@typescript-eslint/parser": "^5.30.0",
26+
"@typescript-eslint/eslint-plugin": "^5.33.0",
27+
"@typescript-eslint/parser": "^5.33.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.26.0",
32-
"eslint-plugin-jest": "^26.5.3",
33-
"eslint-plugin-jsx-a11y": "^6.6.0",
32+
"eslint-plugin-jest": "^26.8.1",
33+
"eslint-plugin-jsx-a11y": "^6.6.1",
3434
"eslint-plugin-react": "^7.30.1",
3535
"eslint-plugin-react-hooks": "^4.6.0",
36-
"eslint-plugin-testing-library": "^5.5.1"
36+
"eslint-plugin-testing-library": "^5.6.0"
3737
},
3838
"engines": {
3939
"node": ">=14.0.0"

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,26 @@
4444
"node": ">=12.0.0"
4545
},
4646
"dependencies": {
47-
"@babel/core": "^7.18.6",
47+
"@babel/core": "^7.18.10",
4848
"@babel/helper-module-imports": "^7.18.6",
49-
"@babel/parser": "^7.18.6",
49+
"@babel/parser": "^7.18.11",
5050
"@babel/plugin-proposal-class-properties": "^7.18.6",
51-
"@babel/preset-env": "^7.18.6",
52-
"@babel/traverse": "^7.18.6",
51+
"@babel/preset-env": "^7.18.10",
52+
"@babel/traverse": "^7.18.11",
5353
"@rollup/plugin-babel": "^5.3.1",
5454
"@rollup/plugin-commonjs": "^21.1.0",
5555
"@rollup/plugin-json": "^4.1.0",
5656
"@rollup/plugin-node-resolve": "^13.3.0",
5757
"@rollup/plugin-replace": "^3.1.0",
5858
"@types/jest": "^27.5.2",
59-
"@typescript-eslint/eslint-plugin": "^5.30.0",
60-
"@typescript-eslint/parser": "^5.30.0",
59+
"@typescript-eslint/eslint-plugin": "^5.33.0",
60+
"@typescript-eslint/parser": "^5.33.0",
6161
"ansi-escapes": "^4.3.2",
6262
"asyncro": "^3.0.0",
6363
"babel-plugin-annotate-pure-calls": "^0.4.0",
6464
"babel-plugin-dev-expression": "^0.2.3",
6565
"babel-plugin-macros": "^3.1.0",
66-
"babel-plugin-polyfill-regenerator": "^0.3.1",
66+
"babel-plugin-polyfill-regenerator": "^0.4.0",
6767
"babel-plugin-transform-rename-import": "^2.3.0",
6868
"camelcase": "^6.3.0",
6969
"chalk": "^4.1.2",
@@ -73,12 +73,12 @@
7373
"eslint-config-prettier": "^8.5.0",
7474
"eslint-plugin-flowtype": "^8.0.3",
7575
"eslint-plugin-import": "^2.26.0",
76-
"eslint-plugin-jest": "^26.5.3",
77-
"eslint-plugin-jsx-a11y": "^6.6.0",
76+
"eslint-plugin-jest": "^26.8.1",
77+
"eslint-plugin-jsx-a11y": "^6.6.1",
7878
"eslint-plugin-prettier": "^4.2.1",
7979
"eslint-plugin-react": "^7.30.1",
8080
"eslint-plugin-react-hooks": "^4.6.0",
81-
"eslint-plugin-testing-library": "^5.5.1",
81+
"eslint-plugin-testing-library": "^5.6.0",
8282
"execa": "^4.1.0",
8383
"figlet": "^1.5.2",
8484
"fs-extra": "^10.1.0",
@@ -88,7 +88,7 @@
8888
"lodash.merge": "^4.6.2",
8989
"ora": "^5.4.1",
9090
"pascal-case": "^3.1.2",
91-
"postcss": "^8.4.14",
91+
"postcss": "^8.4.16",
9292
"prettier": "^2.5.1",
9393
"progress-estimator": "^0.3.0",
9494
"regenerator-runtime": "^0.13.9",
@@ -104,30 +104,30 @@
104104
"sort-package-json": "^1.57.0",
105105
"tiny-glob": "^0.2.9",
106106
"ts-jest": "^27.1.5",
107-
"ts-node": "^10.8.1",
107+
"ts-node": "^10.9.1",
108108
"tslib": "^2.4.0",
109-
"type-fest": "^2.14.0",
109+
"type-fest": "^2.18.0",
110110
"typescript": "^4.5.5"
111111
},
112112
"devDependencies": {
113113
"@commitlint/cli": "^16.3.0",
114114
"@commitlint/config-conventional": "^16.2.4",
115115
"@release-it/conventional-changelog": "^5.0.0",
116116
"@types/cssnano": "^5.0.0",
117-
"@types/eslint": "^8.4.3",
117+
"@types/eslint": "^8.4.5",
118118
"@types/figlet": "^1.5.4",
119119
"@types/fs-extra": "^9.0.13",
120120
"@types/lodash": "^4.14.182",
121-
"@types/node": "^16.11.42",
122-
"@types/react": "^17.0.47",
121+
"@types/node": "^16.11.47",
122+
"@types/react": "^17.0.48",
123123
"@types/rollup-plugin-json": "^3.0.3",
124124
"@types/semver": "^7.3.10",
125125
"@types/shelljs": "^0.8.11",
126126
"@types/styled-components": "^5.1.25",
127-
"@typescript-eslint/eslint-plugin": "^5.30.0",
128-
"@typescript-eslint/parser": "^5.30.0",
127+
"@typescript-eslint/eslint-plugin": "^5.33.0",
128+
"@typescript-eslint/parser": "^5.33.0",
129129
"auto-changelog": "^2.4.0",
130-
"autoprefixer": "^10.4.7",
130+
"autoprefixer": "^10.4.8",
131131
"babel-plugin-replace-identifiers": "^0.1.1",
132132
"cssnano": "^5.1.12",
133133
"doctoc": "^2.2.0",
@@ -138,7 +138,7 @@
138138
"react": "^16.14.0",
139139
"react-dom": "^16.14.0",
140140
"react-is": "^16.13.1",
141-
"release-it": "^15.1.1",
141+
"release-it": "^15.2.0",
142142
"rollup-plugin-postcss": "^4.0.2",
143143
"styled-components": "^5.3.5",
144144
"tiny-invariant": "^1.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^17.0.47",
20+
"@types/react": "^17.0.48",
2121
"@types/react-dom": "^17.0.17",
2222
"vite": "latest",
2323
"vite-preset-react": "latest",

templates/react/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^17.0.47",
20+
"@types/react": "^17.0.48",
2121
"@types/react-dom": "^17.0.17",
2222
"vite": "latest",
2323
"vite-preset-react": "latest",

0 commit comments

Comments
 (0)