Skip to content

Commit 5112cee

Browse files
committed
chore: update deps
1 parent b55f476 commit 5112cee

File tree

3 files changed

+935
-1495
lines changed

3 files changed

+935
-1495
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"@nuxt/module-builder": "^0.8.4",
4545
"@nuxt/schema": "^3.13.2",
4646
"@nuxt/test-utils": "^3.14.2",
47-
"@types/node": "^18.19.34",
48-
"ant-design-vue": "^4.2.4",
49-
"changelogen": "^0.5.5",
50-
"eslint": "^9.10.0",
47+
"@types/node": "^18.19.53",
48+
"ant-design-vue": "^4.2.5",
49+
"changelogen": "^0.5.7",
50+
"eslint": "^9.11.1",
5151
"nuxt": "^3.13.2",
5252
"typescript": "5.6.2",
5353
"vitest": "^2.1.1"

Diff for: playground/nuxt.config.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
export default defineNuxtConfig({
22
modules: ['../src/module'],
3+
34
antd: {
45
extractStyle: true
56
},
7+
68
imports:{
79
autoImport: true
8-
}
9-
})
10+
},
11+
12+
compatibilityDate: '2024-09-27'
13+
})

0 commit comments

Comments
 (0)