webstudio 0.209.0 → 0.212.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": "webstudio",
3
- "version": "0.209.0",
3
+ "version": "0.212.0",
4
4
  "description": "Webstudio CLI",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -44,40 +44,40 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@netlify/vite-plugin-react-router": "^1.0.0",
47
- "@react-router/dev": "^7.3.0",
48
- "@react-router/fs-routes": "^7.3.0",
49
- "@remix-run/cloudflare": "^2.16.0",
50
- "@remix-run/cloudflare-pages": "^2.16.0",
51
- "@remix-run/dev": "^2.16.0",
52
- "@remix-run/node": "^2.16.0",
53
- "@remix-run/react": "^2.16.0",
54
- "@remix-run/server-runtime": "^2.16.0",
47
+ "@react-router/dev": "^7.4.0",
48
+ "@react-router/fs-routes": "^7.4.0",
49
+ "@remix-run/cloudflare": "^2.16.2",
50
+ "@remix-run/cloudflare-pages": "^2.16.2",
51
+ "@remix-run/dev": "^2.16.2",
52
+ "@remix-run/node": "^2.16.2",
53
+ "@remix-run/react": "^2.16.2",
54
+ "@remix-run/server-runtime": "^2.16.2",
55
55
  "@types/react": "^18.2.70",
56
56
  "@types/react-dom": "^18.2.25",
57
57
  "@types/yargs": "^17.0.33",
58
58
  "@vercel/react-router": "^1.1.0",
59
59
  "@vitejs/plugin-react": "^4.3.4",
60
60
  "h3": "^1.15.1",
61
- "ipx": "^3.0.1",
61
+ "ipx": "^3.0.3",
62
62
  "prettier": "3.5.3",
63
63
  "react": "18.3.0-canary-14898b6a9-20240318",
64
64
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
65
- "react-router": "^7.3.0",
65
+ "react-router": "^7.4.0",
66
66
  "ts-expect": "^1.3.0",
67
- "vike": "^0.4.224",
67
+ "vike": "^0.4.227",
68
68
  "vite": "^5.4.11",
69
69
  "vitest": "^3.0.8",
70
70
  "wrangler": "^3.63.2",
71
- "@webstudio-is/css-engine": "0.209.0",
72
- "@webstudio-is/http-client": "0.209.0",
73
- "@webstudio-is/image": "0.209.0",
74
- "@webstudio-is/react-sdk": "0.209.0",
75
- "@webstudio-is/sdk-components-animation": "0.209.0",
76
- "@webstudio-is/sdk": "0.209.0",
77
- "@webstudio-is/sdk-components-react": "0.209.0",
78
- "@webstudio-is/sdk-components-react-radix": "0.209.0",
79
- "@webstudio-is/sdk-components-react-remix": "0.209.0",
80
- "@webstudio-is/sdk-components-react-router": "0.209.0",
71
+ "@webstudio-is/css-engine": "0.212.0",
72
+ "@webstudio-is/http-client": "0.212.0",
73
+ "@webstudio-is/image": "0.212.0",
74
+ "@webstudio-is/react-sdk": "0.212.0",
75
+ "@webstudio-is/sdk": "0.212.0",
76
+ "@webstudio-is/sdk-components-animation": "0.212.0",
77
+ "@webstudio-is/sdk-components-react": "0.212.0",
78
+ "@webstudio-is/sdk-components-react-radix": "0.212.0",
79
+ "@webstudio-is/sdk-components-react-remix": "0.212.0",
80
+ "@webstudio-is/sdk-components-react-router": "0.212.0",
81
81
  "@webstudio-is/tsconfig": "1.0.7"
82
82
  },
83
83
  "scripts": {
@@ -12,8 +12,8 @@
12
12
  "build-cf-types": "wrangler types"
13
13
  },
14
14
  "dependencies": {
15
- "@remix-run/cloudflare": "2.16.0",
16
- "@remix-run/cloudflare-pages": "2.16.0"
15
+ "@remix-run/cloudflare": "2.16.2",
16
+ "@remix-run/cloudflare-pages": "2.16.2"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@cloudflare/workers-types": "^4.20240620.0",
@@ -8,22 +8,22 @@
8
8
  "typecheck": "tsc"
9
9
  },
10
10
  "dependencies": {
11
- "@remix-run/node": "2.16.0",
12
- "@remix-run/react": "2.16.0",
13
- "@remix-run/server-runtime": "2.16.0",
14
- "@webstudio-is/image": "0.209.0",
15
- "@webstudio-is/react-sdk": "0.209.0",
16
- "@webstudio-is/sdk": "0.209.0",
17
- "@webstudio-is/sdk-components-react": "0.209.0",
18
- "@webstudio-is/sdk-components-animation": "0.209.0",
19
- "@webstudio-is/sdk-components-react-radix": "0.209.0",
20
- "@webstudio-is/sdk-components-react-remix": "0.209.0",
21
- "isbot": "^5.1.23",
11
+ "@remix-run/node": "2.16.2",
12
+ "@remix-run/react": "2.16.2",
13
+ "@remix-run/server-runtime": "2.16.2",
14
+ "@webstudio-is/image": "0.212.0",
15
+ "@webstudio-is/react-sdk": "0.212.0",
16
+ "@webstudio-is/sdk": "0.212.0",
17
+ "@webstudio-is/sdk-components-react": "0.212.0",
18
+ "@webstudio-is/sdk-components-animation": "0.212.0",
19
+ "@webstudio-is/sdk-components-react-radix": "0.212.0",
20
+ "@webstudio-is/sdk-components-react-remix": "0.212.0",
21
+ "isbot": "^5.1.25",
22
22
  "react": "18.3.0-canary-14898b6a9-20240318",
23
23
  "react-dom": "18.3.0-canary-14898b6a9-20240318"
24
24
  },
25
25
  "devDependencies": {
26
- "@remix-run/dev": "2.16.0",
26
+ "@remix-run/dev": "2.16.2",
27
27
  "@types/react": "^18.2.70",
28
28
  "@types/react-dom": "^18.2.25",
29
29
  "typescript": "5.8.2",
@@ -8,19 +8,19 @@
8
8
  "typecheck": "tsc"
9
9
  },
10
10
  "dependencies": {
11
- "@react-router/dev": "^7.3.0",
12
- "@react-router/fs-routes": "^7.3.0",
13
- "@webstudio-is/image": "0.209.0",
14
- "@webstudio-is/react-sdk": "0.209.0",
15
- "@webstudio-is/sdk": "0.209.0",
16
- "@webstudio-is/sdk-components-animation": "0.209.0",
17
- "@webstudio-is/sdk-components-react-radix": "0.209.0",
18
- "@webstudio-is/sdk-components-react-router": "0.209.0",
19
- "@webstudio-is/sdk-components-react": "0.209.0",
20
- "isbot": "^5.1.23",
11
+ "@react-router/dev": "^7.4.0",
12
+ "@react-router/fs-routes": "^7.4.0",
13
+ "@webstudio-is/image": "0.212.0",
14
+ "@webstudio-is/react-sdk": "0.212.0",
15
+ "@webstudio-is/sdk": "0.212.0",
16
+ "@webstudio-is/sdk-components-animation": "0.212.0",
17
+ "@webstudio-is/sdk-components-react-radix": "0.212.0",
18
+ "@webstudio-is/sdk-components-react-router": "0.212.0",
19
+ "@webstudio-is/sdk-components-react": "0.212.0",
20
+ "isbot": "^5.1.25",
21
21
  "react": "18.3.0-canary-14898b6a9-20240318",
22
22
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
23
- "react-router": "^7.3.0",
23
+ "react-router": "^7.4.0",
24
24
  "vite": "^5.4.11"
25
25
  },
26
26
  "devDependencies": {
@@ -3,9 +3,9 @@
3
3
  "start": "react-router-serve ./build/server/index.js"
4
4
  },
5
5
  "dependencies": {
6
- "@react-router/node": "^7.3.0",
7
- "@react-router/serve": "^7.3.0",
6
+ "@react-router/node": "^7.4.0",
7
+ "@react-router/serve": "^7.4.0",
8
8
  "h3": "^1.15.1",
9
- "ipx": "^3.0.1"
9
+ "ipx": "^3.0.3"
10
10
  }
11
11
  }
@@ -5,6 +5,6 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@netlify/vite-plugin-react-router": "^1.0.0",
8
- "@react-router/node": "^7.3.0"
8
+ "@react-router/node": "^7.4.0"
9
9
  }
10
10
  }
@@ -3,7 +3,7 @@
3
3
  "deploy": "npx vercel deploy"
4
4
  },
5
5
  "dependencies": {
6
- "@react-router/node": "^7.3.0",
6
+ "@react-router/node": "^7.4.0",
7
7
  "@vercel/react-router": "^1.1.0"
8
8
  }
9
9
  }
@@ -8,15 +8,15 @@
8
8
  "typecheck": "tsc"
9
9
  },
10
10
  "dependencies": {
11
- "@webstudio-is/image": "0.209.0",
12
- "@webstudio-is/react-sdk": "0.209.0",
13
- "@webstudio-is/sdk": "0.209.0",
14
- "@webstudio-is/sdk-components-react": "0.209.0",
15
- "@webstudio-is/sdk-components-animation": "0.209.0",
16
- "@webstudio-is/sdk-components-react-radix": "0.209.0",
11
+ "@webstudio-is/image": "0.212.0",
12
+ "@webstudio-is/react-sdk": "0.212.0",
13
+ "@webstudio-is/sdk": "0.212.0",
14
+ "@webstudio-is/sdk-components-react": "0.212.0",
15
+ "@webstudio-is/sdk-components-animation": "0.212.0",
16
+ "@webstudio-is/sdk-components-react-radix": "0.212.0",
17
17
  "react": "18.3.0-canary-14898b6a9-20240318",
18
18
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
19
- "vike": "^0.4.224"
19
+ "vike": "^0.4.227"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.2.70",