Skip to content

Commit

Permalink
Merge pull request #49 from OMGDuke/48/fix-navigate-to-protondb
Browse files Browse the repository at this point in the history
Update decky-frontend-loader to fix valves breaking changes
  • Loading branch information
OMGDuke authored Feb 19, 2023
2 parents 9a10d12 + cf4ddb6 commit 35ff168
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 140 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protondb-decky",
"version": "1.0.6",
"version": "1.0.7",
"description": "Display tappable ProtonDB badges on your game pages",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down Expand Up @@ -30,27 +30,27 @@
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/react": "18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react": "18.0.28",
"@types/react-dom": "^18.0.11",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"prettier": "^2.8.4",
"rollup": "^2.79.1",
"rollup-plugin-import-assets": "^1.1.1",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"decky-frontend-lib": "^3.18.10",
"decky-frontend-lib": "^3.18.11",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0"
"react-icons": "^4.7.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 35ff168

Please sign in to comment.