Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jun 11, 2024
1 parent d563edc commit 686674e
Show file tree
Hide file tree
Showing 3 changed files with 770 additions and 740 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default defineNuxtConfig({
sourcemap: false,
}),
],
build: { sourcemap: false },
},
runtimeConfig: {
github: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"happy-dom": "^14.12.0",
"nuxt": "^3.11.2",
"playwright-core": "^1.44.1",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"rollup-plugin-regexp": "^5.0.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19",
"vue-tsc": "^2.0.21",
"vuetify-nuxt-module": "^0.14.1"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@vueuse/nuxt": "^10.10.0",
"echarts": "^5.5.0",
"nuxt-auth-utils": "^0.0.25",
"vue-echarts": "^6.7.2"
"vue-echarts": "^6.7.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 686674e

Please sign in to comment.