mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-21 02:19:12 +02:00
Compare commits
3 Commits
file_picke
...
v3.21.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7761321bc | ||
|
|
979a630f2b | ||
|
|
a4d1fcf086 |
@@ -1,3 +1,10 @@
|
||||
## [3.21.3](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.21.2...v3.21.3) (2023-06-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* total is not needed as a return value to plugins ([979a630](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/979a630f2b02ac4a1ac19e38002244f9dfe97177))
|
||||
|
||||
## [3.21.2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.21.1...v3.21.2) (2023-06-18)
|
||||
|
||||
|
||||
|
||||
26
package.json
26
package.json
@@ -41,26 +41,26 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.6.5",
|
||||
"@commitlint/config-conventional": "^17.6.5",
|
||||
"@commitlint/cz-commitlint": "^17.5.0",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/cz-commitlint": "^17.0.0",
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "16.14.0",
|
||||
"@types/react-router": "5.1.18",
|
||||
"commitizen": "^4.3.0",
|
||||
"husky": "^8.0.3",
|
||||
"commitizen": "^4.2.4",
|
||||
"husky": "^8.0.1",
|
||||
"import-sort-style-module": "^6.0.0",
|
||||
"jest": "^27.5.1",
|
||||
"minimist": "^1.2.8",
|
||||
"prettier": "^2.8.8",
|
||||
"minimist": "^1.2.6",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-import-sort": "^0.0.7",
|
||||
"semantic-release": "^19.0.5",
|
||||
"semantic-release": "^19.0.3",
|
||||
"shx": "^0.3.4",
|
||||
"ts-jest": "^27.1.5",
|
||||
"typedoc": "^0.23.28",
|
||||
"typedoc-plugin-mdn-links": "^2.0.2",
|
||||
"ts-jest": "^27.1.4",
|
||||
"typedoc": "^0.23.24",
|
||||
"typedoc-plugin-mdn-links": "^2.0.0",
|
||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||
"typedoc-wikijs-theme": "^1.0.5",
|
||||
"typescript": "^4.9.5"
|
||||
|
||||
@@ -55,7 +55,6 @@ export interface Toaster {
|
||||
export interface FilePickerRes {
|
||||
path: string;
|
||||
realpath: string;
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface ServerAPI {
|
||||
|
||||
Reference in New Issue
Block a user