Skip to content

Commit

Permalink
bump 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Apr 26, 2024
1 parent f9fa8c5 commit 06e865a
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
npm i -g pnpm@8.5.1
pnpm install --no-frozen-lockfile
# pnpm update decky-frontend-lib --latest
pnpm update
pnpm run build
tar -czvf PowerControl.tar.gz --transform 's,^,PowerControl/,' dist backend bin *.py *.json *.md *.js LICENSE
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PowerControl",
"version": "2.5.0",
"version": "2.5.1",
"description": "PowerControl plugin.",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down Expand Up @@ -29,22 +29,22 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/plugin-typescript": "^8.5.0",
"@types/markdown-it": "^13.0.7",
"@types/react": "16.14.0",
"@types/webpack": "^5.28.0",
"@types/webpack": "^5.28.5",
"decky-frontend-lib": "^3.25.0",
"markdown-it": "^14.0.0",
"rollup": "^2.77.1",
"markdown-it": "^14.1.0",
"rollup": "^2.79.1",
"rollup-plugin-import-assets": "^1.1.1",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"dependencies": {
"i18next": "^23.10.1",
"react-icons": "^4.4.0",
"typescript-json-serializer": "^4.2.0"
"i18next": "^23.11.2",
"react-icons": "^4.12.0",
"typescript-json-serializer": "^4.3.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 06e865a

Please sign in to comment.