File tree Expand file tree Collapse file tree 7 files changed +1921
-1128
lines changed Expand file tree Collapse file tree 7 files changed +1921
-1128
lines changed Original file line number Diff line number Diff line change 46
46
"scripts" : {
47
47
"docs" : " vitepress dev docs --port 3000" ,
48
48
"docs:build" : " pnpm run docs:api:build && vitepress build docs" ,
49
- "docs:api:build" : " node ./scripts/run-typedoc.cjs " ,
49
+ "docs:api:build" : " node ./scripts/run-typedoc.mjs " ,
50
50
"build" : " unbuild" ,
51
51
"release" : " node scripts/release.mjs" ,
52
52
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s --commit-path src -l vuefire -r 1" ,
102
102
"focus-visible" : " ^5.2.0" ,
103
103
"globby" : " ^13.2.2" ,
104
104
"happy-dom" : " ^11.0.2" ,
105
- "lint-staged" : " ^14 .0.1 " ,
105
+ "lint-staged" : " ^15 .0.2 " ,
106
106
"minimist" : " ^1.2.8" ,
107
107
"p-series" : " ^3.0.0" ,
108
108
"prettier" : " ^2.8.8" ,
109
109
"semver" : " ^7.5.4" ,
110
- "typedoc" : " ^0.25.1 " ,
110
+ "typedoc" : " ^0.25.3 " ,
111
111
"typedoc-plugin-markdown" : " ^3.16.0" ,
112
112
"typescript" : " ~5.2.2" ,
113
113
"unbuild" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 63
63
"@nuxt/module-builder" : " ^0.5.1" ,
64
64
"@nuxt/schema" : " ^3.7.1" ,
65
65
"@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
66
- "eslint" : " ^8.49 .0" ,
66
+ "eslint" : " ^8.52 .0" ,
67
67
"firebase" : " ^10.3.1" ,
68
68
"firebase-admin" : " ^11.10.1" ,
69
69
"firebase-functions" : " ^4.4.1" ,
Original file line number Diff line number Diff line change 19
19
"firebase-functions" : " ^4.4.1"
20
20
},
21
21
"devDependencies" : {
22
- "@typescript-eslint/eslint-plugin" : " ^6.6 .0" ,
23
- "@typescript-eslint/parser" : " ^6.6 .0" ,
24
- "eslint" : " ^8.49 .0" ,
22
+ "@typescript-eslint/eslint-plugin" : " ^6.9 .0" ,
23
+ "@typescript-eslint/parser" : " ^6.9 .0" ,
24
+ "eslint" : " ^8.52 .0" ,
25
25
"eslint-config-google" : " ^0.14.0" ,
26
- "eslint-plugin-import" : " ^2.28.1 " ,
26
+ "eslint-plugin-import" : " ^2.29.0 " ,
27
27
"firebase-functions-test" : " ^3.1.0" ,
28
28
"typescript" : " ^5.2.2"
29
29
},
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.1.6 " ,
14
+ "pinia" : " ^2.1.7 " ,
15
15
"vue" : " ^3.3.4" ,
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" : " ^18.16.19 " ,
22
+ "@types/node" : " ^20.8.9 " ,
23
23
"@vitejs/plugin-vue" : " ^4.4.0" ,
24
24
"@vue/tsconfig" : " ^0.4.0" ,
25
- "@vueuse/core" : " ^10.4.1 " ,
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
- "vite" : " ^4.4.9 " ,
29
+ "vite" : " ^4.5.0 " ,
30
30
"vue-tsc" : " ^1.8.10"
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments