Skip to content

Commit

Permalink
Update Build, Libraries and fixed Patching (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus authored Aug 26, 2024
1 parent 2b31fb9 commit 6994608
Show file tree
Hide file tree
Showing 15 changed files with 5,442 additions and 4,473 deletions.
3,723 changes: 1,867 additions & 1,856 deletions lib/pnpm-lock.yaml

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "microsdeck",
"version": "0.0.0",
"description": "A SteamDeck plugin to track games across MicroSD cards",
"type": "module",
"keywords": [
"decky",
"plugin",
Expand All @@ -24,6 +25,7 @@
},
"homepage": "https://github.com/CEbbinghaus/MicroSDeck#readme",
"devDependencies": {
"@decky/ui": "^4.7.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand All @@ -35,15 +37,18 @@
"rollup": "^2.79.1",
"rollup-plugin-codegen": "^1.0.0",
"rollup-plugin-import-assets": "^1.1.1",
"rollup-plugin-external-globals": "^0.11.0",
"merge-anything": "^6.0.2",
"shx": "^0.3.4",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@cebbinghaus/microsdeck": "link:lib",
"@decky/api": "^1.1.2",
"@decky/rollup": "^1.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"decky-frontend-lib": "^3.25.0",
"lipe": "^0.3.3",
"react": "^18.2.0",
"react-icons": "^4.12.0"
Expand Down
Loading

0 comments on commit 6994608

Please sign in to comment.