summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorTravis Lane <63308171+Tormak9970@users.noreply.github.com>2023-04-03 17:21:31 -0400
committerGitHub <noreply@github.com>2023-04-03 14:21:31 -0700
commit0f36e87ccea0d9bf2a3db8ee858f27d9d1b2d796 (patch)
treee3018e7096401d387923f388637c5a45f6fa6185 /frontend/package.json
parentfd325ef1cc1d3e78b5e7686819e05606cc79d963 (diff)
downloaddecky-loader-0f36e87ccea0d9bf2a3db8ee858f27d9d1b2d796.tar.gz
decky-loader-0f36e87ccea0d9bf2a3db8ee858f27d9d1b2d796.zip
Add plugin reordering (#378)
* feat: started work on saving plugin order * feat: implemented local ReorderableList * feat: reoder complete except for usage of DFL * switched to using dfl reorderableList * fix: added missing file and removed frag * updated to newest dfl * Update defsettings.json * fix: plugin order was missing on init * fix: now await pluginOrder * fix: moved the plugin-order load to plugin-loader * chore: v6 and dfl bump
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/frontend/package.json b/frontend/package.json
index bdceafb3..2dc25f79 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -12,28 +12,28 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
- "@rollup/plugin-image": "^3.0.1",
+ "@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
- "@rollup/plugin-typescript": "^8.3.3",
+ "@rollup/plugin-typescript": "^8.5.0",
"@types/react": "16.14.0",
"@types/react-file-icon": "^1.0.1",
"@types/react-router": "5.1.18",
- "@types/webpack": "^5.28.0",
- "husky": "^8.0.1",
+ "@types/webpack": "^5.28.1",
+ "husky": "^8.0.3",
"import-sort-style-module": "^6.0.0",
- "inquirer": "^8.2.4",
- "prettier": "^2.7.1",
+ "inquirer": "^8.2.5",
+ "prettier": "^2.8.7",
"prettier-plugin-import-sort": "^0.0.7",
"react": "16.14.0",
"react-dom": "16.14.0",
- "rollup": "^2.76.0",
+ "rollup": "^2.79.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-polyfill-node": "^0.10.2",
- "tslib": "^2.4.0",
- "typescript": "^4.7.4"
+ "tslib": "^2.5.0",
+ "typescript": "^4.9.5"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
@@ -42,10 +42,10 @@
}
},
"dependencies": {
- "decky-frontend-lib": "^3.19.1",
- "react-file-icon": "^1.2.0",
- "react-icons": "^4.4.0",
- "react-markdown": "^8.0.3",
+ "decky-frontend-lib": "^3.20.0",
+ "react-file-icon": "^1.3.0",
+ "react-icons": "^4.8.0",
+ "react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1"
}
}