File tree 5 files changed +1239
-570
lines changed
5 files changed +1239
-570
lines changed Original file line number Diff line number Diff line change 73
73
}
74
74
},
75
75
"devDependencies" : {
76
- "@vitest/coverage-c8" : " ^0.28 .1" ,
77
- "@vue/runtime-core" : " ^3.2.45 " ,
78
- "@vue/test-utils" : " ^2.2.7 " ,
76
+ "@vitest/coverage-c8" : " ^0.29 .1" ,
77
+ "@vue/runtime-core" : " ^3.2.47 " ,
78
+ "@vue/test-utils" : " ^2.3.0 " ,
79
79
"chalk" : " ^5.1.2" ,
80
80
"conventional-changelog-cli" : " ^2.0.34" ,
81
81
"enquirer" : " ^2.3.6" ,
82
- "execa" : " ^6.1 .0" ,
82
+ "execa" : " ^7.0 .0" ,
83
83
"firebase" : " ^9.15.0" ,
84
84
"firebase-admin" : " ^11.4.0" ,
85
85
"focus-visible" : " ^5.2.0" ,
86
86
"globby" : " ^13.1.2" ,
87
- "happy-dom" : " ^8.1.5 " ,
88
- "lint-staged" : " ^13.0.4 " ,
89
- "minimist" : " ^1.2.7 " ,
87
+ "happy-dom" : " ^8.9.0 " ,
88
+ "lint-staged" : " ^13.1.2 " ,
89
+ "minimist" : " ^1.2.8 " ,
90
90
"p-series" : " ^3.0.0" ,
91
- "prettier" : " ^2.8.3 " ,
91
+ "prettier" : " ^2.8.4 " ,
92
92
"semver" : " ^7.3.8" ,
93
- "typedoc" : " ^0.23.24 " ,
93
+ "typedoc" : " ^0.23.25 " ,
94
94
"typedoc-plugin-markdown" : " ^3.13.6" ,
95
- "typescript" : " ~4.9.3 " ,
96
- "unbuild" : " ^1.1.1 " ,
97
- "vitepress" : " 1.0.0-alpha.40 " ,
98
- "vitest" : " ^0.28 .1" ,
99
- "vue" : " ^3.2.45 " ,
95
+ "typescript" : " ~4.9.5 " ,
96
+ "unbuild" : " ^1.1.2 " ,
97
+ "vitepress" : " 1.0.0-alpha.48 " ,
98
+ "vitest" : " ^0.29 .1" ,
99
+ "vue" : " ^3.2.47 " ,
100
100
"yorkie" : " ^2.0.0"
101
101
},
102
102
"gitHooks" : {
Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {
34
34
"@nuxt/kit" : " ^3.0.0" ,
35
- "lru-cache" : " ^7.14.1 "
35
+ "lru-cache" : " ^7.17.0 "
36
36
},
37
37
"peerDependencies" : {
38
38
"@firebase/app-types" : " >=0.8.1" ,
57
57
"@nuxt/module-builder" : " ^0.2.1" ,
58
58
"@nuxt/schema" : " ^3.0.0" ,
59
59
"@nuxtjs/eslint-config-typescript" : " ^12.0.0" ,
60
- "eslint" : " ^8.32 .0" ,
60
+ "eslint" : " ^8.35 .0" ,
61
61
"firebase" : " ^9.15.0" ,
62
62
"firebase-admin" : " ^11.4.0" ,
63
63
"firebase-functions" : " ^4.1.1" ,
Original file line number Diff line number Diff line change 19
19
"firebase-functions" : " ^4.1.0"
20
20
},
21
21
"devDependencies" : {
22
- "@typescript-eslint/eslint-plugin" : " ^5.49 .0" ,
23
- "@typescript-eslint/parser" : " ^5.49 .0" ,
24
- "eslint" : " ^8.32 .0" ,
22
+ "@typescript-eslint/eslint-plugin" : " ^5.53 .0" ,
23
+ "@typescript-eslint/parser" : " ^5.53 .0" ,
24
+ "eslint" : " ^8.35 .0" ,
25
25
"eslint-config-google" : " ^0.14.0" ,
26
26
"eslint-plugin-import" : " ^2.27.5" ,
27
27
"firebase-functions-test" : " ^3.0.0" ,
28
- "typescript" : " ^4.9.3 "
28
+ "typescript" : " ^4.9.5 "
29
29
},
30
30
"private" : true
31
31
}
Original file line number Diff line number Diff line change 11
11
"type-check" : " vue-tsc --noEmit"
12
12
},
13
13
"dependencies" : {
14
- "pinia" : " ^2.0.29 " ,
15
- "vue" : " ^3.2.45 " ,
14
+ "pinia" : " ^2.0.32 " ,
15
+ "vue" : " ^3.2.47 " ,
16
16
"vue-router" : " ^4.1.6" ,
17
17
"vuefire" : " workspace:*" ,
18
18
"vuex" : " ^4.1.0"
19
19
},
20
20
"devDependencies" : {
21
21
"@firebase/app-types" : " ^0.8.1" ,
22
- "@types/node" : " ^18.11.9 " ,
22
+ "@types/node" : " ^18.14.1 " ,
23
23
"@vitejs/plugin-vue" : " ^4.0.0" ,
24
24
"@vue/tsconfig" : " ^0.1.3" ,
25
- "@vueuse/core" : " ^9.11.1 " ,
25
+ "@vueuse/core" : " ^9.13.0 " ,
26
26
"npm-run-all" : " ^4.1.5" ,
27
- "typescript" : " ~4.9.3 " ,
28
- "unplugin-vue-router" : " ^0.3.2 " ,
29
- "vite" : " ^4.0 .4" ,
30
- "vue-tsc" : " ^1.0.24 "
27
+ "typescript" : " ~4.9.5 " ,
28
+ "unplugin-vue-router" : " ^0.5.0 " ,
29
+ "vite" : " ^4.1 .4" ,
30
+ "vue-tsc" : " ^1.2.0 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments