Skip to content

Commit

Permalink
Merge pull request #39 from OMGDuke/38/bump-decky-frontend-lib
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
OMGDuke authored Sep 4, 2022
2 parents a40bb5a + dc1f4c6 commit ca83ea2
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 133 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protondb-decky",
"version": "1.0.3",
"version": "1.0.4",
"description": "Display tappable ProtonDB badges on your game pages",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down Expand Up @@ -29,25 +29,25 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/react": "18.0.17",
"@rollup/plugin-typescript": "^8.4.0",
"@types/react": "18.0.18",
"@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rollup": "^2.78.1",
"rollup": "^2.79.0",
"rollup-plugin-import-assets": "^1.1.1",
"rollup-plugin-styles": "^4.0.0",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"dependencies": {
"decky-frontend-lib": "^1.7.8",
"decky-frontend-lib": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0"
Expand Down
Loading

0 comments on commit ca83ea2

Please sign in to comment.