sandpack-vue3
Advanced tools
Comparing version 3.1.5 to 3.1.6
{ | ||
"name": "sandpack-vue3", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Vue3 components that give you the power of editable sandboxes that run in the browser.", | ||
@@ -78,11 +78,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@codemirror/autocomplete": "^6.7.1", | ||
"@codemirror/autocomplete": "^6.9.0", | ||
"@codemirror/commands": "^6.2.4", | ||
"@codemirror/lang-css": "^6.2.0", | ||
"@codemirror/lang-html": "^6.4.3", | ||
"@codemirror/lang-javascript": "^6.1.8", | ||
"@codemirror/language": "^6.7.0", | ||
"@codemirror/lang-css": "^6.2.1", | ||
"@codemirror/lang-html": "^6.4.5", | ||
"@codemirror/lang-javascript": "^6.1.9", | ||
"@codemirror/language": "^6.8.0", | ||
"@codemirror/state": "^6.2.1", | ||
"@codemirror/view": "^6.12.0", | ||
"@codesandbox/sandpack-client": "^2.6.7", | ||
"@codemirror/view": "^6.16.0", | ||
"@codesandbox/sandpack-client": "^2.6.9", | ||
"@lezer/highlight": "^1.1.6", | ||
@@ -96,47 +96,47 @@ "@stitches/core": "^1.2.8", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.1", | ||
"@babel/plugin-transform-typescript": "^7.22.3", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@codemirror/lang-python": "^6.1.2", | ||
"@codemirror/legacy-modes": "^6.3.2", | ||
"@babel/core": "^7.22.10", | ||
"@babel/plugin-transform-typescript": "^7.22.10", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@codemirror/lang-python": "^6.1.3", | ||
"@codemirror/legacy-modes": "^6.3.3", | ||
"@codesandbox/sandpack-themes": "^2.0.21", | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@swc/core": "^1.3.60", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@swc/core": "^1.3.75", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@testing-library/vue": "^7.0.0", | ||
"@types/lz-string": "^1.3.34", | ||
"@types/node": "^20.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.7", | ||
"@typescript-eslint/parser": "^5.59.7", | ||
"@types/lz-string": "^1.5.0", | ||
"@types/node": "^20.4.9", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"@vitejs/plugin-vue-jsx": "^3.0.1", | ||
"@vitest/ui": "^0.31.1", | ||
"@vue/babel-plugin-jsx": "^1.1.1", | ||
"@vitest/ui": "^0.34.1", | ||
"@vue/babel-plugin-jsx": "^1.1.5", | ||
"@vue/eslint-config-typescript": "^11.0.3", | ||
"acorn-walk": "^8.2.0", | ||
"astring": "^1.8.5", | ||
"astring": "^1.8.6", | ||
"autoprefixer": "^10.4.14", | ||
"babel-loader": "^9.1.2", | ||
"bumpp": "^9.1.0", | ||
"babel-loader": "^9.1.3", | ||
"bumpp": "^9.1.1", | ||
"cssnano": "^6.0.1", | ||
"esbuild-plugin-babel": "^0.2.3", | ||
"eslint": "^8.41.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-vue": "^9.14.1", | ||
"eslint-plugin-vue": "^9.16.1", | ||
"husky": "^8.0.3", | ||
"jsdom": "^22.1.0", | ||
"lint-staged": "^13.2.2", | ||
"npm": "^9.6.7", | ||
"lint-staged": "^13.2.3", | ||
"npm": "^9.8.1", | ||
"shelljs": "^0.8.5", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.9", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.9", | ||
"vite-plugin-windicss": "^1.9.0", | ||
"vitest": "^0.31.1", | ||
"vue-tsc": "^1.6.5" | ||
"vitest": "^0.34.1", | ||
"vue-tsc": "^1.8.8" | ||
}, | ||
@@ -152,5 +152,4 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=16", | ||
"npm": ">=7" | ||
"node": ">=16" | ||
} | ||
} |
781766
12