Skip to content

Commit

Permalink
1,381st Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Feb 25, 2024
1 parent 38d70f1 commit c39980e
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 676 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.19"
"@types/node": "^20.11.20"
}
}
4 changes: 2 additions & 2 deletions mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"process-envify": "^2.0.0",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-fastify": "^1.2.5",
"vite-plugin-fastify-routes": "^1.1.0"
"vite-plugin-fastify-routes": "^1.1.1"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@unocss/reset": "^0.58.5",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@vueuse/components": "^10.8.0",
"@vueuse/core": "^10.8.0",
"@x/ui": "workspace:^",
"date-fns": "^3.3.1",
"echarts": "^5.5.0",
Expand All @@ -28,29 +28,29 @@
"vue-formor": "^4.1.1",
"vue-localer": "^1.4.0",
"vue-qrcode-image": "^1.1.0",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vue-storer": "^0.6.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.184",
"@iconify/json": "^2.2.186",
"@types/lodash": "^4.14.202",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"happy-dom": "^13.3.8",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"happy-dom": "^13.5.0",
"prettier": "^3.2.5",
"process-envify": "^2.0.0",
"sass": "^1.71.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-vue-routes": "^1.1.0",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit c39980e

Please sign in to comment.