Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Oct 20, 2024
1 parent 5fb24aa commit ca2dcc0
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 168 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -19,7 +19,7 @@
"vue": "^3.5.12",
"vue-echarts": "^7.0.3",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
"vuetify": "^3.7.3"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
Expand All @@ -29,12 +29,12 @@
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.16.12",
"@types/node": "^20.16.13",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.12.0",
"eslint-plugin-playwright": "^1.7.0",
"eslint": "^9.13.0",
"eslint-plugin-playwright": "^1.8.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"rollup-plugin-regexp": "^5.0.1",
Expand Down
Loading

0 comments on commit ca2dcc0

Please sign in to comment.