|
16 | 16 | "start": "next start" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@next/third-parties": "^14.2.4", |
| 19 | + "@next/third-parties": "^15.4.5", |
20 | 20 | "@svgr/webpack": "^8.1.0", |
21 | | - "@tanstack/react-query": "^5.50.1", |
| 21 | + "@tanstack/react-query": "^5.84.1", |
22 | 22 | "clsx": "^2.1.1", |
23 | | - "color": "^4.2.3", |
24 | | - "firebase": "^10.12.3", |
25 | | - "get-user-locale": "^2.3.2", |
26 | | - "modern-normalize": "^2.0.0", |
27 | | - "nanoid": "^5.0.7", |
28 | | - "next": "^14.2.4", |
29 | | - "react": "^18.3.1", |
| 23 | + "color": "^5.0.0", |
| 24 | + "get-user-locale": "^3.0.0", |
| 25 | + "modern-normalize": "^3.0.1", |
| 26 | + "nanoid": "^5.1.5", |
| 27 | + "next": "^15.4.5", |
| 28 | + "react": "^19.1.1", |
30 | 29 | "react-color": "^2.19.3", |
31 | | - "react-dom": "^18.3.1", |
32 | | - "react-icons": "^5.2.1", |
| 30 | + "react-dom": "^19.1.1", |
| 31 | + "react-icons": "^5.5.0", |
33 | 32 | "react-slider": "^2.0.6", |
34 | | - "react-spinners": "^0.14.1", |
35 | | - "react-toastify": "^10.0.5", |
| 33 | + "react-spinners": "^0.17.0", |
| 34 | + "react-toastify": "^11.0.5", |
36 | 35 | "react-transition-group": "^4.4.5", |
37 | 36 | "sha1": "^1.1.1", |
38 | | - "use-debounce": "^10.0.2", |
| 37 | + "use-debounce": "^10.0.5", |
39 | 38 | "use-resize-observer": "^9.1.0" |
40 | 39 | }, |
41 | 40 | "devDependencies": { |
42 | | - "@next/eslint-plugin-next": "^15.0.0-rc.0", |
43 | | - "@types/color": "^3.0.6", |
44 | | - "@types/node": "^20.14.9", |
45 | | - "@types/react": "^18.3.3", |
46 | | - "@types/react-color": "^3.0.12", |
47 | | - "@types/react-dom": "^18.3.0", |
| 41 | + "@next/eslint-plugin-next": "^15.4.5", |
| 42 | + "@types/color": "^4.2.0", |
| 43 | + "@types/node": "^24.2.0", |
| 44 | + "@types/react": "^19.1.9", |
| 45 | + "@types/react-color": "^3.0.13", |
| 46 | + "@types/react-dom": "^19.1.7", |
48 | 47 | "@types/react-slider": "^1.3.6", |
49 | | - "@types/react-transition-group": "^4.4.10", |
| 48 | + "@types/react-transition-group": "^4.4.12", |
50 | 49 | "@types/sha1": "^1.1.5", |
51 | | - "@typescript-eslint/eslint-plugin": "^7.9.0", |
52 | | - "@typescript-eslint/parser": "^7.14.1", |
53 | | - "eslint": "^9.6.0", |
54 | | - "eslint-config-next": "^14.2.4", |
55 | | - "eslint-config-prettier": "^9.1.0", |
56 | | - "eslint-import-resolver-typescript": "^3.6.1", |
57 | | - "eslint-plugin-import": "^2.29.1", |
58 | | - "eslint-plugin-prettier": "^5.1.3", |
59 | | - "eslint-plugin-react": "^7.34.3", |
60 | | - "eslint-plugin-react-hooks": "^5.1.0-rc-f38c22b244-20240704", |
61 | | - "globals": "^15.8.0", |
62 | | - "husky": "^9.0.11", |
| 50 | + "@typescript-eslint/eslint-plugin": "^8.39.0", |
| 51 | + "@typescript-eslint/parser": "^8.39.0", |
| 52 | + "eslint": "^9.32.0", |
| 53 | + "eslint-config-next": "^15.4.5", |
| 54 | + "eslint-config-prettier": "^10.1.8", |
| 55 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 56 | + "eslint-plugin-import": "^2.32.0", |
| 57 | + "eslint-plugin-prettier": "^5.5.3", |
| 58 | + "eslint-plugin-react": "^7.37.5", |
| 59 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 60 | + "globals": "^16.3.0", |
| 61 | + "husky": "^9.1.7", |
63 | 62 | "loader-utils": "^3.3.1", |
64 | | - "prettier": "^3.3.2", |
| 63 | + "prettier": "^3.6.2", |
65 | 64 | "tsconfig-paths": "^4.2.0", |
66 | | - "tsx": "^4.15.7", |
67 | | - "typescript": "^5.5.2" |
| 65 | + "tsx": "^4.20.3", |
| 66 | + "typescript": "^5.9.2 " |
68 | 67 | }, |
69 | 68 | "resolutions": { |
70 | 69 | "micromatch": "^4.0.8" |
71 | | - } |
| 70 | + }, |
| 71 | + "packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" |
72 | 72 | } |
0 commit comments