Update lib, show example of router

This commit is contained in:
Jonas Dellinger 2022-05-30 22:23:13 +02:00
commit d8870f2062
3 changed files with 59 additions and 19 deletions

View file

@ -32,14 +32,14 @@
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "16.14.0",
"@types/webpack": "^5.28.0",
"rollup-plugin-import-assets": "^1.1.1",
"rollup": "^2.70.2",
"rollup-plugin-import-assets": "^1.1.1",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
},
"dependencies": {
"decky-frontend-lib": "^0.0.2",
"decky-frontend-lib": "^0.0.5",
"react-icons": "^4.3.1"
}
}