praxis-kit 7.5.0 → 7.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "praxis-kit",
3
- "version": "7.5.0",
3
+ "version": "7.8.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./react": {
@@ -188,11 +188,11 @@
188
188
  "esbuild": "^0.28.1",
189
189
  "esbuild-plugin-solid": "^0.6.0",
190
190
  "@types/node": "^26.1.2",
191
- "@types/react": "^19.2.17",
192
- "@types/react-dom": "^19.0.0",
193
- "@typescript-eslint/utils": "8.65.0",
191
+ "@types/react": "^19.2.18",
192
+ "@types/react-dom": "^19.2.4",
193
+ "@typescript-eslint/utils": "8.66.0",
194
194
  "lit": "^3.0.0",
195
- "preact": "^10.25.0",
195
+ "preact": "^10.29.8",
196
196
  "react": "^19.2.8",
197
197
  "react-dom": "^19.2.8",
198
198
  "solid-js": "^1.9.0",
@@ -201,13 +201,13 @@
201
201
  "tsup": "^8.5.1",
202
202
  "tsx": "^4.23.1",
203
203
  "typescript": "^6.0.3",
204
- "vite": "^8.1.5",
205
- "vue": "^3.5.40",
206
- "@praxis-kit/core": "0.0.0",
204
+ "vite": "^8.2.1",
205
+ "vue": "^3.5.41",
207
206
  "@praxis-kit/adapter-utils": "0.0.0",
208
- "@praxis-kit/primitive": "0.0.0",
209
207
  "@praxis-kit/diagnostics": "0.0.0",
208
+ "@praxis-kit/core": "0.0.0",
210
209
  "@praxis-kit/pipeline": "0.0.0",
210
+ "@praxis-kit/primitive": "0.0.0",
211
211
  "@praxis-kit/vite-plugin": "0.0.0"
212
212
  },
213
213
  "publishConfig": {