Skip to content

Commit a12b0ef

Browse files
committed
deps: updated deps
added missing deps
1 parent 82eefe7 commit a12b0ef

4 files changed

Lines changed: 2139 additions & 1004 deletions

File tree

package.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dist"
3131
],
3232
"scripts": {
33-
"prepare": "husky && cd playground && pnpm i --ignore-scripts",
33+
"prepare": "husky && pnpm nuxt-module-build prepare && pnpm build:only && cd playground && pnpm i --ignore-scripts --ignore-workspace",
3434
"build": "nuxt-module-build prepare && nuxt-module-build build && nuxi build playground",
3535
"build:only": "nuxt-module-build build",
3636
"dev": "nuxi dev playground",
@@ -40,29 +40,37 @@
4040
"test": "echo no tests yet",
4141
"test:watch": "vitest watch"
4242
},
43+
"peerDependencies": {
44+
"@capacitor/android": "^7.4.3",
45+
"@capacitor/app": "^7.1.0",
46+
"@capacitor/core": "^7.4.3"
47+
},
4348
"dependencies": {
44-
"@alanscodelog/utils": "^6.0.1",
45-
"@nuxt/kit": "^4.0.3",
46-
"@witchcraft/nuxt-utils": "^0.2.1",
49+
"@alanscodelog/utils": "^6.0.2",
50+
"@capacitor/android": "^7.4.3",
51+
"@capacitor/app": "^7.1.0",
52+
"@capacitor/core": "^7.4.3",
53+
"@nuxt/kit": "^4.1.2",
54+
"@witchcraft/nuxt-utils": "^0.3.3",
4755
"defu": "^6.1.4"
4856
},
4957
"devDependencies": {
50-
"@alanscodelog/eslint-config": "^6.3.0",
58+
"@alanscodelog/eslint-config": "^6.3.1",
5159
"@alanscodelog/semantic-release-config": "^5.0.4",
5260
"@alanscodelog/tsconfigs": "^6.2.0",
5361
"@capacitor/cli": "^7.4.3",
5462
"@nuxt/eslint-config": "^1.9.0",
5563
"@nuxt/module-builder": "^1.0.2",
56-
"@nuxt/schema": "^4.0.3",
64+
"@nuxt/schema": "^4.1.2",
5765
"@nuxt/test-utils": "^3.19.2",
5866
"@types/node": "latest",
5967
"changelogen": "^0.6.2",
60-
"eslint": "^9.34.0",
68+
"eslint": "^9.37.0",
6169
"husky": "^9.1.7",
62-
"nuxt": "^4.0.3",
63-
"typescript": "^5.8.3",
70+
"nuxt": "^4.1.2",
71+
"typescript": "^5.9.3",
6472
"vitest": "^3.2.4",
65-
"vue-tsc": "^2.2.12"
73+
"vue-tsc": "^3.1.0"
6674
},
6775
"release": {
6876
"extends": [

playground/package.json

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,12 @@
1414
"preview:android:logs": "adb logcat -v color | grep YOUR_APPNAME --color=never | awk '{$3=$4=$6=$7=\"\"; print $0}'",
1515
"android:sync:android": "node ./node_modules/@witchcraft/nuxt-android/build/syncGradleWithEnv.js"
1616
},
17-
"files": [
18-
"dist",
19-
"build"
20-
],
21-
"@comments": {
22-
"dependencies": {
23-
"@witchcraft/*(except self)": "TODO remove and properly install before publishing."
24-
}
25-
},
2617
"dependencies": {
27-
"@capacitor/android": "6.1.2",
28-
"@capacitor/app": "6.0.1",
29-
"@capacitor/core": "6.1.2",
30-
"@witchcraft/nuxt-android": "file:../",
31-
"@witchcraft/nuxt-logger": "^0.0.2",
18+
"@capacitor/android": "^7.4.3",
19+
"@capacitor/app": "^7.1.0",
20+
"@capacitor/core": "^7.4.3",
21+
"@witchcraft/nuxt-android": "^0.0.2",
22+
"@witchcraft/nuxt-logger": "^0.0.6",
3223
"nuxt": "^4.0.3",
3324
"thread-stream": "^3.1.0"
3425
},

playground/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)