Skip to content

Commit

Permalink
feat: upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 29, 2023
1 parent 0fbc19f commit 66e84f8
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 96 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
},
"devDependencies": {
"@babel/types": "^7.12.0",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@microsoft/api-extractor": "~7.20.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@types/hash-sum": "^1.0.0",
"@types/node": "^16.4.7",
"@typescript-eslint/parser": "^5.23.0",
Expand All @@ -87,10 +87,10 @@
"prettier": "^2.7.1",
"pug": "^3.0.1",
"puppeteer": "^19.2.2",
"rollup": "~3.10.0",
"rollup": "~3.11.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.11.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-typescript2": "^0.34.1",
"semver": "^7.3.2",
"serve": "^12.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"@vue/reactivity-transform": "3.2.45",
"@vue/shared": "3.2.45",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7",
"source-map": "^0.6.1",
"postcss": "^8.1.10"
"magic-string": "^0.27.0",
"postcss": "^8.1.10",
"source-map": "^0.6.1"
},
"devDependencies": {
"@types/estree": "^0.0.48",
"@babel/types": "^7.16.0",
"@types/estree": "^0.0.48",
"@types/lru-cache": "^5.1.0",
"pug": "^3.0.1",
"sass": "^1.26.9",
"@vue/consolidate": "^0.17.3",
"hash-sum": "^2.0.0",
"lru-cache": "^5.1.1",
"merge-source-map": "^1.1.0",
"postcss-modules": "^4.0.0",
"postcss-selector-parser": "^6.0.4"
"postcss-selector-parser": "^6.0.4",
"pug": "^3.0.1",
"sass": "^1.26.9"
}
}
2 changes: 1 addition & 1 deletion packages/reactivity-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vue/compiler-core": "3.2.45",
"@vue/shared": "3.2.45",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7"
"magic-string": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sfc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vite": "^4.0.0"
},
"dependencies": {
"vue": "3.2.45",
"@vue/repl": "^1.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.6.0"
"jszip": "^3.6.0",
"vue": "3.2.45"
}
}

0 comments on commit 66e84f8

Please sign in to comment.