@webstudio-is/sdk-components-react-remix 0.123.0 → 0.125.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Webstudio SDK Components
2
2
 
3
- Webstudio SDK is a TypeScript API that lets you use your Webstudio site or some components in your custom codebase or just render a complete Remix Document.
3
+ Webstudio SDK is a TypeScript API that lets you use your Webstudio project or some components in your custom codebase or just render a complete Remix Document.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react-remix",
3
- "version": "0.123.0",
3
+ "version": "0.125.0",
4
4
  "description": "Webstudio components for Remix",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -38,10 +38,10 @@
38
38
  "react-dom": "^18.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@webstudio-is/form-handlers": "0.123.0",
42
- "@webstudio-is/react-sdk": "0.123.0",
43
- "@webstudio-is/icons": "0.123.0",
44
- "@webstudio-is/sdk-components-react": "0.123.0"
41
+ "@webstudio-is/form-handlers": "0.125.0",
42
+ "@webstudio-is/icons": "0.125.0",
43
+ "@webstudio-is/sdk-components-react": "0.125.0",
44
+ "@webstudio-is/react-sdk": "0.125.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@remix-run/react": "^1.19.2",
@@ -50,8 +50,8 @@
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0",
52
52
  "typescript": "5.2.2",
53
- "@webstudio-is/tsconfig": "1.0.7",
54
- "@webstudio-is/generate-arg-types": "0.123.0"
53
+ "@webstudio-is/generate-arg-types": "0.125.0",
54
+ "@webstudio-is/tsconfig": "1.0.7"
55
55
  },
56
56
  "scripts": {
57
57
  "dev": "rm -rf lib && esbuild 'src/**/*.ts' 'src/**/*.tsx' --outdir=lib --watch",