Update to v1-alpha

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-23 18:23:20 +02:00
parent 000de60c42
commit 8b0c2f7ef1
31 changed files with 479 additions and 470 deletions

View File

@ -16,23 +16,23 @@
"@types/react-dom": "^17.0.1",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.2",
"lucide-react": "^0.15.19",
"lucide-react": "^0.16.0",
"next": "^10.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus": "^0.55.0",
"stylus-loader": "^4.3.3",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^4.44.2"
},
"peerDependencies": {
"lucide-react": "^0.15.19",
"lucide-react": "^0.16.0",
"next": "^10.0.0 || ^11.0.0",
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"stylus": "^0.54.8",
"stylus": "^0.55.0",
"typescript": "^4.0.0"
},
"scripts": {