|
1 | 1 | {
|
2 |
| - "name": "reassure-web-vite", |
3 |
| - "describe": "Reassure example for Vite web app", |
| 2 | + "name": "web-vite", |
4 | 3 | "private": true,
|
5 | 4 | "version": "1.0.0",
|
6 | 5 | "type": "module",
|
7 | 6 | "scripts": {
|
8 | 7 | "dev": "vite",
|
9 |
| - "build": "tsc && vite build", |
10 |
| - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "lint": "eslint .", |
11 | 10 | "preview": "vite preview",
|
12 | 11 | "test": "jest",
|
13 | 12 | "perf-test": "reassure",
|
14 | 13 | "typecheck": "tsc --noEmit"
|
15 | 14 | },
|
16 | 15 | "dependencies": {
|
17 |
| - "react": "^18.2.0", |
18 |
| - "react-dom": "^18.2.0" |
| 16 | + "react": "^19.1.0", |
| 17 | + "react-dom": "^19.1.0" |
19 | 18 | },
|
20 | 19 | "devDependencies": {
|
21 |
| - "@babel/preset-env": "^7.24.5", |
22 |
| - "@babel/preset-react": "^7.24.1", |
23 |
| - "@babel/preset-typescript": "^7.24.1", |
| 20 | + "@babel/preset-env": "^7.27.2", |
| 21 | + "@babel/preset-react": "^7.27.1", |
| 22 | + "@babel/preset-typescript": "^7.27.1", |
| 23 | + "@eslint/js": "^9.25.0", |
24 | 24 | "@testing-library/dom": "^10.4.0",
|
25 |
| - "@testing-library/react": "^16.2.0", |
| 25 | + "@testing-library/react": "^16.3.0", |
26 | 26 | "@types/babel__preset-env": "^7",
|
27 |
| - "@types/jest": "^29.5.12", |
28 |
| - "@types/react": "^18.2.66", |
29 |
| - "@types/react-dom": "^18.2.22", |
30 |
| - "@typescript-eslint/eslint-plugin": "^7.2.0", |
31 |
| - "@typescript-eslint/parser": "^7.2.0", |
32 |
| - "@vitejs/plugin-react": "^4.2.1", |
33 |
| - "danger": "^12.2.0", |
34 |
| - "eslint": "^8.57.0", |
35 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
36 |
| - "eslint-plugin-react-refresh": "^0.4.6", |
| 27 | + "@types/jest": "^29.5.14", |
| 28 | + "@types/react": "^19.1.2", |
| 29 | + "@types/react-dom": "^19.1.2", |
| 30 | + "@vitejs/plugin-react": "^4.4.1", |
| 31 | + "danger": "^13.0.4", |
| 32 | + "eslint": "^9.25.0", |
| 33 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 34 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 35 | + "globals": "^16.0.0", |
37 | 36 | "jest": "^29.7.0",
|
38 | 37 | "jest-environment-jsdom": "^29.7.0",
|
39 |
| - "reassure": "^1.3.2", |
40 |
| - "typescript": "^5.2.2", |
41 |
| - "vite": "^5.2.0" |
| 38 | + "reassure": "^1.4.0", |
| 39 | + "typescript": "~5.8.3", |
| 40 | + "typescript-eslint": "^8.30.1", |
| 41 | + "vite": "^6.3.5" |
42 | 42 | },
|
43 | 43 | "packageManager": "[email protected]"
|
44 | 44 | }
|
0 commit comments