Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed May 20, 2024
1 parent 117522a commit 373bfac
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 278 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -19,22 +19,22 @@
"vue": "^3.4.27",
"vue-echarts": "^6.7.2",
"vue-router": "^4.3.2",
"vuetify": "^3.6.5"
"vuetify": "^3.6.6"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@nuxt/eslint-config": "0.3.12",
"@nuxt/eslint-config": "0.3.13",
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.44.0",
"@testing-library/vue": "^8.0.3",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.2.0",
"eslint-plugin-playwright": "^1.6.0",
"eslint": "^9.3.0",
"eslint-plugin-playwright": "^1.6.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"rollup-plugin-regexp": "^5.0.1",
Expand All @@ -46,7 +46,7 @@
"vite-plugin-vue-meta-layouts": "^0.4.3",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.17"
"vue-tsc": "^2.0.19"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 373bfac

Please sign in to comment.