File tree Expand file tree Collapse file tree 7 files changed +2298
-1048
lines changed Expand file tree Collapse file tree 7 files changed +2298
-1048
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.8 " ,
94
- "@vue/test-utils" : " ^2.4.1 " ,
93
+ "@vue/runtime-core" : " ^3.3.9 " ,
94
+ "@vue/test-utils" : " ^2.4.3 " ,
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.5.2 " ,
101
- "firebase-admin" : " ^11.11.0 " ,
100
+ "firebase" : " ^10.7.0 " ,
101
+ "firebase-admin" : " ^11.11.1 " ,
102
102
"focus-visible" : " ^5.2.0" ,
103
103
"globby" : " ^13.2.2" ,
104
- "happy-dom" : " ^11.0.2 " ,
105
- "lint-staged" : " ^15.0.2 " ,
104
+ "happy-dom" : " ^12.10.3 " ,
105
+ "lint-staged" : " ^15.1.0 " ,
106
106
"minimist" : " ^1.2.8" ,
107
107
"p-series" : " ^3.0.0" ,
108
108
"prettier" : " ^2.8.8" ,
112
112
"typescript" : " ~5.2.2" ,
113
113
"unbuild" : " ^2.0.0" ,
114
114
"vitepress" : " 1.0.0-rc.25" ,
115
- "vitest" : " ^0.34.4 " ,
116
- "vue" : " ^3.3.8 " ,
115
+ "vitest" : " ^0.34.6 " ,
116
+ "vue" : " ^3.3.9 " ,
117
117
"yorkie" : " ^2.0.0"
118
118
},
119
119
"gitHooks" : {
Original file line number Diff line number Diff line change 36
36
"dev:prepare" : " nuxt-module-build --stub"
37
37
},
38
38
"dependencies" : {
39
- "@nuxt/kit" : " ^3.8.0 " ,
39
+ "@nuxt/kit" : " ^3.8.2 " ,
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.2 " ,
64
- "@nuxt/schema" : " ^3.8.0 " ,
63
+ "@nuxt/module-builder" : " ^0.5.4 " ,
64
+ "@nuxt/schema" : " ^3.8.2 " ,
65
65
"@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
66
66
"eslint" : " ^8.52.0" ,
67
- "firebase" : " ^10.5.2 " ,
68
- "firebase-admin" : " ^11.11.0 " ,
69
- "firebase-functions" : " ^4.4.1 " ,
70
- "nuxt" : " ^3.8.0 " ,
67
+ "firebase" : " ^10.7.0 " ,
68
+ "firebase-admin" : " ^11.11.1 " ,
69
+ "firebase-functions" : " ^4.5.0 " ,
70
+ "nuxt" : " ^3.8.2 " ,
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" : " ^1.0.0 " ,
12
- "nuxt" : " ^3.8.0 "
11
+ "@nuxt/devtools" : " ^1.0.4 " ,
12
+ "nuxt" : " ^3.8.2 "
13
13
},
14
14
"dependencies" : {
15
15
"@firebase/app-types" : " ^0.9.0" ,
16
- "firebase" : " ^10.5.2 " ,
16
+ "firebase" : " ^10.7.0 " ,
17
17
"nuxt-vuefire" : " workspace:*" ,
18
18
"vuefire" : " workspace:*"
19
19
}
Original file line number Diff line number Diff line change 8
8
} from ' firebase/database'
9
9
import { ref } from ' vue'
10
10
import { useDatabase , useDatabaseList } from ' vuefire'
11
- import { Todo } from ' ~/components/TodoItem.vue'
11
+ import { type Todo } from ' ~/components/TodoItem.vue'
12
12
13
13
const db = useDatabase ()
14
14
const todosRef = dbRef (db , ' todos' )
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.11.0 " ,
19
- "firebase-functions" : " ^4.4.1 "
18
+ "firebase-admin" : " ^11.11.1 " ,
19
+ "firebase-functions" : " ^4.5.0 "
20
20
},
21
21
"devDependencies" : {
22
22
"@typescript-eslint/eslint-plugin" : " ^6.9.1" ,
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.8 " ,
15
+ "vue" : " ^3.3.9 " ,
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
22
"@types/node" : " ^20.8.10" ,
23
- "@vitejs/plugin-vue" : " ^4.4 .0" ,
23
+ "@vitejs/plugin-vue" : " ^4.5 .0" ,
24
24
"@vue/tsconfig" : " ^0.4.0" ,
25
- "@vueuse/core" : " ^10.5.0 " ,
25
+ "@vueuse/core" : " ^10.6.1 " ,
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.22 "
30
+ "vue-tsc" : " ^1.8.24 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments