Skip to content

Commit fccf045

Browse files
author
Amine
committed
chore: add missing deps for nuxt packages tests
1 parent 5931a86 commit fccf045

File tree

2 files changed

+120
-85
lines changed

2 files changed

+120
-85
lines changed

packages/nuxt/package.json

Lines changed: 93 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,95 @@
11
{
2-
"name": "@powersync/nuxt",
3-
"version": "0.0.0-dev-20260128023420",
4-
"publishConfig": {
5-
"registry": "https://registry.npmjs.org/",
6-
"access": "public"
7-
},
8-
"description": "PowerSync Nuxt module",
9-
"license": "Apache-2.0",
10-
"type": "module",
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/powersync-ja/powersync-js.git"
14-
},
15-
"author": "POWERSYNC",
16-
"bugs": {
17-
"url": "https://github.com/powersync-ja/powersync-js/issues"
18-
},
19-
"exports": {
20-
".": {
21-
"types": "./dist/types.d.mts",
22-
"import": "./dist/module.mjs"
23-
}
24-
},
25-
"main": "./dist/module.mjs",
26-
"typesVersions": {
27-
"*": {
28-
".": ["./dist/types.d.mts"]
29-
}
30-
},
31-
"files": ["dist"],
32-
"scripts": {
33-
"prebuild": "nuxt-module-build prepare",
34-
"build": "nuxt-module-build build",
35-
"prebuild:prod": "nuxt-module-build prepare",
36-
"build:prod": "nuxt-module-build build",
37-
"clean": "rm -rf dist .nuxt",
38-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
39-
"watch": "nuxt-module-build build --watch",
40-
"test": "vitest run",
41-
"test:watch": "vitest watch",
42-
"test:exports": "attw --pack --profile=esm-only ."
43-
},
44-
"homepage": "https://docs.powersync.com",
45-
"dependencies": {
46-
"@iconify-json/carbon": "^1.2.13",
47-
"@nuxt/devtools-kit": "^2.6.2",
48-
"@nuxt/devtools-ui-kit": "^2.6.2",
49-
"@nuxt/kit": "^4.0.3",
50-
"@tanstack/vue-table": "^8.21.3",
51-
"@vueuse/core": "^14.0.0",
52-
"@vueuse/nuxt": "^14.1.0",
53-
"consola": "^3.4.2",
54-
"defu": "^6.1.4",
55-
"fuse.js": "^7.1.0",
56-
"mitt": "^3.0.1",
57-
"reka-ui": "^2.5.0",
58-
"shiki": "^3.13.0",
59-
"unocss": "^66.5.2",
60-
"unstorage": "^1.17.1"
61-
},
62-
"peerDependencies": {
63-
"@journeyapps/wa-sqlite": "^1.2.6",
64-
"@powersync/kysely-driver": "workspace:*",
65-
"@powersync/vue": "workspace:*",
66-
"@powersync/web": "workspace:*"
67-
},
68-
"peerDependenciesMeta": {
69-
"@powersync/kysely-driver": {
70-
"optional": true
71-
}
72-
},
73-
"devDependencies": {
74-
"@journeyapps/wa-sqlite": "^1.4.0",
75-
"@nuxt/module-builder": "^1.0.2",
76-
"@nuxt/schema": "^4.1.2",
77-
"@nuxt/test-utils": "^3.19.2",
78-
"@powersync/kysely-driver": "workspace:*",
79-
"@powersync/vue": "workspace:*",
80-
"@powersync/web": "workspace:*",
81-
"nuxt": "^4.1.2",
82-
"vite-plugin-wasm": "^3.5.0",
83-
"vitest": "^3.2.4",
84-
"vue": "^3.5.20",
85-
"vue-tsc": "^3.0.8"
2+
"name": "@powersync/nuxt",
3+
"version": "0.0.0-dev-20260128023420",
4+
"publishConfig": {
5+
"registry": "https://registry.npmjs.org/",
6+
"access": "public"
7+
},
8+
"description": "PowerSync Nuxt module",
9+
"license": "Apache-2.0",
10+
"type": "module",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/powersync-ja/powersync-js.git"
14+
},
15+
"author": "POWERSYNC",
16+
"bugs": {
17+
"url": "https://github.com/powersync-ja/powersync-js/issues"
18+
},
19+
"exports": {
20+
".": {
21+
"types": "./dist/types.d.mts",
22+
"import": "./dist/module.mjs"
8623
}
87-
}
24+
},
25+
"main": "./dist/module.mjs",
26+
"typesVersions": {
27+
"*": {
28+
".": [
29+
"./dist/types.d.mts"
30+
]
31+
}
32+
},
33+
"files": [
34+
"dist"
35+
],
36+
"scripts": {
37+
"prebuild": "nuxt-module-build prepare",
38+
"build": "nuxt-module-build build",
39+
"prebuild:prod": "nuxt-module-build prepare",
40+
"build:prod": "nuxt-module-build build",
41+
"clean": "rm -rf dist .nuxt",
42+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
43+
"watch": "nuxt-module-build build --watch",
44+
"test": "vitest run",
45+
"test:watch": "vitest watch",
46+
"test:exports": "attw --pack --profile=esm-only ."
47+
},
48+
"homepage": "https://docs.powersync.com",
49+
"dependencies": {
50+
"@iconify-json/carbon": "^1.2.13",
51+
"@nuxt/devtools-kit": "^2.6.2",
52+
"@nuxt/devtools-ui-kit": "^2.6.2",
53+
"@nuxt/kit": "^4.0.3",
54+
"@tanstack/vue-table": "^8.21.3",
55+
"@vueuse/core": "^14.0.0",
56+
"@vueuse/nuxt": "^14.1.0",
57+
"consola": "^3.4.2",
58+
"defu": "^6.1.4",
59+
"fuse.js": "^7.1.0",
60+
"mitt": "^3.0.1",
61+
"reka-ui": "^2.5.0",
62+
"shiki": "^3.13.0",
63+
"unocss": "^66.5.2",
64+
"unstorage": "^1.17.1"
65+
},
66+
"peerDependencies": {
67+
"@journeyapps/wa-sqlite": "^1.2.6",
68+
"@powersync/kysely-driver": "workspace:*",
69+
"@powersync/vue": "workspace:*",
70+
"@powersync/web": "workspace:*"
71+
},
72+
"peerDependenciesMeta": {
73+
"@powersync/kysely-driver": {
74+
"optional": true
75+
}
76+
},
77+
"devDependencies": {
78+
"@journeyapps/wa-sqlite": "^1.4.0",
79+
"@nuxt/module-builder": "^1.0.2",
80+
"async-mutex": "catalog:",
81+
"bson": "catalog:",
82+
"comlink": "catalog:",
83+
"@nuxt/schema": "^4.1.2",
84+
"@nuxt/test-utils": "^3.19.2",
85+
"@powersync/kysely-driver": "workspace:*",
86+
"@powersync/vue": "workspace:*",
87+
"@powersync/web": "workspace:*",
88+
"nuxt": "^4.1.2",
89+
"vite-plugin-top-level-await": "^1.6.0",
90+
"vite-plugin-wasm": "^3.5.0",
91+
"vitest": "^3.2.4",
92+
"vue": "^3.5.20",
93+
"vue-tsc": "^3.0.8"
94+
}
95+
}

pnpm-lock.yaml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)