Skip to content

Commit

Permalink
fix: ensure file changes take effect,fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
shisan committed Jul 18, 2021
1 parent d3b6fab commit 353aa9d
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 112 deletions.
10 changes: 5 additions & 5 deletions examples/js-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"dependencies": {
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.54",
"element-plus": "^1.0.2-beta.55",
"mockjs": "^1.1.0",
"vue": "^3.1.4"
"vue": "^3.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.4",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.1.5",
"cross-env": "^7.0.3",
"vite": "^2.4.0"
"vite": "^2.4.2"
}
}
12 changes: 6 additions & 6 deletions examples/ts-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"dependencies": {
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.36",
"element-plus": "^1.0.2-beta.55",
"mockjs": "^1.1.0",
"vue": "^3.0.10"
"vue": "^3.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.10",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.1.5",
"cross-env": "^7.0.3",
"typescript": "^4.2.3",
"vite": "^2.1.5"
"typescript": "^4.3.5",
"vite": "^2.4.2"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
},
"homepage": "https://github.com/anncwb/vite-plugin-mock/tree/master/#readme",
"dependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/mockjs": "^1.0.3",
"@rollup/plugin-node-resolve": "^13.0.2",
"@types/mockjs": "^1.0.4",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
"connect": "^3.7.0",
"debug": "^4.3.2",
"esbuild": "0.11.3",
"fast-glob": "^3.2.6",
"fast-glob": "^3.2.7",
"path-to-regexp": "^6.2.0"
},
"peerDependencies": {
Expand All @@ -55,28 +55,28 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/connect": "^3.4.34",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.6",
"@types/jest": "^26.0.23",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.3",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"husky": "^6.0.0",
"jest": "^27.0.0",
"lint-staged": "^11.0.0 ",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"mockjs": "^1.1.0",
"pinst": "^2.1.6",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"tsup": "^4.12.0",
"tsup": "^4.12.5",
"typescript": "^4.3.5",
"vite": "^2.4.0"
"vite": "^2.4.2"
}
}
Loading

0 comments on commit 353aa9d

Please sign in to comment.