Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aibayanyu20 committed Sep 27, 2024
1 parent b55f476 commit 5112cee
Show file tree
Hide file tree
Showing 3 changed files with 935 additions and 1,495 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^18.19.34",
"ant-design-vue": "^4.2.4",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"@types/node": "^18.19.53",
"ant-design-vue": "^4.2.5",
"changelogen": "^0.5.7",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"typescript": "5.6.2",
"vitest": "^2.1.1"
Expand Down
8 changes: 6 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
export default defineNuxtConfig({
modules: ['../src/module'],

antd: {
extractStyle: true
},

imports:{
autoImport: true
}
})
},

compatibilityDate: '2024-09-27'
})
Loading

0 comments on commit 5112cee

Please sign in to comment.