Skip to content

Commit 0b8f866

Browse files
committed
fix: eslint version
1 parent 4103757 commit 0b8f866

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"ejs": "^3.1.10",
4646
"enzyme": "^3.11.0",
4747
"enzyme-to-json": "^3.6.2",
48-
"eslint": "^7.32.0",
4948
"identity-obj-proxy": "^3.0.0",
5049
"jest": "^29.0.0",
5150
"jest-canvas-mock": "^2.5.2",
@@ -71,7 +70,10 @@
7170
"webpack-cli": "^5.1.4",
7271
"webpack-dev-server": "^5.1.0",
7372
"whatwg-fetch": "^3.6.20",
74-
"yorkie": "^2.0.0"
73+
"yorkie": "^2.0.0",
74+
"eslint": "^8.56.0",
75+
"@typescript-eslint/parser": "^6.14.0",
76+
"@typescript-eslint/eslint-plugin": "^6.14.0"
7577
},
7678
"gitHooks": {
7779
"pre-commit": "pretty-quick --staged"
@@ -80,7 +82,6 @@
8082
"license": "MIT",
8183
"dependencies": {
8284
"@babel/parser": "^7.27.5",
83-
"@typescript-eslint/parser": "^8.34.1",
8485
"conventional-changelog-cli": "^5.0.0",
8586
"jest-environment-jsdom": "^29.7.0",
8687
"less-plugin-npm-import": "^2.1.0",

0 commit comments

Comments
 (0)