Skip to content

Commit

Permalink
Bump the npm group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 3 updates: [eslint](https://github.com/eslint/eslint), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `eslint` from 8.57.1 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.17.0)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: react-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 456473c commit 6ded434
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 144 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@gltf-transform/functions": "^4.0.0",
"cors": "^2.8.5",
"doiuse": "^6.0.1",
"eslint": "~8.57.0",
"eslint": "~9.17.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-compat": "~6.0.0",
"eslint-plugin-json-es": "^1.5.7",
Expand All @@ -62,8 +62,8 @@
"prettier": "^3.0.0",
"puppeteer": "^23.1.0",
"purgecss": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stylelint": "^16.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^12.0.0",
Expand Down
Loading

0 comments on commit 6ded434

Please sign in to comment.