Skip to content

Commit

Permalink
📚 Bump the dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates in the / directory: [cesium](https://github.com/CesiumGS/cesium), [resium](https://github.com/reearth/resium) and [@testing-library/react](https://github.com/testing-library/react-testing-library).


Updates `cesium` from 1.117.0 to 1.118.2
- [Release notes](https://github.com/CesiumGS/cesium/releases)
- [Changelog](https://github.com/CesiumGS/cesium/blob/main/CHANGES.md)
- [Commits](CesiumGS/cesium@1.117...1.118.2)

Updates `resium` from 1.17.3 to 1.17.4
- [Release notes](https://github.com/reearth/resium/releases)
- [Changelog](https://github.com/reearth/resium/blob/main/CHANGELOG.md)
- [Commits](reearth/resium@v1.17.3...v1.17.4)

Updates `@testing-library/react` from 15.0.7 to 16.0.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v15.0.7...v16.0.0)

---
updated-dependencies:
- dependency-name: cesium
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: resium
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Primajin committed Jun 4, 2024
1 parent a932c81 commit fc2cd41
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 44 deletions.
102 changes: 61 additions & 41 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"dependencies": {
"axios": "^1.7.2",
"cesium": "^1.117.0",
"cesium": "^1.118.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resium": "^1.17.3",
"resium": "^1.17.4",
"satellite.js": "^5.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
Expand Down

0 comments on commit fc2cd41

Please sign in to comment.