📦 Update deps

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-18 10:10:42 +02:00
parent 1dd74ea7da
commit 28b6dcd1db
2 changed files with 22 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "homarr",
"version": "0.3.1",
"private": "false",
"description": "Homarr - A homepage for your server.",
"repository": {
"type": "git",
"url": "https://github.com/ajnart/homarr"
},
"name": "homarr",
"version": "0.3.1",
"private": "false",
"description": "Homarr - A homepage for your server.",
"repository": {
"type": "git",
"url": "https://github.com/ajnart/homarr"
},
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -83,5 +83,8 @@
"storybook-dark-mode": "^1.0.9",
"ts-jest": "^27.1.4",
"typescript": "4.6.3"
},
"resolutions": {
"@types/react": "18.0.1"
}
}
}