File tree Expand file tree Collapse file tree 6 files changed +1502
-2516
lines changed Expand file tree Collapse file tree 6 files changed +1502
-2516
lines changed Original file line number Diff line number Diff line change 90
90
},
91
91
"devDependencies" : {
92
92
"@vitest/coverage-v8" : " ^0.34.4" ,
93
- "@vue/runtime-core" : " ^3.3.4 " ,
93
+ "@vue/runtime-core" : " ^3.3.7 " ,
94
94
"@vue/test-utils" : " ^2.4.1" ,
95
95
"chalk" : " ^5.3.0" ,
96
96
"consola" : " ^3.2.3" ,
97
97
"conventional-changelog-cli" : " ^2.0.34" ,
98
98
"enquirer" : " ^2.4.1" ,
99
99
"execa" : " ^8.0.1" ,
100
- "firebase" : " ^10.3.1 " ,
101
- "firebase-admin" : " ^11.10.1 " ,
100
+ "firebase" : " ^10.5.2 " ,
101
+ "firebase-admin" : " ^11.11.0 " ,
102
102
"focus-visible" : " ^5.2.0" ,
103
103
"globby" : " ^13.2.2" ,
104
104
"happy-dom" : " ^11.0.2" ,
113
113
"unbuild" : " ^2.0.0" ,
114
114
"vitepress" : " 1.0.0-rc.12" ,
115
115
"vitest" : " ^0.34.4" ,
116
- "vue" : " ^3.3.4 " ,
116
+ "vue" : " ^3.3.7 " ,
117
117
"yorkie" : " ^2.0.0"
118
118
},
119
119
"gitHooks" : {
Original file line number Diff line number Diff line change 29
29
},
30
30
"funding" : " https://github.com/sponsors/posva" ,
31
31
"scripts" : {
32
- "build" : " nuxt-module-build" ,
32
+ "build" : " nuxt-module-build build " ,
33
33
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1" ,
34
34
"dev" : " nuxi dev playground" ,
35
35
"dev:build" : " nuxi build playground" ,
36
36
"dev:prepare" : " nuxt-module-build --stub"
37
37
},
38
38
"dependencies" : {
39
- "@nuxt/kit" : " ^3.7.1 " ,
39
+ "@nuxt/kit" : " ^3.8.0 " ,
40
40
"@posva/lru-cache" : " ^10.0.1" ,
41
41
"strip-json-comments" : " ^5.0.1"
42
42
},
60
60
},
61
61
"devDependencies" : {
62
62
"@firebase/app-types" : " ^0.9.0" ,
63
- "@nuxt/module-builder" : " ^0.5.1 " ,
64
- "@nuxt/schema" : " ^3.7.1 " ,
63
+ "@nuxt/module-builder" : " ^0.5.2 " ,
64
+ "@nuxt/schema" : " ^3.8.0 " ,
65
65
"@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
66
66
"eslint" : " ^8.52.0" ,
67
- "firebase" : " ^10.3.1 " ,
68
- "firebase-admin" : " ^11.10.1 " ,
67
+ "firebase" : " ^10.5.2 " ,
68
+ "firebase-admin" : " ^11.11.0 " ,
69
69
"firebase-functions" : " ^4.4.1" ,
70
- "nuxt" : " ^3.7.1 " ,
70
+ "nuxt" : " ^3.8.0 " ,
71
71
"vuefire" : " workspace:*"
72
72
}
73
73
}
Original file line number Diff line number Diff line change 8
8
"prepare" : " nuxi prepare"
9
9
},
10
10
"devDependencies" : {
11
- "@nuxt/devtools" : " ^0.8.3 " ,
12
- "nuxt" : " ^3.7.1 "
11
+ "@nuxt/devtools" : " ^1.0.0 " ,
12
+ "nuxt" : " ^3.8.0 "
13
13
},
14
14
"dependencies" : {
15
15
"@firebase/app-types" : " ^0.9.0" ,
16
- "firebase" : " ^10.3.1 " ,
16
+ "firebase" : " ^10.5.2 " ,
17
17
"nuxt-vuefire" : " workspace:*" ,
18
18
"vuefire" : " workspace:*"
19
19
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"main" : " lib/index.js" ,
17
17
"dependencies" : {
18
- "firebase-admin" : " ^11.10.1 " ,
18
+ "firebase-admin" : " ^11.11.0 " ,
19
19
"firebase-functions" : " ^4.4.1"
20
20
},
21
21
"devDependencies" : {
22
- "@typescript-eslint/eslint-plugin" : " ^6.9.0 " ,
23
- "@typescript-eslint/parser" : " ^6.9.0 " ,
22
+ "@typescript-eslint/eslint-plugin" : " ^6.9.1 " ,
23
+ "@typescript-eslint/parser" : " ^6.9.1 " ,
24
24
"eslint" : " ^8.52.0" ,
25
25
"eslint-config-google" : " ^0.14.0" ,
26
26
"eslint-plugin-import" : " ^2.29.0" ,
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"pinia" : " ^2.1.7" ,
15
- "vue" : " ^3.3.4 " ,
15
+ "vue" : " ^3.3.7 " ,
16
16
"vue-router" : " ^4.2.5" ,
17
17
"vuefire" : " workspace:*" ,
18
18
"vuex" : " ^4.1.0"
19
19
},
20
20
"devDependencies" : {
21
21
"@firebase/app-types" : " ^0.9.0" ,
22
- "@types/node" : " ^20.8.9 " ,
22
+ "@types/node" : " ^20.8.10 " ,
23
23
"@vitejs/plugin-vue" : " ^4.4.0" ,
24
24
"@vue/tsconfig" : " ^0.4.0" ,
25
25
"@vueuse/core" : " ^10.5.0" ,
26
26
"npm-run-all" : " ^4.1.5" ,
27
27
"typescript" : " ~5.2.2" ,
28
28
"unplugin-vue-router" : " ^0.7.0" ,
29
29
"vite" : " ^4.5.0" ,
30
- "vue-tsc" : " ^1.8.10 "
30
+ "vue-tsc" : " ^1.8.22 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments