|
3 | 3 | "private": true, |
4 | 4 | "version": "1.7.5", |
5 | 5 | "scripts": { |
6 | | - "build": "next build", |
| 6 | + "build": "next build --debug", |
7 | 7 | "dev": "next dev", |
8 | 8 | "lint": "eslint ./src", |
9 | 9 | "lint:fix": "next lint --fix", |
|
12 | 12 | "start": "next start" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@next/third-parties": "^14.2.3", |
16 | | - "@nivo/boxplot": "^0.85.1", |
17 | | - "@nivo/core": "^0.85.1", |
| 15 | + "@next/third-parties": "^15.4.6", |
| 16 | + "@nivo/boxplot": "^0.99.0", |
| 17 | + "@nivo/core": "^0.99.0", |
| 18 | + "@nivo/theming": "^0.99.0", |
18 | 19 | "clsx": "^2.1.1", |
19 | | - "next": "14.2.0", |
| 20 | + "next": "^15.4.6", |
20 | 21 | "normalize.css": "^8.0.1", |
21 | | - "react": "^18.2.0", |
22 | | - "react-dom": "^18.2.0", |
23 | | - "react-icons": "^5.2.0", |
| 22 | + "react": "^19.1.1", |
| 23 | + "react-dom": "^19.1.1", |
| 24 | + "react-icons": "^5.5.0", |
24 | 25 | "react-transition-group": "^4.4.5", |
25 | 26 | "scroll-into-view-if-needed": "^3.1.0", |
26 | 27 | "use-resize-observer": "^9.1.0" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@next/eslint-plugin-next": "^14.2.3", |
| 30 | + "@next/eslint-plugin-next": "^15.4.6", |
30 | 31 | "@svgr/webpack": "^8.1.0", |
31 | | - "@types/node": "^20.12.12", |
32 | | - "@types/react": "^18.3.2", |
33 | | - "@types/react-dom": "^18.3.0", |
34 | | - "@types/react-transition-group": "^4.4.10", |
35 | | - "@typescript-eslint/eslint-plugin": "^7.9.0", |
36 | | - "@typescript-eslint/parser": "^7.9.0", |
37 | | - "eslint": "^8.57.0", |
38 | | - "eslint-config-next": "^14.2.3", |
39 | | - "eslint-config-prettier": "^9.1.0", |
40 | | - "eslint-import-resolver-typescript": "^3.6.1", |
41 | | - "eslint-plugin-import": "^2.29.1", |
42 | | - "eslint-plugin-prettier": "^5.1.3", |
43 | | - "eslint-plugin-react": "^7.34.1", |
44 | | - "eslint-plugin-react-hooks": "^4.6.2", |
45 | | - "globals": "^15.2.0", |
46 | | - "prettier": "^3.2.5", |
47 | | - "typescript": "^5.4.5" |
48 | | - } |
| 32 | + "@types/node": "^24.2.0", |
| 33 | + "@types/react": "^19.1.9", |
| 34 | + "@types/react-dom": "^19.1.7", |
| 35 | + "@types/react-transition-group": "^4.4.12", |
| 36 | + "@typescript-eslint/eslint-plugin": "^8.39.0", |
| 37 | + "@typescript-eslint/parser": "^8.39.0", |
| 38 | + "eslint": "^9.32.0", |
| 39 | + "eslint-config-next": "^15.4.6", |
| 40 | + "eslint-config-prettier": "^10.1.8", |
| 41 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 42 | + "eslint-plugin-import": "^2.32.0", |
| 43 | + "eslint-plugin-prettier": "^5.5.4", |
| 44 | + "eslint-plugin-react": "^7.37.5", |
| 45 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 46 | + "globals": "^16.3.0", |
| 47 | + "prettier": "^3.6.2", |
| 48 | + "typescript": "^5.9.2" |
| 49 | + }, |
| 50 | + "packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" |
49 | 51 | } |
0 commit comments