diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-13 17:00:50 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-13 17:00:50 -0400 |
| commit | 259aabf82fb0477a9048ab5b3add0d51205f4c8a (patch) | |
| tree | f703742909cc1b6982dfeba5043347a88f453231 /frontend/package.json | |
| parent | 1de8c5915bf126c9fce56e5e3f190e00372b4aa3 (diff) | |
| download | decky-loader-259aabf82fb0477a9048ab5b3add0d51205f4c8a.tar.gz decky-loader-259aabf82fb0477a9048ab5b3add0d51205f4c8a.zip | |
update dependencies
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/frontend/package.json b/frontend/package.json index 2fb9c617..2e0c7c70 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,6 +2,7 @@ "name": "@decky/loader-frontend", "private": true, "license": "GPLV2", + "type": "module", "scripts": { "prepare": "cd .. && husky install frontend/.husky", "build": "rollup -c", @@ -12,31 +13,32 @@ }, "devDependencies": { "@decky/api": "^1.0.4", - "@rollup/plugin-commonjs": "^21.1.0", + "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-image": "^3.0.3", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.3.0", - "@rollup/plugin-replace": "^4.0.0", - "@rollup/plugin-typescript": "^8.5.0", - "@types/react": "18.2.0", + "@rollup/plugin-json": "^6.1.0", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-replace": "^5.0.7", + "@rollup/plugin-typescript": "^11.1.6", + "@types/react": "18.3.3", + "@types/react-dom": "18.3.0", "@types/react-file-icon": "^1.0.4", - "@types/react-router": "5.1.18", + "@types/react-router": "5.1.20", "@types/webpack": "^5.28.5", - "husky": "^8.0.3", - "i18next-parser": "^8.13.0", + "husky": "^9.0.11", + "i18next-parser": "^9.0.0", "import-sort-style-module": "^6.0.0", - "inquirer": "^8.2.6", - "prettier": "^3.2.5", + "inquirer": "^9.2.23", + "prettier": "^3.3.2", "prettier-plugin-import-sort": "^0.0.7", - "react": "18.2.0", - "react-dom": "18.2.0", - "rollup": "^2.79.1", + "react": "18.3.1", + "react-dom": "18.3.1", + "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", - "rollup-plugin-external-globals": "^0.6.1", - "rollup-plugin-polyfill-node": "^0.10.2", + "rollup-plugin-external-globals": "^0.10.0", + "rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-visualizer": "^5.12.0", - "tslib": "^2.6.2", - "typescript": "^4.9.5" + "tslib": "^2.6.3", + "typescript": "^5.4.5" }, "importSort": { ".js, .jsx, .ts, .tsx": { @@ -45,14 +47,14 @@ } }, "dependencies": { - "decky-frontend-lib": "3.25.0", + "@decky/ui": "^4.0.2", "filesize": "^10.1.2", "i18next": "^23.11.5", "i18next-http-backend": "^2.5.2", - "react-file-icon": "^1.4.0", - "react-i18next": "^12.3.1", - "react-icons": "^4.12.0", - "react-markdown": "^8.0.7", - "remark-gfm": "^3.0.1" + "react-file-icon": "^1.5.0", + "react-i18next": "^14.1.2", + "react-icons": "^5.2.1", + "react-markdown": "^9.0.1", + "remark-gfm": "^4.0.0" } } |
