Skip to content

Commit 7daecc4

Browse files
committed
Move @typescript-eslint/parser from resolutions to devDependencies
1 parent 7046ddc commit 7daecc4

File tree

2 files changed

+273
-11
lines changed

2 files changed

+273
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"examples/action-listener/*"
2424
],
2525
"devDependencies": {
26+
"@typescript-eslint/eslint-plugin": "6.12.0",
27+
"@typescript-eslint/parser": "6.12.0",
2628
"eslint": "^7.25.0",
2729
"eslint-config-prettier": "^8.3.0",
2830
"eslint-config-react-app": "^7.0.1",
@@ -64,9 +66,7 @@
6466
"docs/@types/react-dom": "npm:17.0.11",
6567
"docs/@types/react": "npm:17.0.11",
6668
"type-fest": "2.19.0",
67-
"console-testing-library@0.6.1": "patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch",
68-
"@typescript-eslint/eslint-plugin": "6.12.0",
69-
"@typescript-eslint/parser": "6.12.0"
69+
"console-testing-library@0.6.1": "patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch"
7070
},
7171
"scripts": {
7272
"build": "yarn build:packages",

0 commit comments

Comments
 (0)