-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cbed21
commit 42a7069
Showing
15 changed files
with
184 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"version": "3.3.8", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "node scripts/dev.js", | ||
|
@@ -27,9 +27,9 @@ | |
"dev-esm": "node scripts/dev.js -if esm-bundler-runtime", | ||
"dev-compiler": "run-p \"dev template-explorer\" serve", | ||
"dev-sfc": "run-s dev-sfc-prepare dev-sfc-run", | ||
"dev-sfc-prepare": "node scripts/pre-dev-sfc.js || npm run build-compiler-cjs", | ||
"dev-sfc-prepare": "node scripts/pre-dev-sfc.js || npm run build-all-cjs", | ||
"dev-sfc-serve": "vite packages/sfc-playground --host", | ||
"dev-sfc-run": "run-p \"dev compiler-sfc -f esm-browser\" \"dev vue -if esm-bundler-runtime\" \"dev server-renderer -if esm-bundler\" dev-sfc-serve", | ||
"dev-sfc-run": "run-p \"dev compiler-sfc -f esm-browser\" \"dev vue -if esm-bundler-runtime\" \"dev vue -ipf esm-browser-runtime\" \"dev server-renderer -if esm-bundler\" dev-sfc-serve", | ||
"serve": "serve", | ||
"open": "open http://localhost:3000/packages/template-explorer/local.html", | ||
"build-sfc-playground": "run-s build-all-cjs build-runtime-esm build-ssr-esm build-sfc-playground-self", | ||
|
@@ -57,8 +57,8 @@ | |
"node": ">=18.12.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/parser": "^7.23.0", | ||
"@babel/types": "^7.23.0", | ||
"@babel/parser": "^7.23.3", | ||
"@babel/types": "^7.23.3", | ||
"@rollup/plugin-alias": "^5.0.1", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-json": "^6.0.1", | ||
|
@@ -67,14 +67,14 @@ | |
"@rollup/plugin-terser": "^0.4.4", | ||
"@types/hash-sum": "^1.0.2", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@vitest/coverage-istanbul": "^0.34.6", | ||
"@vue/consolidate": "0.17.3", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"enquirer": "^2.4.1", | ||
"esbuild": "^0.19.5", | ||
"esbuild-plugin-polyfill-node": "^0.3.0", | ||
"eslint": "^8.52.0", | ||
"eslint": "^8.53.0", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"estree-walker": "^2.0.2", | ||
"execa": "^8.0.1", | ||
|
@@ -83,14 +83,14 @@ | |
"lodash": "^4.17.21", | ||
"magic-string": "^0.30.5", | ||
"markdown-table": "^3.0.3", | ||
"marked": "^9.1.5", | ||
"marked": "^9.1.6", | ||
"minimist": "^1.2.8", | ||
"npm-run-all": "^4.1.5", | ||
"picocolors": "^1.0.0", | ||
"prettier": "^3.0.3", | ||
"pretty-bytes": "^6.1.1", | ||
"pug": "^3.0.2", | ||
"puppeteer": "~21.4.1", | ||
"puppeteer": "~21.5.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.1.4", | ||
"rollup-plugin-dts": "^6.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// serve vue to the iframe sandbox during dev. | ||
// @ts-ignore | ||
export * from 'vue/dist/vue.runtime.esm-browser.prod.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.