Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group in /ui with 2 updates: [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and [globals](https://github.com/sindresorhus/globals).


Updates `eslint-plugin-react` from 7.37.0 to 7.37.1
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.0...v7.37.1)

Updates `globals` from 15.9.0 to 15.10.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.10.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 942897d commit 645e260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.0",
"globals": "^15.9.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.10.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
Expand Down
20 changes: 10 additions & 10 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6703,9 +6703,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.37.0":
version: 7.37.0
resolution: "eslint-plugin-react@npm:7.37.0"
"eslint-plugin-react@npm:^7.37.1":
version: 7.37.1
resolution: "eslint-plugin-react@npm:7.37.1"
dependencies:
array-includes: "npm:^3.1.8"
array.prototype.findlast: "npm:^1.2.5"
Expand All @@ -6727,7 +6727,7 @@ __metadata:
string.prototype.repeat: "npm:^1.0.0"
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
checksum: 10/ae005a5e4bdcbf43cda0e5297f5ee8badbbcc18ce6c3f83ac4141173242b27c8a067372061af745ae490c18eef2c3257985bcd240cee85dec262ca875347e8fc
checksum: 10/a7b9cf2c43255844ad0c9d4e3758a8c2b687a2ce9a09f4161ab245581d5d2d91b37742e541c88aa9ce368ec6c860e23dc78c15117f3fc1cdc433847038e8346b
languageName: node
linkType: hard

Expand Down Expand Up @@ -7522,10 +7522,10 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.9.0":
version: 15.9.0
resolution: "globals@npm:15.9.0"
checksum: 10/19bca70131c5d3e0d4171deed0f8ae16adda19f18d39b67421056f1eaa160b4433c3ffc8eb69b8b19adebbbdad4834d8a0494c5fe1ae295f0f769a5c0331d794
"globals@npm:^15.10.0":
version: 15.10.0
resolution: "globals@npm:15.10.0"
checksum: 10/d649208c62406fa71f131be643cb6d18703be5e612f8fa4da8a35bda56ce5a6a8caeb13a2f5a927e4d3324d73872e897067eb6f92ddd46a29876ffa5c4910cb8
languageName: node
linkType: hard

Expand Down Expand Up @@ -12369,8 +12369,8 @@ __metadata:
classnames: "npm:^2.5.1"
dayjs: "npm:^1.11.13"
eslint: "npm:^9.11.1"
eslint-plugin-react: "npm:^7.37.0"
globals: "npm:^15.9.0"
eslint-plugin-react: "npm:^7.37.1"
globals: "npm:^15.10.0"
graphql: "npm:^16.9.0"
hat: "npm:^0.0.3"
husky: "npm:^9.1.6"
Expand Down

0 comments on commit 645e260

Please sign in to comment.