mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.1.0 to 18.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react) Updates `@types/react` from 18.0.10 to 18.0.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2ed6be610d
commit
62831528c5
2 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,7 @@
|
|||
"dotenv": "^16.0.1",
|
||||
"goober": "2.1.9",
|
||||
"next": "12.1.6",
|
||||
"react": "^18.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-fade-in": "^2.0.1",
|
||||
"react-hot-toast": "^2.2.0",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"use-last-fm": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.38",
|
||||
"@types/react": "^18.0.10",
|
||||
"@types/node": "18.0.0",
|
||||
"@types/react": "^18.0.14",
|
||||
"@types/react-dom": "^18.0.4",
|
||||
"eslint": "8.16.0",
|
||||
"eslint-config-next": "12.1.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue