webstudio 0.144.1-89bca38.0 → 0.145.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/lib/cli.js +4 -4
- package/package.json +13 -13
- package/templates/defaults/package.json +12 -12
package/lib/cli.js
CHANGED
|
@@ -917,7 +917,7 @@ import makeCLI from "yargs";
|
|
|
917
917
|
// package.json
|
|
918
918
|
var package_default = {
|
|
919
919
|
name: "webstudio",
|
|
920
|
-
version: "0.
|
|
920
|
+
version: "0.145.0",
|
|
921
921
|
description: "Webstudio CLI",
|
|
922
922
|
author: "Webstudio <github@webstudio.is>",
|
|
923
923
|
homepage: "https://webstudio.is",
|
|
@@ -971,13 +971,13 @@ var package_default = {
|
|
|
971
971
|
"@remix-run/server-runtime": "^2.8.1",
|
|
972
972
|
"@types/node": "^18.17.1",
|
|
973
973
|
"@types/prompts": "^2.4.5",
|
|
974
|
-
"@types/react": "^18.2.
|
|
975
|
-
"@types/react-dom": "^18.2.
|
|
974
|
+
"@types/react": "^18.2.70",
|
|
975
|
+
"@types/react-dom": "^18.2.25",
|
|
976
976
|
"@types/yargs": "^17.0.32",
|
|
977
977
|
"@webstudio-is/form-handlers": "workspace:*",
|
|
978
978
|
"@webstudio-is/tsconfig": "workspace:*",
|
|
979
979
|
tsx: "^4.7.2",
|
|
980
|
-
typescript: "5.
|
|
980
|
+
typescript: "5.4.5",
|
|
981
981
|
"vite-tsconfig-paths": "^4.3.2",
|
|
982
982
|
wrangler: "^3.48.0"
|
|
983
983
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webstudio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.145.0",
|
|
4
4
|
"description": "Webstudio CLI",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"title-case": "^4.1.0",
|
|
29
29
|
"yargs": "^17.7.2",
|
|
30
30
|
"zod": "^3.22.4",
|
|
31
|
-
"@webstudio-is/http-client": "0.
|
|
32
|
-
"@webstudio-is/image": "0.
|
|
33
|
-
"@webstudio-is/sdk": "0.
|
|
34
|
-
"@webstudio-is/react-sdk": "0.
|
|
35
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
36
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
37
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
31
|
+
"@webstudio-is/http-client": "0.145.0",
|
|
32
|
+
"@webstudio-is/image": "0.145.0",
|
|
33
|
+
"@webstudio-is/sdk": "0.145.0",
|
|
34
|
+
"@webstudio-is/react-sdk": "0.145.0",
|
|
35
|
+
"@webstudio-is/sdk-components-react": "0.145.0",
|
|
36
|
+
"@webstudio-is/sdk-components-react-radix": "0.145.0",
|
|
37
|
+
"@webstudio-is/sdk-components-react-remix": "0.145.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@netlify/remix-adapter": "^2.3.0",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@remix-run/server-runtime": "^2.8.1",
|
|
48
48
|
"@types/node": "^18.17.1",
|
|
49
49
|
"@types/prompts": "^2.4.5",
|
|
50
|
-
"@types/react": "^18.2.
|
|
51
|
-
"@types/react-dom": "^18.2.
|
|
50
|
+
"@types/react": "^18.2.70",
|
|
51
|
+
"@types/react-dom": "^18.2.25",
|
|
52
52
|
"@types/yargs": "^17.0.32",
|
|
53
53
|
"tsx": "^4.7.2",
|
|
54
|
-
"typescript": "5.
|
|
54
|
+
"typescript": "5.4.5",
|
|
55
55
|
"vite-tsconfig-paths": "^4.3.2",
|
|
56
56
|
"wrangler": "^3.48.0",
|
|
57
|
-
"@webstudio-is/
|
|
58
|
-
"@webstudio-is/
|
|
57
|
+
"@webstudio-is/form-handlers": "0.145.0",
|
|
58
|
+
"@webstudio-is/tsconfig": "1.0.7"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"typecheck": "tsc",
|
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
"@remix-run/react": "^2.8.1",
|
|
12
12
|
"@remix-run/server-runtime": "^2.8.1",
|
|
13
13
|
"@remix-run/node": "^2.8.1",
|
|
14
|
-
"@webstudio-is/react-sdk": "0.
|
|
15
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
16
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
17
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
18
|
-
"@webstudio-is/form-handlers": "0.
|
|
19
|
-
"@webstudio-is/image": "0.
|
|
20
|
-
"@webstudio-is/sdk": "0.
|
|
14
|
+
"@webstudio-is/react-sdk": "0.145.0",
|
|
15
|
+
"@webstudio-is/sdk-components-react-radix": "0.145.0",
|
|
16
|
+
"@webstudio-is/sdk-components-react-remix": "0.145.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react": "0.145.0",
|
|
18
|
+
"@webstudio-is/form-handlers": "0.145.0",
|
|
19
|
+
"@webstudio-is/image": "0.145.0",
|
|
20
|
+
"@webstudio-is/sdk": "0.145.0",
|
|
21
21
|
"isbot": "^3.6.8",
|
|
22
|
-
"react": "
|
|
23
|
-
"react-dom": "
|
|
22
|
+
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
23
|
+
"react-dom": "18.3.0-canary-14898b6a9-20240318"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@remix-run/dev": "^2.8.1",
|
|
27
|
-
"@types/react": "^18.2.
|
|
28
|
-
"@types/react-dom": "^18.2.
|
|
29
|
-
"typescript": "5.
|
|
27
|
+
"@types/react": "^18.2.70",
|
|
28
|
+
"@types/react-dom": "^18.2.25",
|
|
29
|
+
"typescript": "5.4.5",
|
|
30
30
|
"vite": "^5.2.8"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|