Skip to content

Commit

Permalink
chore(deps): update plugins (#5462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Oct 28, 2021
1 parent 145d23c commit caa700f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.15.4",
"@babel/plugin-transform-typescript": "^7.15.8",
"@rollup/pluginutils": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.1.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"hash-sum": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.57.0",
"rollup": "^2.58.3",
"slash": "^3.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.19",
"@vue/compiler-sfc": "^3.2.19"
"vue": "^3.2.20",
"@vue/compiler-sfc": "^3.2.20"
}
}

0 comments on commit caa700f

Please sign in to comment.