Add Weather module (beta)

Shows the current weather !
This commit is contained in:
Thomas Camlong
2022-05-18 22:17:58 +02:00
committed by GitHub
16 changed files with 1597 additions and 1342 deletions

View File

@@ -79,9 +79,13 @@
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"storybook-addon-mock": "^2.3.2",
"storybook-addon-turbo-build": "^1.1.0",
"storybook-dark-mode": "^1.0.9",
"ts-jest": "^27.1.4",
"typescript": "4.6.3"
},
"resolutions": {
"@types/react": "17.0.30"
}
}