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 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.144.1-89bca38.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.20",
975
- "@types/react-dom": "^18.2.7",
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.2.2",
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.144.1-89bca38.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.144.1-89bca38.0",
32
- "@webstudio-is/image": "0.144.1-89bca38.0",
33
- "@webstudio-is/sdk": "0.144.1-89bca38.0",
34
- "@webstudio-is/react-sdk": "0.144.1-89bca38.0",
35
- "@webstudio-is/sdk-components-react": "0.144.1-89bca38.0",
36
- "@webstudio-is/sdk-components-react-radix": "0.144.1-89bca38.0",
37
- "@webstudio-is/sdk-components-react-remix": "0.144.1-89bca38.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.20",
51
- "@types/react-dom": "^18.2.7",
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.2.2",
54
+ "typescript": "5.4.5",
55
55
  "vite-tsconfig-paths": "^4.3.2",
56
56
  "wrangler": "^3.48.0",
57
- "@webstudio-is/tsconfig": "1.0.8-89bca38.0",
58
- "@webstudio-is/form-handlers": "0.144.1-89bca38.0"
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.144.0",
15
- "@webstudio-is/sdk-components-react-radix": "0.144.0",
16
- "@webstudio-is/sdk-components-react-remix": "0.144.0",
17
- "@webstudio-is/sdk-components-react": "0.144.0",
18
- "@webstudio-is/form-handlers": "0.144.0",
19
- "@webstudio-is/image": "0.144.0",
20
- "@webstudio-is/sdk": "0.144.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": "^18.2.0",
23
- "react-dom": "^18.2.0"
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.20",
28
- "@types/react-dom": "^18.2.7",
29
- "typescript": "5.2.2",
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": {