Skip to content

Commit

Permalink
⬆️ Bump react-refresh from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.0 to 0.14.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/v0.14.0/packages/react)

---
updated-dependencies:
- dependency-name: react-refresh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2022
1 parent a20b4d4 commit 4d1c1f5
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 129 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"dependencies": {
"@semantic-ui-react/css-patch": "^1.0.0",
"@types/leaflet": "^1.7.0",
"@types/react": "^17.0.43",
"@types/react": "^18.0.12",
"@types/styled-components": "^5.1.24",
"dayjs": "^1.11.0",
"leaflet": "^1.7.1",
"pure-react-carousel": "^1.27.6",
"react": "^17.0.2",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-leaflet": "^3.1.0",
"react-markdown": "^8.0.1",
"react-refresh": "^0.13.0",
"react-refresh": "^0.14.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"styled-components": "^5.2.3",
Expand All @@ -33,12 +33,13 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.17.12",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.3",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@types/html-webpack-plugin": "^3.2.6",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react-dom": "^17.0.13",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
Expand Down Expand Up @@ -75,8 +76,8 @@
"postcss-loader": "^7.0.0",
"postcss-remove-google-fonts": "^1.2.0",
"prettier": "^2.6.1",
"react-dev-utils": "^12.0.0",
"react-dom": "^17.0.2",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"resolve": "^1.22.0",
"resolve-url-loader": "^5.0.0",
"semver": "^7.3.5",
Expand Down
Loading

0 comments on commit 4d1c1f5

Please sign in to comment.