Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.7.4 #550

Merged
merged 10 commits into from
Dec 10, 2024
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.7.3
VERSION=3.7.4
CHANGELOG_VERSION=3.0.1
GOOGLE_MEASUREMENT_ID="G-SN6JNMXND2"
PROXY_URL=https://monkfish-app-4bylm.ondigitalocean.app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
SENTRY_RELEASE: "shortcut-assistant@${{ env.VERSION }}"

- name: Upload dist.zip as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: dist-zip
path: dist/dist.zip
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dist": "npx webpack && cp -r node_modules build/ && cd build && zip -r ../dist/dist.zip . -x \"coverage*\" \"*/*.test.js\""
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.6",
"@babel/preset-typescript": "^7.26.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
Expand All @@ -31,25 +31,25 @@
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"copy-webpack-plugin": "^12.0.2",
"daisyui": "4.12.10",
"daisyui": "4.12.20",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-yenz": "^8.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-perfectionist": "^2.10.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"jest": "^29.7.0",
"jest-chrome": "^0.8.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.45",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-import": "16.1.0",
"tailwindcss": "3.4.15",
"ts-loader": "^9.5.1",
"typescript": "^5.5.2",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"storage",
"tabs"
],
"version": "3.7.3"
"version": "3.7.4"
}
Loading
Loading