Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Sep 23, 2023
1 parent 0b30b72 commit 761db95
Show file tree
Hide file tree
Showing 13 changed files with 754 additions and 865 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

47 changes: 27 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,54 +16,61 @@
"test:coverage": "vitest run --coverage",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"prepare": "husky install",
"prepare": "simple-git-hooks",
"postinstall": "wxt prepare",
"submit": "env-cmd -f ./.env.submit ./scripts/submit.sh",
"submit:dry": "pnpm -s submit --dry-run"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"@vueuse/core": "^9",
"@webext-core/messaging": "^1.4.0",
"@webext-core/proxy-service": "^1.2.0",
"@webext-core/storage": "^1.1.2",
"async-mutex": "^0.4.0",
"daisyui": "^2.50.1",
"daisyui": "^3.7.7",
"fast-deep-equal": "^3.1.3",
"minimatch": "^9.0.3",
"ofetch": "^1.1.1",
"ofetch": "^1.3.3",
"vue-query": "^1.26.0"
},
"devDependencies": {
"@aklinker1/generate-changelog": "^1.1.2",
"@iconify/json": "^2.2.91",
"@types/jsdom": "^21.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.33.0",
"autoprefixer": "^10.4.14",
"@iconify/json": "^2.2.119",
"@types/jsdom": "^21.1.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.5",
"autoprefixer": "^10.4.16",
"env-cmd": "^10.1.0",
"fast-glob": "^3.3.0",
"husky": "^8.0.3",
"fast-glob": "^3.3.1",
"jsdom": "^22.1.0",
"postcss": "^8.4.26",
"prettier": "^2.8.4",
"lint-staged": "^14.0.1",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"publish-browser-extension": "^1.4.1",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"tsx": "^3.12.10",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.5",
"vitest": "^0.33.0",
"unplugin-icons": "^0.17.0",
"vitest": "^0.34.5",
"vue": "^3.3.4",
"vue-tsc": "^1.8.5",
"wxt": "^0.4.1",
"zip-a-folder": "^2.0.0"
"vue-tsc": "^1.8.13",
"wxt": "^0.6.1",
"zip-a-folder": "^3.1.3"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"node-fetch"
]
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "prettier --write"
}
}
Loading

0 comments on commit 761db95

Please sign in to comment.