|
6 | 6 | "dev": "next dev", |
7 | 7 | "build": "next build", |
8 | 8 | "start": "next start", |
9 | | - "lint": "next lint && prettier --check .", |
| 9 | + "lint": "eslint && prettier --check .", |
10 | 10 | "format": "prettier --write .", |
11 | 11 | "test": "jest" |
12 | 12 | }, |
|
15 | 15 | "@emotion/react": "11", |
16 | 16 | "@emotion/styled": "11", |
17 | 17 | "@jlguenego/lexer": "^1.5.0", |
18 | | - "framer-motion": "6", |
19 | | - "next": "12.2.5", |
20 | | - "prismjs": "^1.29.0", |
21 | | - "react": "18.2.0", |
22 | | - "react-dom": "18.2.0", |
23 | | - "react-icons": "^4.4.0", |
| 18 | + "framer-motion": "^12.33.0", |
| 19 | + "next": "16.1.6", |
| 20 | + "prismjs": "^1.30.0", |
| 21 | + "react": "19.2.4", |
| 22 | + "react-dom": "19.2.4", |
| 23 | + "react-icons": "^5.5.0", |
24 | 24 | "react-multi-select-component": "^4.3.4", |
25 | | - "react-simple-code-editor": "^0.13.0", |
26 | | - "reactflow": "^11.10.3" |
| 25 | + "react-simple-code-editor": "^0.14.1", |
| 26 | + "reactflow": "^11.11.4" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@testing-library/jest-dom": "^5.16.5", |
30 | | - "@testing-library/react": "^13.4.0", |
31 | | - "@types/node": "18.7.14", |
| 29 | + "@testing-library/jest-dom": "^6.9.1", |
| 30 | + "@testing-library/react": "^16.3.2", |
| 31 | + "@types/node": "25.2.1", |
32 | 32 | "@types/prismjs": "^1.26.0", |
33 | | - "@types/react": "18.0.18", |
34 | | - "@types/react-dom": "18.0.6", |
35 | | - "eslint": "8.23.0", |
36 | | - "eslint-config-next": "12.2.5", |
37 | | - "jest": "^29.1.1", |
38 | | - "jest-environment-jsdom": "^29.1.1", |
39 | | - "prettier": "2.8.8", |
40 | | - "prettier-plugin-organize-imports": "^3.2.4", |
41 | | - "typescript": "4.8.2" |
| 33 | + "@types/react": "19.2.13", |
| 34 | + "@types/react-dom": "19.2.3", |
| 35 | + "eslint": "^9.39.2", |
| 36 | + "eslint-config-next": "^16.1.6", |
| 37 | + "jest": "^30.2.0", |
| 38 | + "jest-environment-jsdom": "^30.2.0", |
| 39 | + "prettier": "^3.8.1", |
| 40 | + "prettier-plugin-organize-imports": "^4.3.0", |
| 41 | + "typescript": "^5.9.3" |
| 42 | + }, |
| 43 | + "engines": { |
| 44 | + "node": ">=18.14.0" |
42 | 45 | } |
43 | 46 | } |
0 commit comments