Skip to content

Commit e00441e

Browse files
committed
Dedupe packages
1 parent 7917fd2 commit e00441e

File tree

3 files changed

+753
-1755
lines changed

3 files changed

+753
-1755
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,19 @@
3737
"release-it": "^14.12.5"
3838
},
3939
"resolutions": {
40+
"@babel/core": "7.19.3",
41+
"@babel/code-frame": "7.18.6",
42+
"@babel/generator": "7.19.3",
43+
"@babel/helper-compilation-targets": "7.19.3",
44+
"@babel/traverse": "7.19.3",
45+
"@babel/types": "7.19.3",
4046
"console-testing-library": "patch:console-testing-library@npm:0.3.1#.yarn/patches/console-testing-library__npm_0.3.1.patch",
4147
"msw": "patch:msw@npm:0.40.2#.yarn/patches/msw-npm-0.40.2-2107d48752",
48+
"jscodeshift": "0.13.1",
4249
"react-redux": "npm:8.0.2",
4350
"react": "npm:18.1.0",
4451
"react-dom": "npm:18.1.0",
52+
"resolve": "1.22.1",
4553
"@types/react": "npm:18.0.12",
4654
"@types/react-dom": "npm:18.0.5",
4755
"@types/inquirer": "npm:8.2.1",

packages/rtk-codemods2/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
},
1818
"devDependencies": {
1919
"coveralls": "^3.1.0",
20-
"eslint": "^8.25.0",
21-
"eslint-config-prettier": "^8.5.0",
20+
"eslint": "^7.25.0",
21+
"eslint-config-prettier": "^8.3.0",
2222
"eslint-plugin-node": "^11.1.0",
23-
"eslint-plugin-prettier": "^4.2.1",
24-
"jest": "^26.6.3",
25-
"prettier": "^2.7.1"
23+
"eslint-plugin-prettier": "^3.4.0",
24+
"jest": "^27",
25+
"prettier": "^2.2.1"
2626
},
2727
"engines": {
28-
"node": "10.* || 12.* || >= 14"
28+
"node": ">= 14"
2929
},
3030
"jest": {
3131
"testEnvironment": "node"

0 commit comments

Comments
 (0)