File tree Expand file tree Collapse file tree 5 files changed +1614
-1179
lines changed Expand file tree Collapse file tree 5 files changed +1614
-1179
lines changed Original file line number Diff line number Diff line change 68
68
}
69
69
},
70
70
"devDependencies" : {
71
- "@vitest/coverage-c8" : " ^0.24.3 " ,
72
- "@vue/runtime-core" : " ^3.2.41 " ,
73
- "@vue/test-utils" : " ^2.2.0 " ,
71
+ "@vitest/coverage-c8" : " ^0.25.1 " ,
72
+ "@vue/runtime-core" : " ^3.2.45 " ,
73
+ "@vue/test-utils" : " ^2.2.2 " ,
74
74
"chalk" : " ^5.1.2" ,
75
75
"conventional-changelog-cli" : " ^2.0.34" ,
76
76
"enquirer" : " ^2.3.6" ,
77
77
"execa" : " ^6.1.0" ,
78
- "firebase" : " ^9.12.1 " ,
78
+ "firebase" : " ^9.14.0 " ,
79
79
"focus-visible" : " ^5.2.0" ,
80
- "happy-dom" : " ^7.5.13 " ,
80
+ "happy-dom" : " ^7.7.0 " ,
81
81
"lint-staged" : " ^13.0.3" ,
82
82
"minimist" : " ^1.2.7" ,
83
83
"p-series" : " ^3.0.0" ,
84
84
"prettier" : " ^2.0.5" ,
85
85
"semver" : " ^7.3.8" ,
86
- "typedoc" : " ^0.23.17 " ,
86
+ "typedoc" : " ^0.23.21 " ,
87
87
"typedoc-plugin-markdown" : " ^3.13.6" ,
88
88
"typescript" : " ~4.8.4" ,
89
89
"unbuild" : " ^0.9.4" ,
90
- "vitepress" : " 1.0.0-alpha.21 " ,
91
- "vitest" : " ^0.24.3 " ,
92
- "vue" : " ^3.2.41 " ,
90
+ "vitepress" : " 1.0.0-alpha.28 " ,
91
+ "vitest" : " ^0.25.1 " ,
92
+ "vue" : " ^3.2.45 " ,
93
93
"yorkie" : " ^2.0.0"
94
94
},
95
95
"gitHooks" : {
Original file line number Diff line number Diff line change 27
27
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground"
28
28
},
29
29
"dependencies" : {
30
- "@nuxt/kit" : " ^ 3.0.0-rc.12 "
30
+ "@nuxt/kit" : " 3.0.0-rc.13 "
31
31
},
32
32
"devDependencies" : {
33
- "@firebase/app-types" : " ^0.8.0 " ,
33
+ "@firebase/app-types" : " ^0.8.1 " ,
34
34
"@nuxt/module-builder" : " ^0.2.0" ,
35
- "@nuxt/schema" : " ^ 3.0.0-rc.12 " ,
35
+ "@nuxt/schema" : " 3.0.0-rc.13 " ,
36
36
"@nuxtjs/eslint-config-typescript" : " ^11.0.0" ,
37
- "eslint" : " ^8.26 .0" ,
38
- "firebase" : " ^9.12.1 " ,
37
+ "eslint" : " ^8.27 .0" ,
38
+ "firebase" : " ^9.14.0 " ,
39
39
"nuxt" : " ^3.0.0-rc.12" ,
40
40
"vuefire" : " workspace:*"
41
41
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"main" : " lib/index.js" ,
17
17
"dependencies" : {
18
- "firebase-admin" : " ^10.0.2 " ,
19
- "firebase-functions" : " ^3.18.0 "
18
+ "firebase-admin" : " ^11.2.1 " ,
19
+ "firebase-functions" : " ^4.0.2 "
20
20
},
21
21
"devDependencies" : {
22
- "@typescript-eslint/eslint-plugin" : " ^5.40 .1" ,
23
- "@typescript-eslint/parser" : " ^5.40 .1" ,
24
- "eslint" : " ^8.9 .0" ,
22
+ "@typescript-eslint/eslint-plugin" : " ^5.42 .1" ,
23
+ "@typescript-eslint/parser" : " ^5.42 .1" ,
24
+ "eslint" : " ^8.27 .0" ,
25
25
"eslint-config-google" : " ^0.14.0" ,
26
26
"eslint-plugin-import" : " ^2.25.4" ,
27
- "firebase-functions-test" : " ^0.2 .0" ,
27
+ "firebase-functions-test" : " ^3.0 .0" ,
28
28
"typescript" : " ^4.5.4"
29
29
},
30
30
"private" : true
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"pinia" : " ^2.0.23" ,
15
- "vue" : " ^3.2.41 " ,
16
- "vue-router" : " ^4.1.5 " ,
15
+ "vue" : " ^3.2.45 " ,
16
+ "vue-router" : " ^4.1.6 " ,
17
17
"vuefire" : " workspace:*" ,
18
18
"vuex" : " ^4.1.0"
19
19
},
20
20
"devDependencies" : {
21
- "@firebase/app-types" : " ^0.8.0 " ,
21
+ "@firebase/app-types" : " ^0.8.1 " ,
22
22
"@types/node" : " ^16.11.65" ,
23
- "@vitejs/plugin-vue" : " ^3.0.3 " ,
23
+ "@vitejs/plugin-vue" : " ^3.2.0 " ,
24
24
"@vue/tsconfig" : " ^0.1.3" ,
25
25
"@vueuse/core" : " ^9.5.0" ,
26
26
"npm-run-all" : " ^4.1.5" ,
27
27
"typescript" : " ~4.8.4" ,
28
28
"unplugin-vue-router" : " ^0.2.3" ,
29
- "vite" : " ^3.1.8 " ,
30
- "vue-tsc" : " ^1.0.8 "
29
+ "vite" : " ^3.2.3 " ,
30
+ "vue-tsc" : " ^1.0.9 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments