|
23 | 23 | "type": "module", |
24 | 24 | "exports": { |
25 | 25 | ".": { |
26 | | - "types": "./dist/types.d.ts", |
| 26 | + "types": "./dist/types.d.mts", |
27 | 27 | "import": "./dist/module.mjs", |
28 | 28 | "require": "./dist/module.cjs" |
29 | 29 | } |
30 | 30 | }, |
31 | 31 | "main": "./dist/module.cjs", |
32 | | - "types": "./dist/types.d.ts", |
| 32 | + "types": "./dist/types.d.mts", |
33 | 33 | "files": [ |
34 | 34 | "dist" |
35 | 35 | ], |
36 | 36 | "scripts": { |
37 | 37 | "dev": "nuxi dev playground", |
38 | 38 | "dev:build": "nuxi build playground", |
39 | | - "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", |
| 39 | + "dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground", |
40 | 40 | "lint": "eslint .", |
41 | | - "prepublishOnly": "nuxi prepare playground && yarn lint && nuxt-module-build" |
| 41 | + "prepublishOnly": "nuxi prepare playground && yarn lint && nuxt-module-build build" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@nuxt/kit": "^3.5.3", |
| 44 | + "@nuxt/kit": "^4.0.0", |
45 | 45 | "defu": "^6.1.2", |
46 | | - "microcms-js-sdk": "^2.5.0" |
| 46 | + "microcms-js-sdk": "^3.2.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@nuxt/eslint-config": "^0.1.1", |
50 | | - "@nuxt/module-builder": "^0.4.0", |
51 | | - "@nuxt/schema": "^3.5.3", |
| 49 | + "@nuxt/eslint-config": "^1.6.0", |
| 50 | + "@nuxt/module-builder": "^1.0.1", |
| 51 | + "@nuxt/schema": "^4.0.0", |
52 | 52 | "@nuxt/test-utils": "^3.5.3", |
53 | | - "@types/node": "^18.11.9", |
54 | | - "eslint": "^8.42.0", |
55 | | - "eslint-config-prettier": "^8.8.0", |
56 | | - "nuxt": "^3.5.3" |
| 53 | + "@types/node": "^24.0.14", |
| 54 | + "eslint": "^9.31.0", |
| 55 | + "eslint-config-prettier": "^10.1.5", |
| 56 | + "nuxt": "^4.0.0" |
57 | 57 | } |
58 | 58 | } |
0 commit comments