Skip to content

Commit 20ef8d8

Browse files
committed
fix: build failind because of ts dep ver
1 parent e197fc7 commit 20ef8d8

File tree

2 files changed

+768
-736
lines changed

2 files changed

+768
-736
lines changed

package.json

+13-8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"repository": "your-org/my-module",
66
"license": "AGPL-3.0",
77
"type": "module",
8+
"build": {
9+
"externals": [
10+
"defu"
11+
]
12+
},
813
"exports": {
914
".": {
1015
"types": "./dist/types.d.ts",
@@ -31,17 +36,17 @@
3136
"dependencies": {
3237
"@nuxt/kit": "^3.14.159" },
3338
"devDependencies": {
34-
"@nuxt/devtools": "^1.6.0",
35-
"@nuxt/eslint-config": "^0.6.1",
39+
"@nuxt/devtools": "^1.6.3",
40+
"@nuxt/eslint-config": "^0.7.2",
3641
"@nuxt/module-builder": "^0.8.4",
37-
"@nuxt/schema": "^3.14.159",
38-
"@nuxt/test-utils": "^3.14.4",
42+
"@nuxt/schema": "^3.14.1592",
43+
"@nuxt/test-utils": "^3.15.1",
3944
"@types/node": "latest",
4045
"changelogen": "^0.5.7",
41-
"eslint": "^9.14.0",
42-
"nuxt": "^3.14.159",
43-
"typescript": "latest",
44-
"vitest": "^2.1.5",
46+
"eslint": "^9.16.0",
47+
"nuxt": "^3.14.1592",
48+
"typescript": "5.6.2",
49+
"vitest": "^2.1.8",
4550
"vue-tsc": "^2.1.10"
4651
}
4752
}

0 commit comments

Comments
 (0)