|
29 | 29 | "./pure": { |
30 | 30 | "types": "./dist/pure.d.ts", |
31 | 31 | "default": "./dist/pure.js" |
32 | | - } |
| 32 | + }, |
| 33 | + "./package.json": "./package.json" |
33 | 34 | }, |
34 | 35 | "main": "./dist/index.js", |
35 | 36 | "module": "./dist/index.js", |
|
39 | 40 | "*.mjs", |
40 | 41 | "dist" |
41 | 42 | ], |
42 | | - "engines": { |
43 | | - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
44 | | - }, |
45 | 43 | "scripts": { |
46 | 44 | "build": "tsup", |
47 | 45 | "dev": "tsup --watch --sourcemap", |
|
54 | 52 | "peerDependencies": { |
55 | 53 | "@types/react": "^18.0.0 || ^19.0.0", |
56 | 54 | "@types/react-dom": "^18.0.0 || ^19.0.0", |
57 | | - "@vitest/browser": "^2.1.0 || ^3.0.0 || ^4.0.0-0", |
58 | 55 | "react": "^18.0.0 || ^19.0.0", |
59 | 56 | "react-dom": "^18.0.0 || ^19.0.0", |
60 | | - "vitest": "^2.1.0 || ^3.0.0 || ^4.0.0-0" |
| 57 | + "vitest": "^4.0.0-0" |
61 | 58 | }, |
62 | 59 | "peerDependenciesMeta": { |
63 | 60 | "@types/react": { |
|
72 | 69 | "@types/react": "^19.0.0", |
73 | 70 | "@types/react-dom": "^19.0.0", |
74 | 71 | "@vitejs/plugin-react": "^4.3.3", |
75 | | - "@vitest/browser": "^3.1.0", |
| 72 | + "@vitest/browser-playwright": "^4.0.0-beta.15", |
76 | 73 | "bumpp": "^9.4.2", |
77 | 74 | "changelogithub": "^0.13.9", |
78 | 75 | "eslint": "^9.8.0", |
79 | | - "playwright": "^1.46.0", |
| 76 | + "playwright": "^1.55.1", |
80 | 77 | "react": "^19.0.0", |
81 | 78 | "react-aria-components": "^1.10.1", |
82 | 79 | "react-dom": "^19.0.0", |
83 | 80 | "tsup": "^8.2.4", |
84 | 81 | "tsx": "^4.17.0", |
85 | 82 | "typescript": "^5.5.4", |
86 | | - "vitest": "^3.1.0", |
| 83 | + "vitest": "^4.0.0-beta.15", |
87 | 84 | "zx": "^8.1.4" |
88 | 85 | } |
89 | 86 | } |
0 commit comments