Skip to content

Commit

Permalink
chore: Upgrade all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 19, 2024
1 parent 5466d6b commit 6cf21a3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Install dependencies:
bun i
```

### Default GitHub Token

You can provide a default API token for development by creating a `.env.development.local` file:

```sh
VITE_DEFAULT_TOKEN=<your-token>
```

### Scripts

This extension is bundled via [WXT](https://wxt.dev).
Expand Down
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,42 @@
"postinstall": "wxt prepare"
},
"dependencies": {
"@aklinker1/check": "^1.2.0",
"@aklinker1/check": "^1.4.5",
"@tanstack/vue-query": "^5.59.13",
"@vueuse/core": "^9",
"@vueuse/core": "^9.13.0",
"@webext-core/messaging": "^1.4.0",
"@webext-core/proxy-service": "^1.2.0",
"async-mutex": "^0.4.0",
"daisyui": "^3.7.7",
"async-mutex": "^0.4.1",
"daisyui": "^3.9.4",
"fast-deep-equal": "^3.1.3",
"minimatch": "^9.0.3",
"ofetch": "^1.3.3"
"minimatch": "^9.0.5",
"ofetch": "^1.4.1"
},
"devDependencies": {
"@aklinker1/generate-changelog": "^1.1.2",
"@iconify/json": "^2.2.119",
"@iconify/json": "^2.2.261",
"@types/bun": "^1.1.11",
"@types/chrome": "^0.0.269",
"@types/jsdom": "^21.1.3",
"@types/jsdom": "^21.1.7",
"@vitest/coverage-v8": "^2.1.3",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/i18n": "^0.2.1",
"@wxt-dev/module-vue": "^1.0.0",
"autoprefixer": "^10.4.16",
"@wxt-dev/module-vue": "^1.0.1",
"autoprefixer": "^10.4.20",
"env-cmd": "^10.1.0",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"postcss": "^8.4.30",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"pretty-quick": "^3.1.3",
"pretty-quick": "^3.3.1",
"publish-browser-extension": "^1.4.1",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"vitest": "^2.1.3",
"vue": "^3.4.21",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6",
"wxt": "^0.19.11"
},
Expand Down

0 comments on commit 6cf21a3

Please sign in to comment.