sandpack-vue3
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -1480,3 +1480,17 @@ import * as vue from 'vue'; | ||
declare const ErrorOverlay: vue.DefineComponent<{}, () => JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>; | ||
declare const ErrorOverlay: vue.DefineComponent<{ | ||
clientId: { | ||
type: StringConstructor; | ||
required: false; | ||
default: string; | ||
}; | ||
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{ | ||
clientId: { | ||
type: StringConstructor; | ||
required: false; | ||
default: string; | ||
}; | ||
}>>, { | ||
clientId: string; | ||
}>; | ||
@@ -1483,0 +1497,0 @@ interface LoadingOverlayProps { |
{ | ||
"name": "sandpack-vue3", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Vue3 components that give you the power of editable sandboxes that run in the browser.", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
"@codemirror/view": "^6.7.3", | ||
"@codesandbox/sandpack-client": "1.20.1", | ||
"@codesandbox/sandpack-client": "^1.20.7", | ||
"@lezer/highlight": "^1.1.3", | ||
@@ -93,3 +93,3 @@ "@stitches/core": "^1.2.8", | ||
"@storybook/vue3": "~6.4.22", | ||
"@swc/core": "^1.3.30", | ||
"@swc/core": "^1.3.31", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
@@ -137,3 +137,3 @@ "@testing-library/user-event": "^14.4.3", | ||
"tsup": "^6.5.0", | ||
"typescript": "^4.9.4", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.0.4", | ||
@@ -140,0 +140,0 @@ "vite-plugin-dts": "^1.7.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
335558
3482
+ Added@codesandbox/sandpack-client@1.20.9(transitive)
- Removed@codesandbox/sandpack-client@1.20.1(transitive)