Skip to content

Commit 9c71921

Browse files
committed
2 parents 2bd42de + 5947415 commit 9c71921

File tree

3 files changed

+216
-143
lines changed

3 files changed

+216
-143
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python3 -m build
6464
6565
- name: Publish release to PyPI
66-
uses: pypa/gh-action-pypi-publish@v1.8.14
66+
uses: pypa/gh-action-pypi-publish@v1.9.0
6767
with:
6868
user: __token__
6969
password: ${{ secrets.PYPI_TOKEN }}

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@intlify/unplugin-vue-i18n": "^4.0.0",
1414
"@mdi/font": "^7.4.47",
1515
"@mdi/js": "^7.4.47",
16-
"axios": "^1.7.0",
16+
"axios": "^1.7.2",
1717
"chart.js": "^4.4.3",
1818
"chartjs-plugin-datalabels": "^2.2.0",
1919
"material-design-icons-iconfont": "^6.7.0",
2020
"mobile-detect": "^1.4.5",
2121
"roboto-fontface": "*",
2222
"tailwind-merge": "^2.3.0",
2323
"vite-plugin-vuetify": "^1.0.2",
24-
"vue": "^3.4.27",
24+
"vue": "^3.4.29",
2525
"vue-chartjs": "^5.3.1",
2626
"vue-i18n": "^9.13.1",
2727
"vue-query": "^1.26.0",
@@ -33,27 +33,27 @@
3333
"@tailwindcss/aspect-ratio": "^0.4.2",
3434
"@tailwindcss/forms": "^0.5.7",
3535
"@tailwindcss/typography": "^0.5.13",
36-
"@types/node": "^20.14.0",
37-
"@typescript-eslint/eslint-plugin": "^7.10.0",
38-
"@typescript-eslint/parser": "^7.12.0",
39-
"@vitejs/plugin-vue": "^5.0.4",
36+
"@types/node": "^20.14.2",
37+
"@typescript-eslint/eslint-plugin": "^7.12.0",
38+
"@typescript-eslint/parser": "^7.13.0",
39+
"@vitejs/plugin-vue": "^5.0.5",
4040
"@vue/eslint-config-typescript": "^13.0.0",
4141
"autoprefixer": "^10.4.19",
4242
"clsx": "^2.1.1",
4343
"eslint": "^8.57.0",
4444
"eslint-config-prettier": "^9.1.0",
4545
"eslint-plugin-prettier": "^5.1.3",
4646
"eslint-plugin-vue": "^9.26.0",
47-
"globals": "^15.3.0",
47+
"globals": "^15.5.0",
4848
"postcss": "^8.4.35",
49-
"prettier": "^3.2.5",
49+
"prettier": "^3.3.1",
5050
"prettier-plugin-tailwindcss": "^0.5.14",
5151
"sass": "^1.74.1",
52-
"tailwindcss": "^3.4.3",
52+
"tailwindcss": "^3.4.4",
5353
"typescript": "^5.4.5",
5454
"typescript-eslint": "^7.11.0",
5555
"vite": "^4.4.11",
5656
"vite-plugin-pwa": "^0.20.0",
57-
"vue-tsc": "^2.0.19"
57+
"vue-tsc": "^2.0.21"
5858
}
5959
}

0 commit comments

Comments
 (0)