diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 63 |
1 files changed, 29 insertions, 34 deletions
diff --git a/package.json b/package.json index 33817f6..71b5f82 100644 --- a/package.json +++ b/package.json @@ -3,27 +3,28 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@testing-library/dom": "^9.3.1", - "@testing-library/react": "^12.0.0", - "@types/jest": "^27.0.1", - "@types/node": "^18.16.0", - "@types/react": "^17.0.20", - "@types/react-dom": "^17.0.9", - "@types/react-router-dom": "^5", + "@testing-library/dom": "^10.4.1", + "@testing-library/react": "^16.3.2", + "@types/jest": "^30.0.0", + "@types/node": "^25.9.2", + "@types/react": "^19.2.17", + "@types/react-dom": "19.2.3", + "@types/react-router-dom": "^5.3.3", + "chart.js": "^4.5.1", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", "lodash": "^4.18.1", "prop-types": "^15.8.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-icons": "^4.3.1", - "react-is": "^18.2.0", - "react-router-dom": "^6", - "react-youtube": "^7.14.0", - "styled-components": "^5.3.3", - "typescript": "^4.4.2", - "web-vitals": "^2.1.0" + "react": "^19.2.7", + "react-dom": "^19.2.7", + "react-icons": "^5.6.0", + "react-is": "^19.2.7", + "react-router-dom": "^7.17.0", + "react-youtube": "^10.1.0", + "styled-components": "^6.4.2", + "typescript": "^6.0.3", + "web-vitals": "^5.3.0" }, "resolutions": { "@types/react": "^17.0.14", @@ -37,8 +38,7 @@ "build": "vite build", "build:server": "tsc -p tsconfig.server.json", "serve": "NODE_ENV=production node dist/server/index.js", - "test": "vitest", - "prepare": "husky install" + "test": "vitest" }, "eslintConfig": { "extends": [ @@ -59,29 +59,24 @@ ] }, "devDependencies": { - "@babel/core": "^7.22.5", + "@babel/core": "^7.29.7", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", - "@types/lodash": "^4.14.180", - "@types/styled-components": "^5.1.24", - "@typescript-eslint/eslint-plugin": "^5.15.0", - "@typescript-eslint/parser": "^5.15.0", + "@types/lodash": "^4.17.24", + "@types/styled-components": "^5.1.36", + "@typescript-eslint/eslint-plugin": "^8.60.1", + "@typescript-eslint/parser": "^8.60.1", "@vitejs/plugin-react": "^6.0.2", - "@vitest/ui": "^1.0.0", + "@vitest/ui": "^4.1.8", "concurrently": "^10.0.3", - "eslint": "^8.3.0", - "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.29.4", - "eslint-plugin-react-hooks": "^4.6.0", - "husky": "^7.0.4", - "prettier": "^2.6.0", + "eslint": "^10.4.1", + "eslint-plugin-prettier": "^5.5.6", + "eslint-plugin-react-hooks": "^7.1.1", + "prettier": "^3.8.3", "ts-node": "^10.9.2", "vite": "^8.0.16", - "vitest": "^1.0.0" + "vitest": "^4.1.8" }, "packageManager": "pnpm@8.15.3" } |
