Skip to content

Commit 6cf21a3

Browse files
committed
chore: Upgrade all non-major dependencies
1 parent 5466d6b commit 6cf21a3

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Install dependencies:
3535
bun i
3636
```
3737

38+
### Default GitHub Token
39+
40+
You can provide a default API token for development by creating a `.env.development.local` file:
41+
42+
```sh
43+
VITE_DEFAULT_TOKEN=<your-token>
44+
```
45+
3846
### Scripts
3947

4048
This extension is bundled via [WXT](https://wxt.dev).

bun.lockb

0 Bytes
Binary file not shown.

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,42 @@
1818
"postinstall": "wxt prepare"
1919
},
2020
"dependencies": {
21-
"@aklinker1/check": "^1.2.0",
21+
"@aklinker1/check": "^1.4.5",
2222
"@tanstack/vue-query": "^5.59.13",
23-
"@vueuse/core": "^9",
23+
"@vueuse/core": "^9.13.0",
2424
"@webext-core/messaging": "^1.4.0",
2525
"@webext-core/proxy-service": "^1.2.0",
26-
"async-mutex": "^0.4.0",
27-
"daisyui": "^3.7.7",
26+
"async-mutex": "^0.4.1",
27+
"daisyui": "^3.9.4",
2828
"fast-deep-equal": "^3.1.3",
29-
"minimatch": "^9.0.3",
30-
"ofetch": "^1.3.3"
29+
"minimatch": "^9.0.5",
30+
"ofetch": "^1.4.1"
3131
},
3232
"devDependencies": {
3333
"@aklinker1/generate-changelog": "^1.1.2",
34-
"@iconify/json": "^2.2.119",
34+
"@iconify/json": "^2.2.261",
3535
"@types/bun": "^1.1.11",
3636
"@types/chrome": "^0.0.269",
37-
"@types/jsdom": "^21.1.3",
37+
"@types/jsdom": "^21.1.7",
3838
"@vitest/coverage-v8": "^2.1.3",
3939
"@wxt-dev/auto-icons": "^1.0.2",
4040
"@wxt-dev/i18n": "^0.2.1",
41-
"@wxt-dev/module-vue": "^1.0.0",
42-
"autoprefixer": "^10.4.16",
41+
"@wxt-dev/module-vue": "^1.0.1",
42+
"autoprefixer": "^10.4.20",
4343
"env-cmd": "^10.1.0",
44-
"fast-glob": "^3.3.1",
44+
"fast-glob": "^3.3.2",
4545
"jsdom": "^22.1.0",
4646
"lint-staged": "^14.0.1",
47-
"postcss": "^8.4.30",
47+
"postcss": "^8.4.47",
4848
"prettier": "^3.3.3",
49-
"pretty-quick": "^3.1.3",
49+
"pretty-quick": "^3.3.1",
5050
"publish-browser-extension": "^1.4.1",
51-
"simple-git-hooks": "^2.9.0",
52-
"tailwindcss": "^3.3.3",
51+
"simple-git-hooks": "^2.11.1",
52+
"tailwindcss": "^3.4.14",
5353
"typescript": "^5.6.3",
5454
"unplugin-icons": "^0.19.3",
5555
"vitest": "^2.1.3",
56-
"vue": "^3.4.21",
56+
"vue": "^3.5.12",
5757
"vue-tsc": "^2.1.6",
5858
"wxt": "^0.19.11"
5959
},

0 commit comments

Comments
 (0)