npm update

This commit is contained in:
Ivan 2024-10-03 20:51:06 +03:00
parent 92f495f5b8
commit 791c5a841c
2 changed files with 375 additions and 355 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@
"dependencies": {
"@lezer/lr": "^1.4.2",
"@tanstack/react-table": "^8.20.5",
"@uiw/codemirror-themes": "^4.23.3",
"@uiw/react-codemirror": "^4.23.3",
"@uiw/codemirror-themes": "^4.23.4",
"@uiw/react-codemirror": "^4.23.4",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"framer-motion": "^11.5.6",
@ -40,24 +40,24 @@
"devDependencies": {
"@lezer/generator": "^1.7.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.0",
"eslint-plugin-react": "^7.36.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"globals": "^15.10.0",
"jest": "^29.7.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.7"
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
},
"jest": {
"preset": "ts-jest",