Skip to content

Commit

Permalink
chore: upgrade commander, sinon and vite plugin for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 29, 2022
1 parent 0920ade commit 4c26c99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/cli/core/package.json
Expand Up @@ -61,8 +61,8 @@
"leanup": "lib/cli.js"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "8.3.0",
"chalk": "4.1.2",
"commander": "9.0.0",
"deepmerge": "4.2.2",
"prettier": "2.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Expand Up @@ -36,7 +36,7 @@
"mocha": "9.2.0",
"mock-local-storage": "1.1.19",
"nyc": "15.1.0",
"sinon": "12.0.1",
"sinon": "13.0.0",
"typescript": "4.5.5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Expand Up @@ -41,7 +41,7 @@
"nyc": "15.1.0",
"preact": "10.6.5",
"react": "17.0.2",
"sinon": "12.0.1",
"sinon": "13.0.0",
"typescript": "4.5.5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/vue3/package.json
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@snowpack/plugin-vue": "2.6.2",
"@vitejs/plugin-vue": "1.10.2",
"@vitejs/plugin-vue": "2.1.0",
"vue-loader": "17.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4c26c99

Please sign in to comment.