Skip to content

Commit

Permalink
Bump the react group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the react group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.0` | `18.2.47` |
| [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) | `6.1.5` | `6.1.11` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.0` | `1.11.10` |
| [react-leaflet](https://github.com/PaulLeCam/react-leaflet) | `3.2.5` | `4.2.1` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `8.0.1` | `9.0.1` |
| [semantic-ui-react](https://github.com/Semantic-Org/Semantic-UI-React) | `2.1.3` | `2.1.5` |
| [styled-components](https://github.com/styled-components/styled-components) | `5.3.5` | `6.1.6` |


Updates `@types/react` from 18.2.0 to 18.2.47
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-helmet` from 6.1.5 to 6.1.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)

Updates `dayjs` from 1.11.0 to 1.11.10
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.0...v1.11.10)

Updates `react-leaflet` from 3.2.5 to 4.2.1
- [Release notes](https://github.com/PaulLeCam/react-leaflet/releases)
- [Changelog](https://github.com/PaulLeCam/react-leaflet/blob/master/CHANGELOG.md)
- [Commits](PaulLeCam/react-leaflet@v3.2.5...v4.2.1)

Updates `react-markdown` from 8.0.1 to 9.0.1
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.1...9.0.1)

Updates `semantic-ui-react` from 2.1.3 to 2.1.5
- [Release notes](https://github.com/Semantic-Org/Semantic-UI-React/releases)
- [Changelog](https://github.com/Semantic-Org/Semantic-UI-React/blob/master/CHANGELOG.md)
- [Commits](Semantic-Org/Semantic-UI-React@v2.1.3...v2.1.5)

Updates `styled-components` from 5.3.5 to 6.1.6
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v5.3.5...v6.1.6)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@types/react-helmet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-leaflet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: semantic-ui-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 019bd9d commit b7d9259
Show file tree
Hide file tree
Showing 2 changed files with 595 additions and 485 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"dependencies": {
"@semantic-ui-react/css-patch": "^1.1.3",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.0",
"@types/react-helmet": "^6.1.5",
"@types/react": "^18.2.47",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.24",
"dayjs": "^1.11.0",
"dayjs": "^1.11.10",
"leaflet": "^1.9.4",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-leaflet": "^3.1.0",
"react-markdown": "^8.0.1",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.1",
"react-refresh": "^0.14.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.2",
"styled-components": "^5.2.3"
"semantic-ui-react": "^2.1.5",
"styled-components": "^6.1.6"
},
"devDependencies": {
"@testing-library/dom": "^9.3.3",
Expand Down
Loading

0 comments on commit b7d9259

Please sign in to comment.