Skip to content

Commit 141ad3e

Browse files
committed
chore: upgrade nuxt module dependencies and switch export type to module
1 parent ca78514 commit 141ad3e

File tree

3 files changed

+4004
-2756
lines changed

3 files changed

+4004
-2756
lines changed

.changeset/bright-moose-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vee-validate/nuxt": patch
3+
---
4+
5+
chore: upgrade nuxt module dependencies and switch default to module type

packages/nuxt/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"description": "Official vee-validate nuxt module",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
7-
"main": "./dist/module.cjs",
8-
"types": "./dist/types.d.ts",
7+
"type": "module",
8+
"main": "./dist/module.mjs",
9+
"types": "./dist/module.d.ts",
910
"homepage": "https://vee-validate.logaretm.com/v4/integrations/nuxt",
1011
"repository": {
1112
"url": "https://github.com/logaretm/vee-validate.git",
@@ -17,7 +18,7 @@
1718
},
1819
"exports": {
1920
".": {
20-
"types": "./dist/types.d.ts",
21+
"types": "./dist/module.d.ts",
2122
"import": "./dist/module.mjs",
2223
"require": "./dist/module.cjs"
2324
}
@@ -37,15 +38,15 @@
3738
"dist/*"
3839
],
3940
"dependencies": {
40-
"@nuxt/kit": "^3.8.2",
41+
"@nuxt/kit": "^3.13.2",
4142
"local-pkg": "^0.5.0",
4243
"vee-validate": "workspace:*"
4344
},
4445
"devDependencies": {
45-
"@nuxt/eslint-config": "^0.2.0",
46-
"@nuxt/module-builder": "^0.5.4",
47-
"@nuxt/schema": "^3.8.2",
48-
"@nuxt/test-utils": "^3.8.1",
49-
"nuxt": "^3.8.2"
46+
"@nuxt/eslint-config": "^0.6.0",
47+
"@nuxt/module-builder": "^0.8.4",
48+
"@nuxt/schema": "^3.13.2",
49+
"@nuxt/test-utils": "^3.14.4",
50+
"nuxt": "^3.13.2"
5051
}
5152
}

0 commit comments

Comments
 (0)