Skip to content

Commit 96dcc9c

Browse files
Monthly npm updates: Bump the group-all-npm-updates group with 5 updates
Bumps the group-all-npm-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.7.1` | `7.8.2` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.3.1` | `1.3.2` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.32.0` | `9.34.0` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.2.2` | `5.3.1` | | [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.34.0` | Updates `react-router-dom` from 7.7.1 to 7.8.2 - [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/react-router-dom@7.8.2/packages/react-router-dom) Updates `@eslint/compat` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.3.2/packages/compat) Updates `@eslint/js` from 9.32.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js) Updates `@stylistic/eslint-plugin` from 5.2.2 to 5.3.1 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.3.1/packages/eslint-plugin) Updates `eslint` from 9.32.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.32.0...v9.34.0) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group-all-npm-updates - dependency-name: "@eslint/compat" dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: group-all-npm-updates - dependency-name: "@eslint/js" dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: group-all-npm-updates - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: group-all-npm-updates - dependency-name: eslint dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: group-all-npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eab4eb9 commit 96dcc9c

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"homepage": "https://search.lib.umich.edu",
66
"devDependencies": {
7-
"@eslint/compat": "^1.3.1",
8-
"@eslint/js": "^9.32.0",
9-
"@stylistic/eslint-plugin": "^5.2.2",
10-
"eslint": "^9.32.0",
7+
"@eslint/compat": "^1.3.2",
8+
"@eslint/js": "^9.34.0",
9+
"@stylistic/eslint-plugin": "^5.3.1",
10+
"eslint": "^9.34.0",
1111
"eslint-plugin-react": "^7.37.5",
1212
"globals": "^16.3.0",
1313
"react-scripts": "^5.0.1"
@@ -21,7 +21,7 @@
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1",
2323
"react-redux": "^9.2.0",
24-
"react-router-dom": "^7.7.1"
24+
"react-router-dom": "^7.8.2"
2525
},
2626
"overrides": {
2727
"@babel/plugin-proposal-private-property-in-object": "npm:@babel/plugin-transform-private-property-in-object",

0 commit comments

Comments
 (0)