Skip to content

Commit

Permalink
Upgrade @types/react to 18.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Jun 6, 2023
1 parent effe822 commit b9d7f95
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade next.js to 13.4.4
- Upgrade next-i18next to 13.3.0
- Upgrade css-loader to 6.8.1
- Upgrade @types/react to 18.2.8

## Removed

Expand Down
14 changes: 7 additions & 7 deletions Company-Project/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Company-Project/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@sentry/nextjs": "^7.54.0",
"@types/react": "^18.2.6",
"@types/react": "^18.2.8",
"classnames": "^2.3.2",
"i18next": "^22.5.0",
"next": "13.4.4",
Expand Down
14 changes: 7 additions & 7 deletions {{cookiecutter.project_name}}/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@sentry/nextjs": "^7.54.0",
"@types/react": "^18.2.6",
"@types/react": "^18.2.8",
"classnames": "^2.3.2",
"i18next": "^22.5.0",
"next": "13.4.4",
Expand Down

0 comments on commit b9d7f95

Please sign in to comment.