npm update major versions

This commit is contained in:
IRBorisov 2024-06-26 21:49:50 +03:00
parent 5a42245883
commit c2417eb760
2 changed files with 590 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,19 +18,19 @@
"@uiw/react-codemirror": "^4.22.2", "@uiw/react-codemirror": "^4.22.2",
"axios": "^1.7.2", "axios": "^1.7.2",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"framer-motion": "^10.18.0", "framer-motion": "^11.2.12",
"js-file-download": "^0.4.12", "js-file-download": "^0.4.12",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13", "react-error-boundary": "^4.0.13",
"react-icons": "^4.12.0", "react-icons": "^5.2.1",
"react-intl": "^6.6.8", "react-intl": "^6.6.8",
"react-loader-spinner": "^5.4.5", "react-loader-spinner": "^6.1.6",
"react-pdf": "^9.0.0", "react-pdf": "^9.0.0",
"react-router-dom": "^6.24.0", "react-router-dom": "^6.24.0",
"react-select": "^5.8.0", "react-select": "^5.8.0",
"react-tabs": "^6.0.2", "react-tabs": "^6.0.2",
"react-toastify": "^9.1.3", "react-toastify": "^10.0.5",
"react-tooltip": "^5.27.0", "react-tooltip": "^5.27.0",
"reagraph": "^4.19.2", "reagraph": "^4.19.2",
"use-debounce": "^10.0.1" "use-debounce": "^10.0.1"
@ -41,21 +41,21 @@
"@types/node": "^20.14.9", "@types/node": "^20.14.9",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7", "eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-tsdoc": "^0.3.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"tailwindcss": "^3.4.4", "tailwindcss": "^3.4.4",
"ts-jest": "^29.1.5", "ts-jest": "^29.1.5",
"typescript": "^5.5.2", "typescript": "^5.5.2",
"vite": "^4.5.3" "vite": "^5.3.1"
}, },
"jest": { "jest": {
"preset": "ts-jest", "preset": "ts-jest",