Skip to content

Commit

Permalink
Merge pull request #45 from OMGDuke/44/better-css-injection
Browse files Browse the repository at this point in the history
Css injection with rollup was breaking with newest version of decky loader. Now inlining the style.
  • Loading branch information
OMGDuke authored Oct 22, 2022
2 parents 04f6e7c + 0a59931 commit 748f3d6
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 1,044 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protondb-decky",
"version": "1.0.5",
"version": "1.0.6",
"description": "Display tappable ProtonDB badges on your game pages",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down Expand Up @@ -29,29 +29,28 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/react": "18.0.21",
"@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rollup": "^2.79.1",
"rollup-plugin-import-assets": "^1.1.1",
"rollup-plugin-styles": "^4.0.0",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"dependencies": {
"decky-frontend-lib": "^3.2.2",
"decky-frontend-lib": "^3.6.1",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0"
"react-icons": "^4.6.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 748f3d6

Please sign in to comment.