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 [prettier](https://github.com/prettier/prettier).


Updates `@sentry/react` from 8.15.0 to 8.17.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.15.0...8.17.0)

Updates `rsuite` from 5.65.1 to 5.66.0
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.65.1...v5.66.0)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
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-minor
  dependency-group: all-non-major-dependencies
- dependency-name: prettier
  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 Jul 15, 2024
1 parent f9f2ae4 commit 973e72d
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
130 changes: 65 additions & 65 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,12 +10,12 @@
"start": "vite preview"
},
"dependencies": {
"@sentry/react": "8.15.0",
"@sentry/react": "8.17.0",
"cypress": "13.13.0",
"formik": "2.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rsuite": "5.65.1",
"rsuite": "5.66.0",
"styled-components": "6.1.11"
},
"devDependencies": {
Expand All @@ -24,7 +24,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"prettier": "3.3.2",
"prettier": "3.3.3",
"typescript": "4.9.5",
"vite": "5.3.3",
"vite-tsconfig-paths": "4.3.2"
Expand Down

0 comments on commit 973e72d

Please sign in to comment.