|
47 | 47 | "scroll": "^3.0.1",
|
48 | 48 | "scrollparent": "^2.1.0",
|
49 | 49 | "tree-changes": "^0.11.2",
|
50 |
| - "type-fest": "^4.18.2" |
| 50 | + "type-fest": "^4.26.1" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@arethetypeswrong/cli": "^0.15.3", |
54 |
| - "@gilbarbara/eslint-config": "^0.7.7", |
| 53 | + "@arethetypeswrong/cli": "^0.16.1", |
| 54 | + "@gilbarbara/eslint-config": "^0.8.1", |
55 | 55 | "@gilbarbara/node-helpers": "^0.1.0",
|
56 | 56 | "@gilbarbara/prettier-config": "^1.0.0",
|
57 | 57 | "@gilbarbara/tsconfig": "^0.2.3",
|
58 |
| - "@playwright/experimental-ct-react": "^1.44.0", |
59 |
| - "@size-limit/preset-big-lib": "^11.1.4", |
60 |
| - "@swc/core": "^1.5.7", |
61 |
| - "@testing-library/dom": "^10.1.0", |
62 |
| - "@testing-library/jest-dom": "^6.4.5", |
63 |
| - "@testing-library/react": "^15.0.7", |
| 58 | + "@playwright/experimental-ct-react": "^1.47.0", |
| 59 | + "@size-limit/preset-big-lib": "^11.1.5", |
| 60 | + "@swc/core": "^1.7.24", |
| 61 | + "@testing-library/dom": "^10.4.0", |
| 62 | + "@testing-library/jest-dom": "^6.5.0", |
| 63 | + "@testing-library/react": "^16.0.1", |
64 | 64 | "@total-typescript/shoehorn": "^0.1.2",
|
65 | 65 | "@types/exenv": "^1.2.2",
|
66 |
| - "@types/node": "^20.12.12", |
67 |
| - "@types/react": "^18.3.2", |
| 66 | + "@types/node": "^20.12.13", |
| 67 | + "@types/react": "^18.3.5", |
68 | 68 | "@types/react-dom": "^18.3.0",
|
69 | 69 | "@types/scroll": "^3.0.3",
|
70 | 70 | "@types/scrollparent": "^2.0.3",
|
71 |
| - "@vitejs/plugin-react-swc": "^3.6.0", |
72 |
| - "@vitest/coverage-v8": "^1.6.0", |
73 |
| - "caniuse-lite": "^1.0.30001620", |
| 71 | + "@vitejs/plugin-react-swc": "^3.7.0", |
| 72 | + "@vitest/coverage-v8": "^2.0.5", |
| 73 | + "caniuse-lite": "^1.0.30001659", |
74 | 74 | "cross-env": "^7.0.3",
|
75 | 75 | "csstype": "^3.1.3",
|
76 | 76 | "del-cli": "^5.1.0",
|
77 |
| - "husky": "^9.0.11", |
| 77 | + "husky": "^9.1.5", |
78 | 78 | "is-ci-cli": "^2.2.0",
|
79 | 79 | "jest-extended": "^4.0.2",
|
80 |
| - "jsdom": "^24.0.0", |
| 80 | + "jsdom": "^25.0.0", |
81 | 81 | "react": "^18.3.1",
|
82 | 82 | "react-dom": "^18.3.1",
|
83 | 83 | "repo-tools": "^0.3.1",
|
84 |
| - "size-limit": "^11.1.4", |
| 84 | + "size-limit": "^11.1.5", |
85 | 85 | "ts-node": "^10.9.2",
|
86 |
| - "tsup": "^8.0.2", |
87 |
| - "typescript": "^5.4.5", |
88 |
| - "vite-tsconfig-paths": "^4.3.2", |
89 |
| - "vitest": "^1.6.0" |
| 86 | + "tsup": "^8.2.4", |
| 87 | + "typescript": "^5.5.4", |
| 88 | + "vite-tsconfig-paths": "^5.0.1", |
| 89 | + "vitest": "^2.0.5" |
90 | 90 | },
|
91 | 91 | "scripts": {
|
92 | 92 | "build": " npm run clean && tsup && ts-node scripts/fix-cjs.ts",
|
|
0 commit comments