Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish
name: Publish Release

on:
release:
Expand Down Expand Up @@ -35,6 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
RELEASE_TAG: ${{ github.event.release.tag_name }}

- run: |
pnpm wxt submit \
--chrome-zip .output/*-chrome.zip
Expand Down Expand Up @@ -76,6 +77,6 @@ jobs:
--firefox-zip .output/*-firefox.zip \
--firefox-sources-zip .output/*-sources.zip
env:
FIREFOX_EXTENSION_ID: "{ea2ad5bc-e458-414d-8565-5cfe9f7cf0c2}"
FIREFOX_EXTENSION_ID: 2867093
FIREFOX_JWT_ISSUER: ${{ secrets.FIREFOX_JWT_ISSUER }}
FIREFOX_JWT_SECRET: ${{ secrets.FIREFOX_JWT_SECRET }}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,48 +35,48 @@
"release": "semantic-release"
},
"dependencies": {
"@base-ui/react": "^1.4.0",
"@tanstack/query-async-storage-persister": "^5.99.0",
"@tanstack/react-form": "^1.29.0",
"@tanstack/react-query": "^5.99.0",
"@tanstack/react-query-devtools": "^5.99.0",
"@tanstack/react-query-persist-client": "^5.99.0",
"@tanstack/react-router": "^1.168.22",
"axios": "^1.15.0",
"@base-ui/react": "^1.4.1",
"@tanstack/query-async-storage-persister": "^5.100.5",
"@tanstack/react-form": "^1.29.1",
"@tanstack/react-query": "^5.100.5",
"@tanstack/react-query-devtools": "^5.100.5",
"@tanstack/react-query-persist-client": "^5.100.5",
"@tanstack/react-router": "^1.168.24",
"axios": "^1.15.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.6.16",
"date-fns": "^4.1.0",
"deepmerge": "^4.3.1",
"lucide-react": "^1.8.0",
"lucide-react": "^1.11.0",
"qs": "^6.15.1",
"react": "^19.2.5",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.5",
"react-intl": "^10.1.2",
"react-intl": "^10.1.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"usehooks-ts": "^3.1.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@formatjs/cli": "^6.14.2",
"@formatjs/cli": "^6.14.3",
"@playwright/test": "^1.59.1",
"@rolldown/plugin-babel": "^0.2.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/eslint-plugin-query": "^5.99.0",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/eslint-plugin-query": "^5.100.5",
"@tanstack/eslint-plugin-router": "^1.161.6",
"@tanstack/router-plugin": "^1.167.22",
"@tanstack/router-plugin": "^1.167.27",
"@types/chrome": "^0.1.40",
"@types/node": "^24.12.2",
"@types/qs": "^6.15.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "1.0.0",
"conventional-changelog-conventionalcommits": "^9.3.1",
Expand All @@ -89,19 +89,19 @@
"eslint-plugin-tailwindcss": "^3.18.3",
"globals": "^17.5.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"prettier-plugin-tailwindcss": "^0.7.3",
"semantic-release": "^25.0.3",
"shadcn": "^4.3.0",
"shadcn": "^4.5.0",
"sharp": "^0.34.5",
"stylelint": "^17.8.0",
"stylelint": "^17.9.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-tailwindcss": "^1.0.1",
"tailwindcss": "^4.2.2",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.8",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.10",
"wxt": "^0.20.25"
},
"packageManager": "pnpm@10.33.0"
"packageManager": "pnpm@10.33.2"
}
Loading
Loading