@qwik.dev/router 2.0.0-beta.1 → 2.0.0-beta.3

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 +6 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qwik.dev/router",
3
3
  "description": "The router for Qwik.",
4
- "version": "2.0.0-beta.1",
4
+ "version": "2.0.0-beta.3",
5
5
  "bugs": "https://github.com/QwikDev/qwik/issues",
6
6
  "dependencies": {
7
7
  "@mdx-js/mdx": "^3",
@@ -11,8 +11,7 @@
11
11
  "undici": "*",
12
12
  "valibot": ">=0.36.0 <2",
13
13
  "vfile": "6.0.2",
14
- "vite": ">=5 <7",
15
- "vite-imagetools": "^7.0.5",
14
+ "vite-imagetools": "^7.1.0",
16
15
  "zod": "3.22.4"
17
16
  },
18
17
  "devDependencies": {
@@ -20,7 +19,7 @@
20
19
  "@microsoft/api-extractor": "7.52.4",
21
20
  "@netlify/edge-functions": "2.10.0",
22
21
  "@types/mdast": "4.0.4",
23
- "@types/node": "20.14.11",
22
+ "@types/node": "24.0.4",
24
23
  "@types/refractor": "3.4.1",
25
24
  "@types/set-cookie-parser": "2.4.10",
26
25
  "estree-util-value-to-estree": "3.1.2",
@@ -36,12 +35,12 @@
36
35
  "remark-gfm": "4.0.0",
37
36
  "set-cookie-parser": "2.6.0",
38
37
  "tsm": "2.3.0",
39
- "typescript": "5.8.2",
38
+ "typescript": "5.8.3",
40
39
  "unified": "11.0.5",
41
40
  "unist-util-visit": "5.0.0",
42
41
  "uvu": "0.5.6",
43
42
  "yaml": "2.4.5",
44
- "@qwik.dev/core": "2.0.0-beta.1"
43
+ "@qwik.dev/core": "2.0.0-beta.3"
45
44
  },
46
45
  "engines": {
47
46
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
@@ -176,7 +175,7 @@
176
175
  "license": "MIT",
177
176
  "main": "./lib/index.qwik.mjs",
178
177
  "peerDependencies": {
179
- "vite": ">=5 <7"
178
+ "vite": ">=5 <8"
180
179
  },
181
180
  "publishConfig": {
182
181
  "access": "public"