@pyreon/zero 0.24.3 → 0.24.5

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/zero",
3
- "version": "0.24.3",
3
+ "version": "0.24.5",
4
4
  "description": "Pyreon Zero — zero-config full-stack framework powered by Pyreon and Vite",
5
5
  "license": "MIT",
6
6
  "author": "Vit Bokisch",
@@ -173,15 +173,15 @@
173
173
  "lint": "oxlint ."
174
174
  },
175
175
  "dependencies": {
176
- "@pyreon/core": "^0.24.3",
177
- "@pyreon/head": "^0.24.3",
178
- "@pyreon/meta": "^0.24.3",
179
- "@pyreon/reactivity": "^0.24.3",
180
- "@pyreon/router": "^0.24.3",
181
- "@pyreon/runtime-dom": "^0.24.3",
182
- "@pyreon/runtime-server": "^0.24.3",
183
- "@pyreon/server": "^0.24.3",
184
- "@pyreon/vite-plugin": "^0.24.3",
176
+ "@pyreon/core": "^0.24.5",
177
+ "@pyreon/head": "^0.24.5",
178
+ "@pyreon/meta": "^0.24.5",
179
+ "@pyreon/reactivity": "^0.24.5",
180
+ "@pyreon/router": "^0.24.5",
181
+ "@pyreon/runtime-dom": "^0.24.5",
182
+ "@pyreon/runtime-server": "^0.24.5",
183
+ "@pyreon/server": "^0.24.5",
184
+ "@pyreon/vite-plugin": "^0.24.5",
185
185
  "vite": "^8.0.0"
186
186
  },
187
187
  "devDependencies": {