|
107 | 107 | }
|
108 | 108 | ],
|
109 | 109 | "peerDependencies": {
|
110 |
| - "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
111 |
| - "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| 110 | + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| 111 | + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
112 | 112 | },
|
113 | 113 | "devDependencies": {
|
114 |
| - "@arethetypeswrong/cli": "^0.15.3", |
| 114 | + "@arethetypeswrong/cli": "^0.17.1", |
115 | 115 | "@biomejs/biome": "^1.9.4",
|
116 |
| - "@size-limit/preset-small-lib": "^11.1.4", |
117 |
| - "@testing-library/jest-dom": "^6.4.6", |
118 |
| - "@testing-library/react": "^16.0.0", |
119 |
| - "@types/react": "^18.3.3", |
120 |
| - "@types/react-dom": "^18.3.1", |
121 |
| - "@vitejs/plugin-react": "^4.3.1", |
122 |
| - "@vitest/browser": "^2.1.4", |
123 |
| - "@vitest/coverage-istanbul": "^2.1.4", |
124 |
| - "lint-staged": "^15.2.7", |
| 116 | + "@size-limit/preset-small-lib": "^11.1.6", |
| 117 | + "@testing-library/jest-dom": "^6.6.3", |
| 118 | + "@testing-library/react": "^16.1.0", |
| 119 | + "@types/react": "^19.0.1", |
| 120 | + "@types/react-dom": "^19.0.2", |
| 121 | + "@vitejs/plugin-react": "^4.3.4", |
| 122 | + "@vitest/browser": "^2.1.8", |
| 123 | + "@vitest/coverage-istanbul": "^2.1.8", |
| 124 | + "lint-staged": "^15.2.11", |
125 | 125 | "microbundle": "^0.15.1",
|
126 | 126 | "npm-run-all": "^4.1.5",
|
127 |
| - "playwright": "^1.45.1", |
128 |
| - "publint": "^0.2.8", |
129 |
| - "react": "^18.3.1", |
130 |
| - "react-dom": "^18.3.1", |
| 127 | + "playwright": "^1.49.1", |
| 128 | + "publint": "^0.2.12", |
| 129 | + "react": "^19.0.0", |
| 130 | + "react-dom": "^19.0.0", |
131 | 131 | "simple-git-hooks": "^2.11.1",
|
132 |
| - "size-limit": "^11.1.4", |
133 |
| - "tsup": "^8.1.0", |
134 |
| - "typescript": "^5.5.3", |
135 |
| - "vitest": "^2.1.4" |
| 132 | + "size-limit": "^11.1.6", |
| 133 | + "tsup": "^8.3.5", |
| 134 | + "typescript": "^5.7.2", |
| 135 | + "vitest": "^2.1.8" |
136 | 136 | },
|
137 | 137 | "peerDependenciesMeta": {
|
138 | 138 | "react-dom": {
|
139 | 139 | "optional": true
|
140 | 140 | }
|
141 | 141 | },
|
142 | 142 | "pnpm": {
|
143 |
| - "peerDependencyRules": { |
144 |
| - "allowedVersions": { |
145 |
| - "react": "18", |
146 |
| - "vite": "5" |
147 |
| - } |
148 |
| - }, |
149 | 143 | "allowedDeprecatedVersions": {
|
150 | 144 | "rollup-plugin-terser": "*",
|
151 | 145 | "sourcemap-codec": "*",
|
|
0 commit comments