|
5 | 5 | "scripts": { |
6 | 6 | "dev": "concurrently --names server,client --prefix-colors blue,yellow --success all --kill-others 'node ./server/index.cjs' 'vite'", |
7 | 7 | "build": "vite build", |
8 | | - "lint": "eslint . --ext js,jsx --report-unused-disable-directives", |
| 8 | + "lint": "eslint --report-unused-disable-directives", |
9 | 9 | "preview": "vite preview" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "body-parser": "^1.20.2", |
| 12 | + "body-parser": "^1.20.3", |
13 | 13 | "cors": "^2.8.5", |
14 | | - "dotenv": "^16.3.1", |
15 | | - "express": "^4.18.2", |
| 14 | + "dotenv": "^16.4.7", |
| 15 | + "express": "^4.21.2", |
16 | 16 | "morgan": "^1.10.0", |
17 | | - "oracledb": "^6.2.0", |
18 | | - "react": "^18.2.0", |
19 | | - "react-dom": "^18.2.0", |
20 | | - "react-toastify": "^9.1.3" |
| 17 | + "oracledb": "^6.7.1", |
| 18 | + "react": "^19.0.0", |
| 19 | + "react-dom": "^19.0.0", |
| 20 | + "react-toastify": "^11.0.3" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@types/react": "^18.2.43", |
24 | | - "@types/react-dom": "^18.2.17", |
25 | | - "@vitejs/plugin-react": "^4.2.1", |
26 | | - "concurrently": "^8.2.2", |
27 | | - "eslint": "^8.55.0", |
28 | | - "eslint-plugin-node": "^11.1.0", |
29 | | - "eslint-plugin-react": "^7.34.0", |
30 | | - "eslint-plugin-react-hooks": "^4.6.0", |
31 | | - "eslint-plugin-react-refresh": "^0.4.5", |
32 | | - "vite": "^5.0.8" |
| 23 | + "@types/react": "^19.0.7", |
| 24 | + "@types/react-dom": "^19.0.3", |
| 25 | + "@vitejs/plugin-react": "^4.3.4", |
| 26 | + "concurrently": "^9.1.2", |
| 27 | + "eslint": "^9.18.0", |
| 28 | + "@eslint/js": "^9.18.0", |
| 29 | + "eslint-plugin-n": "^17.15.1", |
| 30 | + "eslint-plugin-react": "^7.37.4", |
| 31 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 32 | + "eslint-plugin-react-refresh": "^0.4.18", |
| 33 | + "globals": "15.14.0", |
| 34 | + "vite": "^6.0.7" |
33 | 35 | } |
34 | 36 | } |
0 commit comments