Skip to content

Commit

Permalink
chore: update locks
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 23, 2021
1 parent d5f6145 commit 613f1a5
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 210 deletions.
2 changes: 1 addition & 1 deletion example/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vue/compiler-sfc": "^3.0.5",
"cross-env": "^7.0.3",
"typescript": "^4.1.5",
"vite": "^2.0.1",
"vite": "^2.0.2",
"vite-plugin-components": "workspace:*",
"vite-plugin-md": "^0.5.1"
}
Expand Down
2 changes: 1 addition & 1 deletion example/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"vite": "^2.0.1",
"vite": "^2.0.2",
"vite-plugin-components": "workspace:*",
"vite-plugin-vue2": "^1.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@types/debug": "^4.1.5",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"eslint": "^7.20.0",
"rollup": "^2.39.0",
"rollup": "^2.39.1",
"standard-version": "^9.1.1",
"tsup": "^4.0.0",
"tsup": "^4.2.0",
"typescript": "^4.1.5",
"vite": "^2.0.1"
"vite": "^2.0.2"
}
}
Loading

0 comments on commit 613f1a5

Please sign in to comment.