Skip to content

Commit

Permalink
build(dev-deps): bump the all-non-major-dependencies group across 1 d…
Browse files Browse the repository at this point in the history
…irectory with 4 updates

Bumps the all-non-major-dependencies group with 4 updates in the /e2e/release/sample directory: [@sentry/react](https://github.com/getsentry/sentry-javascript), [rsuite](https://github.com/rsuite/rsuite), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@sentry/react` from 8.29.0 to 8.30.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.29.0...8.30.0)

Updates `rsuite` from 5.70.1 to 5.70.2
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.70.1...v5.70.2)

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

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

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-non-major-dependencies
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-non-major-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ivangabriele committed Sep 17, 2024
1 parent 7dd2268 commit 5de56bd
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
138 changes: 69 additions & 69 deletions e2e/release/sample/package-lock.json

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

8 changes: 4 additions & 4 deletions e2e/release/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"start": "vite preview"
},
"dependencies": {
"@sentry/react": "8.29.0",
"@sentry/react": "8.30.0",
"cypress": "13.14.2",
"formik": "2.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rsuite": "5.70.1",
"rsuite": "5.70.2",
"styled-components": "6.1.13"
},
"devDependencies": {
"@tsconfig/vite-react": "3.0.2",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"prettier": "3.3.3",
Expand Down

0 comments on commit 5de56bd

Please sign in to comment.