Skip to content

Commit

Permalink
build(dev-deps): bump the all-non-major-dependencies group
Browse files Browse the repository at this point in the history
Bumps the all-non-major-dependencies group in /e2e/release/sample with 3 updates: [@sentry/react](https://github.com/getsentry/sentry-javascript), [rsuite](https://github.com/rsuite/rsuite) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@sentry/react` from 8.9.2 to 8.11.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.9.2...8.11.0)

Updates `rsuite` from 5.64.1 to 5.64.2
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.64.1...v5.64.2)

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

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ivangabriele committed Jun 24, 2024
1 parent 6fa7e1f commit 8c4fe4d
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 84 deletions.
161 changes: 80 additions & 81 deletions e2e/release/sample/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 e2e/release/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"start": "vite preview"
},
"dependencies": {
"@sentry/react": "8.9.2",
"@sentry/react": "8.11.0",
"cypress": "13.12.0",
"formik": "2.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rsuite": "5.64.1",
"rsuite": "5.64.2",
"styled-components": "6.1.11"
},
"devDependencies": {
"@tsconfig/vite-react": "3.0.2",
"@types/node": "20.14.5",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down

0 comments on commit 8c4fe4d

Please sign in to comment.