Skip to content

Commit 40f278e

Browse files
committed
chore: up deps
1 parent 88c39db commit 40f278e

File tree

7 files changed

+797
-1408
lines changed

7 files changed

+797
-1408
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"typedoc": "^0.23.21",
8787
"typedoc-plugin-markdown": "^3.13.6",
8888
"typescript": "~4.8.4",
89-
"unbuild": "^0.9.4",
89+
"unbuild": "^1.0.1",
9090
"vitepress": "1.0.0-alpha.28",
9191
"vitest": "^0.25.1",
9292
"vue": "^3.2.45",

packages/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
2929
},
3030
"dependencies": {
31-
"@nuxt/kit": "^3.0.0-rc.13"
31+
"@nuxt/kit": "^3.0.0-rc.14"
3232
},
3333
"peerDependencies": {
34-
"firebase": "^9.0.0",
3534
"@firebase/app-types": ">=0.8.1",
35+
"firebase": "^9.0.0",
3636
"vuefire": "^3.0.0-0"
3737
},
3838
"devDependencies": {
3939
"@firebase/app-types": "^0.8.1",
40-
"@nuxt/module-builder": "^0.2.0",
41-
"@nuxt/schema": "^3.0.0-rc.13",
40+
"@nuxt/module-builder": "^0.2.1",
41+
"@nuxt/schema": "^3.0.0-rc.14",
4242
"@nuxtjs/eslint-config-typescript": "^11.0.0",
4343
"eslint": "^8.27.0",
4444
"firebase": "^9.14.0",
45-
"nuxt": "^3.0.0-rc.12",
45+
"nuxt": "^3.0.0-rc.14",
4646
"vuefire": "workspace:*"
4747
}
4848
}
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
import { fileURLToPath } from 'node:url'
22
import { defineNuxtConfig } from 'nuxt/config'
3-
import VueFire from '..'
3+
import VueFire from '../'
44

55
export default defineNuxtConfig({
66
pageTransition: null,
77
layoutTransition: null,
88
alias: {
9-
vuefire: fileURLToPath(new URL('../src/index.ts', import.meta.url)),
10-
'nuxt-vuefire': fileURLToPath(
11-
new URL('../packages/nuxt/src/module.ts', import.meta.url)
12-
),
9+
vuefire: fileURLToPath(new URL('../../../src/index.ts', import.meta.url)),
10+
'nuxt-vuefire': fileURLToPath(new URL('../src/module.ts', import.meta.url)),
1311
},
14-
modules: [VueFire],
12+
modules: [
13+
//
14+
[VueFire, {}],
15+
],
1516
})

packages/nuxt/src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const VueFireModule: NuxtModule<VueFireNuxtModuleOptions> =
4444

4545
setup(options, nuxt) {
4646
const runtimeDir = fileURLToPath(new URL('./runtime', import.meta.url))
47+
console.log('TOEHUNTOEUHNTUEHoT')
4748
nuxt.options.build.transpile.push(runtimeDir)
4849
// TODO: check for individual options
4950
addPlugin(resolve(runtimeDir, 'plugin'))

playground/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"firebase-functions": "^4.0.2"
2020
},
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "^5.42.1",
23-
"@typescript-eslint/parser": "^5.42.1",
22+
"@typescript-eslint/eslint-plugin": "^5.43.0",
23+
"@typescript-eslint/parser": "^5.43.0",
2424
"eslint": "^8.27.0",
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-plugin-import": "^2.25.4",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~4.8.4",
2828
"unplugin-vue-router": "^0.2.3",
29-
"vite": "^3.2.3",
29+
"vite": "^3.2.4",
3030
"vue-tsc": "^1.0.9"
3131
}
3232
}

0 commit comments

Comments
 (0)