Fix(package.json): Fix eslint error

Add dependency eslint-config-prettier to fix eslint error. Upgrade dependencies.
This commit is contained in:
2024-10-24 11:18:17 +08:00
parent 3a441115dd
commit ed47c0c62a
2 changed files with 77 additions and 95 deletions

View File

@@ -30,8 +30,8 @@
"@marsidev/react-turnstile": "^1.0.2",
"@monaco-editor/react": "^4.6.0",
"@shikijs/monaco": "^1.22.0",
"antd": "^5.21.4",
"antd-style": "^3.7.0",
"antd": "^5.21.5",
"antd-style": "^3.7.1",
"axios": "1.7.4",
"custom-protocol-check": "^1.4.0",
"dayjs": "^1.11.13",
@@ -42,7 +42,7 @@
"jwt-decode": "^4.0.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.4",
"match-sorter": "^7.0.0",
"moment": "^2.30.1",
"monaco-editor": "^0.52.0",
"react": "^18.3.1",
@@ -55,26 +55,27 @@
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.10",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript/ata": "^0.9.7",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"jsdom": "^24.1.3",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.11.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"vite": "5.4.6"
"vite": "5.4.10"
}
}