Skip to content

Commit 2d5e289

Browse files
authored
Merge pull request #24 from GedasFX/feature/23
Fix loader issues
2 parents 2b06872 + 48b58ce commit 2d5e289

File tree

2 files changed

+80
-76
lines changed

2 files changed

+80
-76
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decky-cloud-save",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Manage cloud saves for games that do not support it in [current year].",
55
"scripts": {
66
"build": "shx rm -rf dist && rollup -c",
@@ -38,12 +38,12 @@
3838
"rollup": "^2.79.1",
3939
"rollup-plugin-import-assets": "^1.1.1",
4040
"shx": "^0.3.4",
41-
"tslib": "^2.5.0",
41+
"tslib": "^2.5.3",
4242
"typescript": "^4.9.5"
4343
},
4444
"dependencies": {
45-
"decky-frontend-lib": "^3.21.2",
46-
"react-icons": "^4.8.0"
45+
"decky-frontend-lib": "^3.21.5",
46+
"react-icons": "^4.10.1"
4747
},
4848
"pnpm": {
4949
"peerDependencyRules": {

pnpm-lock.yaml

+76-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)