We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4103757 commit 0b8f866Copy full SHA for 0b8f866
1 file changed
package.json
@@ -45,7 +45,6 @@
45
"ejs": "^3.1.10",
46
"enzyme": "^3.11.0",
47
"enzyme-to-json": "^3.6.2",
48
- "eslint": "^7.32.0",
49
"identity-obj-proxy": "^3.0.0",
50
"jest": "^29.0.0",
51
"jest-canvas-mock": "^2.5.2",
@@ -71,7 +70,10 @@
71
70
"webpack-cli": "^5.1.4",
72
"webpack-dev-server": "^5.1.0",
73
"whatwg-fetch": "^3.6.20",
74
- "yorkie": "^2.0.0"
+ "yorkie": "^2.0.0",
+ "eslint": "^8.56.0",
75
+ "@typescript-eslint/parser": "^6.14.0",
76
+ "@typescript-eslint/eslint-plugin": "^6.14.0"
77
},
78
"gitHooks": {
79
"pre-commit": "pretty-quick --staged"
@@ -80,7 +82,6 @@
80
82
"license": "MIT",
81
83
"dependencies": {
84
"@babel/parser": "^7.27.5",
- "@typescript-eslint/parser": "^8.34.1",
85
"conventional-changelog-cli": "^5.0.0",
86
"jest-environment-jsdom": "^29.7.0",
87
"less-plugin-npm-import": "^2.1.0",
0 commit comments