@timber-js/app 0.2.0-alpha.79 → 0.2.0-alpha.80

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timber-js/app",
3
- "version": "0.2.0-alpha.79",
3
+ "version": "0.2.0-alpha.80",
4
4
  "description": "Vite-native React framework built for Servers and Serverless Platforms — correct HTTP semantics, real status codes, pages that work without JavaScript",
5
5
  "keywords": [
6
6
  "cloudflare-workers",
@@ -122,7 +122,7 @@
122
122
  "nuqs": "^2.0.0",
123
123
  "react": "19.3.0-canary-ed69815c-20260323",
124
124
  "react-dom": "19.3.0-canary-ed69815c-20260323",
125
- "vite": "^8.0.1",
125
+ "vite": "^8.0.3",
126
126
  "wrangler": "^4.0.0",
127
127
  "zod": "^3.22.0 || ^4.0.0"
128
128
  },