|
20 | 20 | "./*": { |
21 | 21 | "types": "./dist/hooks/*.d.ts", |
22 | 22 | "default": "./dist/hooks/*.js" |
23 | | - } |
| 23 | + }, |
| 24 | + "./package.json": "./package.json" |
24 | 25 | }, |
25 | 26 | "scripts": { |
26 | 27 | "build": "tsup", |
|
48 | 49 | }, |
49 | 50 | "devDependencies": { |
50 | 51 | "@biomejs/biome": "^1.9.4", |
51 | | - "@size-limit/preset-small-lib": "^11.1.6", |
| 52 | + "@size-limit/preset-small-lib": "^11.2.0", |
52 | 53 | "@testing-library/dom": "^10.4.0", |
53 | | - "@testing-library/react": "^16.0.1", |
54 | | - "@testing-library/user-event": "^14.5.2", |
55 | | - "@types/react": "^18.3.12", |
56 | | - "@vitest/browser": "^2.1.8", |
57 | | - "bumpp": "^9.8.1", |
58 | | - "globby": "^14.0.2", |
| 54 | + "@testing-library/react": "^16.3.0", |
| 55 | + "@testing-library/user-event": "^14.6.1", |
| 56 | + "@types/react": "^19.1.2", |
| 57 | + "@vitest/browser": "^3.1.2", |
| 58 | + "bumpp": "^10.1.0", |
| 59 | + "globby": "^14.1.0", |
59 | 60 | "husky": "^9.1.7", |
60 | | - "lint-staged": "^15.2.10", |
61 | | - "playwright": "^1.49.0", |
62 | | - "prettier": "^3.4.2", |
63 | | - "react": "^18.0.0", |
64 | | - "react-dom": "^18.0.0", |
65 | | - "size-limit": "^11.1.6", |
66 | | - "tsup": "^8.3.5", |
67 | | - "typescript": "^5.7.2", |
68 | | - "vitest": "^2.1.8" |
| 61 | + "lint-staged": "^15.5.1", |
| 62 | + "playwright": "^1.52.0", |
| 63 | + "prettier": "^3.5.3", |
| 64 | + "react": "^19.1.0", |
| 65 | + "react-dom": "^19.1.0", |
| 66 | + "size-limit": "^11.2.0", |
| 67 | + "tsup": "^8.4.0", |
| 68 | + "typescript": "^5.8.3", |
| 69 | + "vitest": "^3.1.2" |
69 | 70 | }, |
70 | 71 | "packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35" |
71 | 72 | } |
0 commit comments