|
29 | 29 | } |
30 | 30 | } |
31 | 31 | }, |
32 | | - "files": ["dist", "test-utils"], |
| 32 | + "files": [ |
| 33 | + "dist", |
| 34 | + "test-utils" |
| 35 | + ], |
33 | 36 | "author": "Daniel Schmidt", |
34 | 37 | "license": "MIT", |
35 | 38 | "sideEffects": false, |
|
49 | 52 | "lint": "biome check .", |
50 | 53 | "version": "pnpm build", |
51 | 54 | "storybook:build": "pnpm build && pnpm --filter storybook build", |
52 | | - "test": "vitest", |
53 | | - "test:browser": "vitest --workspace=vitest.workspace.ts" |
| 55 | + "test": "vitest" |
54 | 56 | }, |
55 | 57 | "keywords": [ |
56 | 58 | "react", |
|
84 | 86 | }, |
85 | 87 | "lint-staged": { |
86 | 88 | "*.{js,json,css,md,ts,tsx}": [ |
87 | | - "biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true" |
| 89 | + "biome check --fix --no-errors-on-unmatched --files-ignore-unknown=true" |
88 | 90 | ] |
89 | 91 | }, |
90 | 92 | "size-limit": [ |
|
112 | 114 | "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
113 | 115 | }, |
114 | 116 | "devDependencies": { |
115 | | - "@arethetypeswrong/cli": "^0.17.4", |
116 | | - "@biomejs/biome": "^1.9.4", |
| 117 | + "@arethetypeswrong/cli": "^0.18.2", |
| 118 | + "@biomejs/biome": "^2.3.1", |
117 | 119 | "@size-limit/preset-small-lib": "^11.2.0", |
118 | | - "@testing-library/jest-dom": "^6.6.3", |
119 | | - "@testing-library/react": "^16.2.0", |
120 | | - "@types/react": "^19.0.10", |
121 | | - "@types/react-dom": "^19.0.4", |
122 | | - "@vitejs/plugin-react": "^4.3.4", |
123 | | - "@vitest/browser": "^3.0.7", |
124 | | - "@vitest/coverage-istanbul": "^3.0.7", |
125 | | - "bumpp": "^10.0.3", |
126 | | - "lint-staged": "^15.4.3", |
| 120 | + "@testing-library/jest-dom": "^6.9.1", |
| 121 | + "@testing-library/react": "^16.3.0", |
| 122 | + "@types/node": "^24.9.1", |
| 123 | + "@types/react": "^19.2.2", |
| 124 | + "@types/react-dom": "^19.2.2", |
| 125 | + "@vitejs/plugin-react": "^5.1.0", |
| 126 | + "@vitest/browser-playwright": "^4.0.4", |
| 127 | + "@vitest/coverage-istanbul": "^4.0.4", |
| 128 | + "bumpp": "^10.3.1", |
| 129 | + "lint-staged": "^16.2.6", |
127 | 130 | "microbundle": "^0.15.1", |
128 | 131 | "npm-run-all": "^4.1.5", |
129 | | - "playwright": "^1.50.1", |
130 | | - "publint": "^0.3.8", |
131 | | - "react": "^19.0.0", |
132 | | - "react-dom": "^19.0.0", |
133 | | - "simple-git-hooks": "^2.11.1", |
| 132 | + "playwright": "^1.56.1", |
| 133 | + "publint": "^0.3.15", |
| 134 | + "react": "^19.2.0", |
| 135 | + "react-dom": "^19.2.0", |
| 136 | + "simple-git-hooks": "^2.13.1", |
134 | 137 | "size-limit": "^11.2.0", |
135 | | - "tsup": "^8.4.0", |
136 | | - "typescript": "^5.8.2", |
137 | | - "vitest": "^3.0.7" |
| 138 | + "tsup": "^8.5.0", |
| 139 | + "typescript": "^5.9.3", |
| 140 | + "vitest": "^4.0.4" |
138 | 141 | }, |
139 | 142 | "peerDependenciesMeta": { |
140 | 143 | "react-dom": { |
|
0 commit comments