Skip to content

Commit 016133a

Browse files
chore(deps): update all non-major dependencies
1 parent ddc9904 commit 016133a

File tree

5 files changed

+647
-1031
lines changed

5 files changed

+647
-1031
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: 4 additions & 4 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.22.0",
66
"scripts": {
77
"dev": "pnpm --filter web dev",
88
"dev:ext": "pnpm --filter unsight dev",
@@ -12,11 +12,11 @@
1212
"postinstall": "simple-git-hooks"
1313
},
1414
"devDependencies": {
15-
"@antfu/eslint-config": "6.0.0",
15+
"@antfu/eslint-config": "6.2.0",
1616
"eslint": "9.39.1",
17-
"lint-staged": "16.1.6",
17+
"lint-staged": "16.2.6",
1818
"simple-git-hooks": "2.13.1",
19-
"typescript": "5.9.2"
19+
"typescript": "5.9.3"
2020
},
2121
"simple-git-hooks": {
2222
"pre-commit": "npx lint-staged"

packages/extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"vue": "^3.5.17"
2121
},
2222
"devDependencies": {
23-
"@types/chrome": "0.1.11",
23+
"@types/chrome": "0.1.28",
2424
"@wxt-dev/module-vue": "1.0.3",
2525
"@wxt-dev/unocss": "1.0.1",
26-
"typescript": "5.9.2",
27-
"unocss": "66.5.1",
28-
"vue-tsc": "3.0.7",
26+
"typescript": "5.9.3",
27+
"unocss": "66.5.6",
28+
"vue-tsc": "3.1.3",
2929
"wxt": "0.20.11"
3030
}
3131
}

packages/web/package.json

Lines changed: 8 additions & 8 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.6",
17+
"@iconify-json/tabler": "1.2.23",
1818
"@nuxthub/core": "^0.9.0",
1919
"@nuxtjs/html-validator": "2.1.0",
2020
"@octokit/auth-app": "^8.0.1",
@@ -29,18 +29,18 @@
2929
"ml-kmeans": "^6.0.0",
3030
"nuxt": "^4.0.0",
3131
"nuxt-time": "1.0.3",
32-
"nuxt-webhook-validators": "0.2.3",
32+
"nuxt-webhook-validators": "0.2.5",
3333
"ohash": "^2.0.11",
3434
"rgb-to-hsl": "^0.0.3",
3535
"uncrypto": "^0.1.3",
3636
"universal-github-app-jwt": "^2.2.2",
3737
"unocss": "^66.3.2",
38-
"unplugin-vue-router": "^0.15.0"
38+
"unplugin-vue-router": "^0.16.0"
3939
},
4040
"devDependencies": {
41-
"@nuxt/eslint": "1.4.1",
42-
"drizzle-kit": "0.31.4",
43-
"vue-tsc": "3.0.7",
44-
"wrangler": "4.37.0"
41+
"@nuxt/eslint": "1.10.0",
42+
"drizzle-kit": "0.31.7",
43+
"vue-tsc": "3.1.3",
44+
"wrangler": "4.48.0"
4545
}
4646
}

0 commit comments

Comments
 (0)