Skip to content

Commit 06e865a

Browse files
committed
bump 2.5.1
1 parent f9fa8c5 commit 06e865a

File tree

3 files changed

+282
-279
lines changed

3 files changed

+282
-279
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
3030
pnpm install --no-frozen-lockfile
31-
# pnpm update decky-frontend-lib --latest
31+
pnpm update
3232
pnpm run build
3333
tar -czvf PowerControl.tar.gz --transform 's,^,PowerControl/,' dist backend bin *.py *.json *.md *.js LICENSE
3434

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PowerControl",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "PowerControl plugin.",
55
"scripts": {
66
"build": "shx rm -rf dist && rollup -c",
@@ -29,22 +29,22 @@
2929
"@rollup/plugin-json": "^4.1.0",
3030
"@rollup/plugin-node-resolve": "^13.3.0",
3131
"@rollup/plugin-replace": "^4.0.0",
32-
"@rollup/plugin-typescript": "^8.3.3",
32+
"@rollup/plugin-typescript": "^8.5.0",
3333
"@types/markdown-it": "^13.0.7",
3434
"@types/react": "16.14.0",
35-
"@types/webpack": "^5.28.0",
35+
"@types/webpack": "^5.28.5",
3636
"decky-frontend-lib": "^3.25.0",
37-
"markdown-it": "^14.0.0",
38-
"rollup": "^2.77.1",
37+
"markdown-it": "^14.1.0",
38+
"rollup": "^2.79.1",
3939
"rollup-plugin-import-assets": "^1.1.1",
4040
"shx": "^0.3.4",
41-
"tslib": "^2.4.0",
42-
"typescript": "^4.7.4"
41+
"tslib": "^2.6.2",
42+
"typescript": "^4.9.5"
4343
},
4444
"dependencies": {
45-
"i18next": "^23.10.1",
46-
"react-icons": "^4.4.0",
47-
"typescript-json-serializer": "^4.2.0"
45+
"i18next": "^23.11.2",
46+
"react-icons": "^4.12.0",
47+
"typescript-json-serializer": "^4.3.0"
4848
},
4949
"pnpm": {
5050
"peerDependencyRules": {

0 commit comments

Comments
 (0)