Skip to content

Commit 173a5d0

Browse files
chore(deps): update all non-major dependencies
1 parent fba328c commit 173a5d0

File tree

5 files changed

+1347
-1480
lines changed

5 files changed

+1347
-1480
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unsight-dev",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@10.21.0",
5+
"packageManager": "pnpm@10.32.1",
66
"scripts": {
77
"dev": "pnpm --filter web dev",
88
"dev:ext": "pnpm --filter unsight dev",
@@ -12,12 +12,12 @@
1212
"postinstall": "simple-git-hooks"
1313
},
1414
"devDependencies": {
15-
"@antfu/eslint-config": "6.0.0",
15+
"@antfu/eslint-config": "6.7.3",
1616
"changelogithub": "14.0.0",
1717
"eslint": "9.39.4",
1818
"nano-staged": "0.9.0",
1919
"simple-git-hooks": "2.13.1",
20-
"typescript": "5.9.2"
20+
"typescript": "5.9.3"
2121
},
2222
"simple-git-hooks": {
2323
"pre-commit": "npx nano-staged"

packages/extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"postinstall": "wxt prepare"
1717
},
1818
"dependencies": {
19-
"@vueuse/core": "14.0.0",
19+
"@vueuse/core": "14.2.1",
2020
"@wxt-dev/auto-icons": "^1.0.2",
2121
"vue": "^3.5.17"
2222
},
2323
"devDependencies": {
24-
"@types/chrome": "0.1.11",
24+
"@types/chrome": "0.1.37",
2525
"@wxt-dev/module-vue": "1.0.3",
2626
"@wxt-dev/unocss": "1.0.1",
2727
"bumpp": "10.4.1",
28-
"typescript": "5.9.2",
29-
"unocss": "66.5.1",
30-
"vue-tsc": "3.0.7",
31-
"wxt": "0.20.11"
28+
"typescript": "5.9.3",
29+
"unocss": "66.6.6",
30+
"vue-tsc": "3.2.5",
31+
"wxt": "0.20.19"
3232
}
3333
}

packages/web/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"test:types": "vue-tsc -b --noEmit"
1414
},
1515
"dependencies": {
16-
"@iconify-json/ri": "1.2.5",
17-
"@iconify-json/tabler": "1.2.22",
16+
"@iconify-json/ri": "1.2.10",
17+
"@iconify-json/tabler": "1.2.31",
1818
"@nuxthub/core": "^0.10.6",
1919
"@nuxtjs/html-validator": "2.1.0",
2020
"@octokit/auth-app": "^8.0.1",
@@ -24,25 +24,25 @@
2424
"@unocss/reset": "^66.3.2",
2525
"ai": "^6.0.100",
2626
"consola": "^3.4.2",
27-
"drizzle-orm": "^0.44.2",
27+
"drizzle-orm": "^0.45.0",
2828
"hex-rgb": "^5.0.0",
2929
"ml-distance": "^4.0.1",
3030
"ml-kmeans": "^7.0.0",
3131
"nuxt": "^4.0.0",
3232
"nuxt-time": "1.0.3",
33-
"nuxt-webhook-validators": "0.2.3",
33+
"nuxt-webhook-validators": "0.2.7",
3434
"ohash": "^2.0.11",
3535
"rgb-to-hsl": "^0.0.3",
3636
"uncrypto": "^0.1.3",
3737
"universal-github-app-jwt": "^2.2.2",
3838
"unocss": "^66.3.2",
39-
"unplugin-vue-router": "^0.15.0",
39+
"unplugin-vue-router": "^0.19.0",
4040
"workers-ai-provider": "^3.1.2"
4141
},
4242
"devDependencies": {
43-
"@nuxt/eslint": "1.4.1",
44-
"drizzle-kit": "0.31.4",
45-
"vue-tsc": "3.0.7",
46-
"wrangler": "4.59.1"
43+
"@nuxt/eslint": "1.15.2",
44+
"drizzle-kit": "0.31.9",
45+
"vue-tsc": "3.2.5",
46+
"wrangler": "4.73.0"
4747
}
4848
}

0 commit comments

Comments
 (0)