diff options
| author | jurassicplayer <jurassicplayer75@gmail.com> | 2022-12-10 15:09:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-10 15:09:21 -0800 |
| commit | f73918c9023d0df92cea6feb394b633b8c881b51 (patch) | |
| tree | 9c555496840b66ad97336fd6b9ade0bed714977a /frontend/pnpm-lock.yaml | |
| parent | ea35af2050f8a556457ee4d87bb89f0d6a673867 (diff) | |
| download | decky-loader-f73918c9023d0df92cea6feb394b633b8c881b51.tar.gz decky-loader-f73918c9023d0df92cea6feb394b633b8c881b51.zip | |
feat(MoreCustomizableToasts): Allow plugin developers to customize some toast properties (#268)
* Use settingsStore directly
* Change toast etype, add showToast/playSound
* Update DFL and rebase
Diffstat (limited to 'frontend/pnpm-lock.yaml')
| -rw-r--r-- | frontend/pnpm-lock.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index cf33748b..d2d0f7ac 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/react-file-icon': ^1.0.1 '@types/react-router': 5.1.18 '@types/webpack': ^5.28.0 - decky-frontend-lib: ^3.7.14 + decky-frontend-lib: ^3.14.0 husky: ^8.0.1 import-sort-style-module: ^6.0.0 inquirer: ^8.2.4 @@ -30,7 +30,7 @@ specifiers: typescript: ^4.7.4 dependencies: - decky-frontend-lib: 3.7.14 + decky-frontend-lib: 3.14.0 react-file-icon: 1.2.0_wcqkhtmu7mswc6yz4uyexck3ty react-icons: 4.4.0_react@16.14.0 react-markdown: 8.0.3_vshvapmxg47tngu7tvrsqpq55u @@ -944,8 +944,8 @@ packages: dependencies: ms: 2.1.2 - /decky-frontend-lib/3.7.14: - resolution: {integrity: sha512-ShAoP3VqiwkJYukDBHsOF9fk7wYw0VaKpHw6j9WdzLxwZwBcg0J7QBNIFYP3nfA0UgEwSJVEg/22kONiplipmA==} + /decky-frontend-lib/3.14.0: + resolution: {integrity: sha512-cBGgS960ftGgpF/oDlRj02nISWq7rwKHIUzG7RJeHchLmz/M4W4OwDL2/oEYO+0WeSx/AWRHTIfLU27jdHiZYQ==} dev: false /decode-named-character-reference/1.0.2: |
