Skip to content

Commit 3ff5dfa

Browse files
committed
chore: bump dependencies and switch to Nuxt Module Builder v1
1 parent ed9afad commit 3ff5dfa

File tree

2 files changed

+3560
-1717
lines changed

2 files changed

+3560
-1717
lines changed

package.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
},
1313
"exports": {
1414
".": {
15-
"types": "./dist/types.d.ts",
16-
"import": "./dist/module.mjs",
17-
"require": "./dist/module.cjs"
15+
"types": "./dist/types.d.mts",
16+
"import": "./dist/module.mjs"
17+
}
18+
},
19+
"main": "./dist/module.mjs",
20+
"typesVersions": {
21+
"*": {
22+
".": [
23+
"./dist/types.d.mts"
24+
]
1825
}
1926
},
20-
"main": "./dist/module.cjs",
21-
"types": "./dist/types.d.ts",
2227
"files": [
2328
"dist"
2429
],
@@ -50,7 +55,7 @@
5055
},
5156
"devDependencies": {
5257
"@antfu/eslint-config": "^4.16.2",
53-
"@nuxt/module-builder": "^0.8.4",
58+
"@nuxt/module-builder": "^1.0.2",
5459
"@nuxt/schema": "^3.17.6",
5560
"@nuxtjs/eslint-config-typescript": "^12.1.0",
5661
"@types/node": "^20.19.6",
@@ -60,7 +65,7 @@
6065
"oxlint": "^0.16.12",
6166
"ts-essentials": "^9.4.2",
6267
"typescript": "^5.8.3",
63-
"vitepress": "^1.6.3",
68+
"vitepress": "^1.6.4",
6469
"vitest": "^3.2.4",
6570
"vue-tsc": "^2.2.12"
6671
},

0 commit comments

Comments
 (0)