Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
annsion committed Oct 24, 2020
1 parent 999def7 commit 2d90071
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 329 deletions.
2 changes: 1 addition & 1 deletion examples/ts-example/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<button @click="getRoleById"> getRoleById</button>
<button :style="{ width: '300px' }" @click="getRoleById"> getRoleById</button>
<br />
<button @click="createUser"> createUser</button>
</template>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mock",
"version": "1.0.2",
"version": "1.0.4",
"description": "A mock plugin for vite",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,11 +32,11 @@
"@rollup/plugin-node-resolve": "^9.0.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"esbuild": "^0.7.1",
"esbuild": "^0.7.19",
"glob": "^7.1.6",
"koa-bodyparser": "^4.3.0",
"rollup": "^2.26.11",
"rollup-plugin-esbuild": "^2.5.0"
"rollup": "^2.32.1",
"rollup-plugin-esbuild": "^2.5.2"
},
"peerDependencies": {
"mockjs": ">=1.1.0",
Expand All @@ -49,7 +49,7 @@
"conventional-changelog-cli": "^2.1.0",
"mockjs": "^1.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.2",
"vite": "^1.0.0-rc.4"
"typescript": "^4.0.3",
"vite": "^1.0.0-rc.6"
}
}
Loading

0 comments on commit 2d90071

Please sign in to comment.