Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Jul 30, 2023
1 parent 21706a1 commit dd9cba0
Show file tree
Hide file tree
Showing 4 changed files with 1,539 additions and 1,336 deletions.
6 changes: 3 additions & 3 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.1",
"core-js": "^3.30.2",
"core-js": "^3.32.0",
"vue": "~2.6.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"unplugin-vue2-script-setup": "workspace:*",
"vue-template-compiler": "~2.6.14",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.8"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue2-script-setup",
"version": "0.11.4",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.10",
"description": "Bring <script setup> to Vue 2",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -81,47 +81,47 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"@babel/core": "^7.22.1",
"@babel/generator": "^7.22.3",
"@babel/parser": "^7.22.4",
"@babel/traverse": "^7.22.4",
"@babel/types": "^7.22.4",
"@antfu/utils": "^0.7.5",
"@babel/core": "^7.22.9",
"@babel/generator": "^7.22.9",
"@babel/parser": "^7.22.7",
"@babel/traverse": "^7.22.8",
"@babel/types": "^7.22.5",
"@rollup/pluginutils": "^5.0.2",
"@vue/compiler-core": "^3.3.4",
"@vue/compiler-dom": "^3.3.4",
"@vue/reactivity-transform": "^3.3.4",
"@vue/shared": "^3.3.4",
"defu": "^6.1.2",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
"magic-string": "^0.30.2",
"unplugin": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.3",
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.5",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/babel__core": "^7.20.1",
"@types/estree": "^1.0.1",
"@types/node": "^18.16.16",
"@types/node": "^18.17.1",
"@types/pug": "^2.0.6",
"@types/ws": "^8.5.4",
"@types/ws": "^8.5.5",
"@vue/composition-api": "^1.7.1",
"@vue/runtime-dom": "^3.3.4",
"bumpp": "^9.1.0",
"eslint": "^8.42.0",
"fast-glob": "^3.2.12",
"bumpp": "^9.1.1",
"eslint": "^8.46.0",
"fast-glob": "^3.3.1",
"pug": "^3.0.2",
"rimraf": "^5.0.1",
"rollup": "^3.23.1",
"rollup": "^3.27.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4"
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"pnpm": {
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"vue": "^2.6.14"
},
"devDependencies": {
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28",
"vite": "^4.4.7",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "~2.6.14"
}
Expand Down

0 comments on commit dd9cba0

Please sign in to comment.