|
34 | 34 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1", |
35 | 35 | "test": "vitest", |
36 | 36 | "dev": "nuxi dev playground", |
37 | | - "dev:build": "nuxi build playground", |
38 | | - "dev:prepare": "nuxt-module-build --stub" |
| 37 | + "dev:build": "nuxi build playground" |
39 | 38 | }, |
40 | 39 | "dependencies": { |
41 | | - "@nuxt/kit": "^3.10.3", |
| 40 | + "@nuxt/kit": "^3.12.4", |
42 | 41 | "@posva/lru-cache": "^10.0.1", |
43 | 42 | "lodash-es": "^4.17.21", |
44 | 43 | "strip-json-comments": "^5.0.1" |
|
63 | 62 | }, |
64 | 63 | "devDependencies": { |
65 | 64 | "@firebase/app-types": "^0.9.0", |
66 | | - "@nuxt/eslint-config": "^0.3.13", |
67 | | - "@nuxt/module-builder": "^0.8.1", |
68 | | - "@nuxt/schema": "^3.10.3", |
69 | | - "@nuxt/test-utils": "^3.11.0", |
| 65 | + "@nuxt/eslint-config": "^0.5.0", |
| 66 | + "@nuxt/module-builder": "^0.8.3", |
| 67 | + "@nuxt/schema": "^3.12.4", |
| 68 | + "@nuxt/test-utils": "^3.14.1", |
70 | 69 | "@types/lodash-es": "^4.17.12", |
71 | 70 | "eslint": "^8.56.0", |
72 | 71 | "firebase": "^10.13.0", |
73 | 72 | "firebase-admin": "^12.3.1", |
74 | 73 | "firebase-functions": "^5.0.1", |
75 | | - "nuxt": "^3.10.3", |
| 74 | + "nuxt": "^3.12.4", |
76 | 75 | "vuefire": "workspace:*" |
77 | 76 | } |
78 | 77 | } |
0 commit comments