Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 23, 2024
1 parent 27136f2 commit 6b68e3e
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 37 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.9",
"msw": "^2.2.10",
"postcss": "~8.4.38",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
Expand All @@ -117,7 +117,7 @@
"typescript": "~5.4.3",
"unocss": "^0.58.6",
"unplugin-vue-components": "~0.26.0",
"vite": "~5.2.2",
"vite": "~5.2.4",
"vite-plugin-checker": "~0.6.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-mkcert": "^1.17.5",
Expand All @@ -143,6 +143,14 @@
],
"license": "MIT",
"target": "web",
"dependenciesMeta": {
"@admin-pkg/vite-plugin-msw": {
"injected": true
},
"@admin-pkg/vite-plugin-tinymce-resource": {
"injected": true
}
},
"pnpm": {
"overrides": {}
}
Expand Down
Loading

0 comments on commit 6b68e3e

Please sign in to comment.