Skip to content

Commit

Permalink
feat: upgrade to msw 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Oct 24, 2023
1 parent a322df9 commit 132ddad
Show file tree
Hide file tree
Showing 6 changed files with 1,053 additions and 1,034 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<p align="center">
<a href="https://github.com/vuejs/vue">
<img src="https://img.shields.io/badge/vue-2.7.14-brightgreen.svg" alt="vue">
<img src="https://img.shields.io/badge/vue-2.7.15-brightgreen.svg" alt="vue">
</a>
<a href="https://github.com/vuetifyjs/vuetify">
<img src="https://img.shields.io/badge/vuetify-2.7.1-blue.svg" alt="vuetify">
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -14,15 +14,15 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/js": "^7.2.96",
"@vueuse/core": "^10.4.1",
"@mdi/js": "^7.3.67",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.14",
"vue": "^2.7.15",
"vue-echarts": "^6.6.1",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.5.0",
Expand All @@ -37,40 +37,40 @@
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.5.1",
"@testing-library/vue": "^5.9.0",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.4",
"@types/nprogress": "^0.2.1",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.8",
"@types/nprogress": "^0.2.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^1.2.0",
"cypress": "^13.3.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.17.0",
"flush-promises": "^1.0.2",
"jsdom": "^22.1.0",
"msw": "^1.3.2",
"msw": "^2.0.0",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^9.1.4",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.1",
"terser": "^5.21.0",
"terser": "^5.22.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^0.34.6",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.8.16"
"vue-template-compiler": "^2.7.15",
"vue-tsc": "^1.8.20"
},
"browserslist": [
"> 1.3%",
Expand Down
Loading

0 comments on commit 132ddad

Please sign in to comment.