Skip to content

Commit

Permalink
chore(deps): bump the all-minor-updates group with 5 updates (#297)
Browse files Browse the repository at this point in the history
Bumps the all-minor-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `7.88.0` | `7.91.0` |
| [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) | `0.3.18` | `0.3.20` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.0` | `6.21.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.14.0` | `6.15.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.1` | `5.1.2` |


Updates `@sentry/react` from 7.88.0 to 7.91.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@7.88.0...7.91.0)

Updates `eslint-plugin-vitest` from 0.3.18 to 0.3.20
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.3.18...v0.3.20)

Updates `react-router-dom` from 6.21.0 to 6.21.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `@typescript-eslint/eslint-plugin` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.15.0/packages/eslint-plugin)

Updates `eslint-plugin-prettier` from 5.0.1 to 5.1.2
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 4c89996 commit c41c12d
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 92 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@sentry/react": "^7.88.0",
"@sentry/react": "^7.91.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"classnames": "^2.3.2",
"electron-devtools-installer": "^3.2.0",
"electron-reload": "^2.0.0-alpha.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-vitest": "^0.3.18",
"eslint-plugin-vitest": "^0.3.20",
"framer-motion": "^10.16.16",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
Expand All @@ -50,7 +50,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.0",
"react-router-dom": "^6.21.1",
"vite": "^5.0.10",
"vite-tsconfig-paths": "^4.2.2"
},
Expand All @@ -69,7 +69,7 @@
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/ui": "^0.34.6",
"commitizen": "^4.3.0",
Expand All @@ -82,7 +82,7 @@
"eslint-config-next": "^14.0.4",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.1",
Expand Down
Loading

0 comments on commit c41c12d

Please sign in to comment.