Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: danielroe/uppt/pr@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
- uses: danielroe/uppt/pr@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -36,7 +36,7 @@ jobs:
contents: write
actions: write
steps:
- uses: danielroe/uppt/release@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
- uses: danielroe/uppt/release@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -51,7 +51,7 @@ jobs:
files: ${{ steps.pack.outputs.files }}
steps:
- id: pack
uses: danielroe/uppt/pack@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
uses: danielroe/uppt/pack@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5

publish:
if: |
Expand All @@ -67,6 +67,6 @@ jobs:
id-token: write
environment: npm
steps:
- uses: danielroe/uppt/publish@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
- uses: danielroe/uppt/publish@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
with:
files: ${{ needs.pack.outputs.files }}
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "nuxt preview"
},
"dependencies": {
"@nuxt/content": "3.12.0",
"@nuxt/ui": "4.6.0",
"@nuxt/content": "3.14.0",
"@nuxt/ui": "4.9.0",
"@nuxtjs/plausible": "3.0.2",
"better-sqlite3": "12.8.0",
"docus": "5.8.1",
"better-sqlite3": "12.11.1",
"docus": "5.12.2",
"nuxt": "4.3.1",
"tailwindcss": "4.2.2"
"tailwindcss": "4.3.1"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,29 +73,29 @@
"unimport": "^6.0.0"
},
"devDependencies": {
"@ionic/core": "8.8.2",
"@nuxt/eslint-config": "1.15.2",
"@ionic/core": "8.8.11",
"@nuxt/eslint-config": "1.16.0",
"@nuxt/module-builder": "1.0.2",
"@nuxt/schema": "4.4.8",
"@nuxt/test-utils": "4.0.3",
"@types/node": "24.12.0",
"@types/node": "24.13.2",
"@vitest/coverage-v8": "4.1.9",
"@vue/test-utils": "2.4.6",
"bumpp": "11.0.1",
"@vue/test-utils": "2.4.11",
"bumpp": "11.1.0",
"eslint": "10.5.0",
"expect-type": "1.3.0",
"happy-dom": "20.10.4",
"husky": "9.1.7",
"lint-staged": "17.0.4",
"lint-staged": "17.0.7",
"nuxt": "4.3.1",
"playwright-core": "1.58.2",
"playwright-core": "1.61.0",
"simple-git-hooks": "2.13.1",
"typescript": "6.0.2",
"typescript": "6.0.3",
"unbuild": "3.6.1",
"unhead": "2.1.13",
"unhead": "2.1.15",
"vitest": "4.1.9",
"vue": "3.5.38",
"vue-tsc": "3.2.6"
"vue-tsc": "3.3.5"
},
"lint-staged": {
"*.{md,js,ts,mjs,cjs,json,.*rc}": [
Expand All @@ -105,5 +105,5 @@
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"packageManager": "pnpm@11.1.2"
"packageManager": "pnpm@11.7.0"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ionic:build": "pnpm build"
},
"devDependencies": {
"@capacitor/camera": "8.0.2",
"@capacitor/camera": "8.2.0",
"@capacitor/filesystem": "8.1.2",
"@capacitor/preferences": "8.0.1",
"@nuxtjs/ionic": "latest",
Expand Down
Loading
Loading