|
36 | 36 | "preview": "vite preview", |
37 | 37 | "build:website": "vite build", |
38 | 38 | "build": "rolldown -c", |
39 | | - "test": "vitest run --project browser --project node --coverage.reportsDirectory='./coverage/test'", |
| 39 | + "test": "vitest run --project browser --project node", |
40 | 40 | "test:watch": "vitest watch --project browser --project node", |
41 | | - "visual": "vitest run --project visual --coverage.reportsDirectory='./coverage/visual'", |
42 | | - "visual:update": "vitest run --project visual --update", |
| 41 | + "test:ci": "vitest run", |
| 42 | + "test:ci:update": "vitest run --project visual --update", |
43 | 43 | "format": "oxfmt", |
44 | 44 | "format:check": "oxfmt --check", |
45 | 45 | "eslint": "eslint --max-warnings 0 --cache --cache-location .cache/eslint --cache-strategy content", |
46 | 46 | "eslint:fix": "node --run eslint -- --fix", |
47 | 47 | "typecheck": "tsc --build" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@eslint-react/eslint-plugin": "3.0.0-rc.0", |
| 50 | + "@eslint-react/eslint-plugin": "^3.0.0", |
51 | 51 | "@eslint/markdown": "^7.5.1", |
52 | | - "@faker-js/faker": "^10.0.0", |
53 | | - "@tanstack/react-router": "^1.132.31", |
54 | | - "@tanstack/router-plugin": "^1.132.31", |
55 | | - "@types/node": "^25.0.2", |
56 | | - "@types/react": "^19.2.0", |
57 | | - "@types/react-dom": "^19.2.0", |
58 | | - "@vitejs/plugin-react": "^5.1.1", |
59 | | - "@vitest/browser-playwright": "^4.0.16", |
60 | | - "@vitest/coverage-istanbul": "^4.0.16", |
61 | | - "@vitest/eslint-plugin": "^1.6.4", |
| 52 | + "@faker-js/faker": "^10.3.0", |
| 53 | + "@tanstack/react-router": "^1.166.7", |
| 54 | + "@tanstack/router-plugin": "^1.166.7", |
| 55 | + "@types/node": "^25.5.0", |
| 56 | + "@types/react": "^19.2.14", |
| 57 | + "@types/react-dom": "^19.2.3", |
| 58 | + "@vitejs/plugin-react": "^6.0.1", |
| 59 | + "@vitest/browser-playwright": "^4.1.0", |
| 60 | + "@vitest/coverage-istanbul": "^4.1.0", |
| 61 | + "@vitest/eslint-plugin": "^1.6.12", |
62 | 62 | "clsx": "^2.1.1", |
63 | 63 | "ecij": "^0.4.1", |
64 | | - "eslint": "^10.0.1", |
| 64 | + "eslint": "^10.0.3", |
65 | 65 | "eslint-plugin-jest-dom": "^5.5.0", |
66 | 66 | "eslint-plugin-react-hooks": "^7.0.1", |
67 | | - "eslint-plugin-sonarjs": "^4.0.0", |
68 | | - "eslint-plugin-testing-library": "^7.13.5", |
69 | | - "jspdf": "^4.0.0", |
70 | | - "jspdf-autotable": "^5.0.2", |
71 | | - "oxfmt": "0.38.0", |
| 67 | + "eslint-plugin-sonarjs": "^4.0.2", |
| 68 | + "eslint-plugin-testing-library": "^7.16.0", |
| 69 | + "jspdf": "^4.2.0", |
| 70 | + "jspdf-autotable": "^5.0.7", |
| 71 | + "oxfmt": "0.41.0", |
72 | 72 | "playwright": "~1.58.0", |
73 | 73 | "postcss": "^8.5.2", |
74 | | - "react": "^19.2.1", |
75 | | - "react-dom": "^19.2.1", |
| 74 | + "react": "^19.2.4", |
| 75 | + "react-dom": "^19.2.4", |
76 | 76 | "rolldown": "1.0.0-rc.5", |
77 | | - "rolldown-plugin-dts": "^0.22.1", |
| 77 | + "rolldown-plugin-dts": "^0.22.5", |
78 | 78 | "typescript": "~6.0.1-rc", |
79 | | - "typescript-eslint": "^8.56.0", |
80 | | - "vite": "^8.0.0-beta.16", |
81 | | - "vitest": "^4.0.17", |
82 | | - "vitest-browser-react": "^2.0.2" |
| 79 | + "typescript-eslint": "^8.57.0", |
| 80 | + "vite": "^8.0.0", |
| 81 | + "vitest": "^4.1.0", |
| 82 | + "vitest-browser-react": "^2.1.0" |
83 | 83 | }, |
84 | 84 | "peerDependencies": { |
85 | 85 | "react": "^19.2", |
86 | 86 | "react-dom": "^19.2" |
87 | 87 | }, |
88 | 88 | "overrides": { |
89 | | - "typescript": "$typescript", |
90 | | - "vite": "$vite" |
| 89 | + "typescript": "$typescript" |
91 | 90 | } |
92 | 91 | } |
0 commit comments