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 4 updates: [@sentry/react](https://github.com/getsentry/sentry-javascript), [cypress](https://github.com/cypress-io/cypress), [rsuite](https://github.com/rsuite/rsuite) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@sentry/react` from 8.20.0 to 8.22.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.20.0...8.22.0)

Updates `cypress` from 13.13.1 to 13.13.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.13.1...v13.13.2)

Updates `rsuite` from 5.68.0 to 5.68.1
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.68.0...v5.68.1)

Updates `@types/node` from 22.0.0 to 22.1.0
- [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: cypress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  dependency-group: all-non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ivangabriele committed Aug 5, 2024
1 parent 554e667 commit fecdd12
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
148 changes: 74 additions & 74 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,17 +10,17 @@
"start": "vite preview"
},
"dependencies": {
"@sentry/react": "8.20.0",
"cypress": "13.13.1",
"@sentry/react": "8.22.0",
"cypress": "13.13.2",
"formik": "2.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rsuite": "5.68.0",
"rsuite": "5.68.1",
"styled-components": "6.1.12"
},
"devDependencies": {
"@tsconfig/vite-react": "3.0.2",
"@types/node": "22.0.0",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down

0 comments on commit fecdd12

Please sign in to comment.