Skip to content

Commit

Permalink
fix: build failind because of ts dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Dec 6, 2024
1 parent e197fc7 commit 20ef8d8
Show file tree
Hide file tree
Showing 2 changed files with 768 additions and 736 deletions.
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"repository": "your-org/my-module",
"license": "AGPL-3.0",
"type": "module",
"build": {
"externals": [
"defu"
]
},
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand All @@ -31,17 +36,17 @@
"dependencies": {
"@nuxt/kit": "^3.14.159" },
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.159",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
"@types/node": "latest",
"changelogen": "^0.5.7",
"eslint": "^9.14.0",
"nuxt": "^3.14.159",
"typescript": "latest",
"vitest": "^2.1.5",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"typescript": "5.6.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 20ef8d8

Please sign in to comment.