From 2c13254157486649ca35f10888eba028aa2f68e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:48:30 +0000 Subject: [PATCH] chore(deps-dev): bump the npm-dependencies group with 6 updates Bumps the npm-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `10.0.1` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.6.0` | | [react-dnd](https://github.com/react-dnd/react-dnd) | `2.6.0` | `16.0.1` | | [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) | `2.6.0` | `16.0.1` | | [react-resizable](https://github.com/react-grid-layout/react-resizable) | `3.2.0` | `4.0.2` | | [react-window](https://github.com/bvaughn/react-window) | `1.8.11` | `2.2.7` | Updates `@eslint/js` from 9.39.4 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `eslint` from 9.39.4 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.6.0) Updates `react-dnd` from 2.6.0 to 16.0.1 - [Release notes](https://github.com/react-dnd/react-dnd/releases) - [Changelog](https://github.com/react-dnd/react-dnd/blob/main/CHANGELOG.md) - [Commits](https://github.com/react-dnd/react-dnd/commits) Updates `react-dnd-html5-backend` from 2.6.0 to 16.0.1 - [Release notes](https://github.com/react-dnd/react-dnd/releases) - [Changelog](https://github.com/react-dnd/react-dnd/blob/main/CHANGELOG.md) - [Commits](https://github.com/react-dnd/react-dnd/commits) Updates `react-resizable` from 3.2.0 to 4.0.2 - [Release notes](https://github.com/react-grid-layout/react-resizable/releases) - [Changelog](https://github.com/react-grid-layout/react-resizable/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-grid-layout/react-resizable/compare/v3.2.0...v4.0.2) Updates `react-window` from 1.8.11 to 2.2.7 - [Release notes](https://github.com/bvaughn/react-window/releases) - [Changelog](https://github.com/bvaughn/react-window/blob/main/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-window/compare/1.8.11...2.2.7) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react-dnd dependency-version: 16.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react-dnd-html5-backend dependency-version: 16.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react-resizable dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react-window dependency-version: 2.2.7 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d00a427d3..1554c8876 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "clsx": "^2.1.1" }, "devDependencies": { - "@eslint/js": "^9.39.4", + "@eslint/js": "^10.0.1", "@rc-component/dropdown": "^1.0.2", "@rc-component/father-plugin": "^2.2.0", "@rc-component/menu": "^1.4.1", @@ -74,7 +74,7 @@ "@types/styled-components": "^5.1.36", "@vitest/coverage-v8": "^4.1.9", "dumi": "^2.4.38", - "eslint": "^9.39.4", + "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.15.4", "eslint-plugin-react": "^7.37.5", @@ -90,11 +90,11 @@ "lint-staged": "^17.0.8", "prettier": "^3.9.4", "react": "^19.2.7", - "react-dnd": "^2.5.4", - "react-dnd-html5-backend": "^2.5.4", + "react-dnd": "^16.0.1", + "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.7", - "react-resizable": "^3.0.5", - "react-window": "^1.8.5", + "react-resizable": "^4.0.2", + "react-window": "^2.2.7", "regenerator-runtime": "^0.14.0", "styled-components": "^6.1.1", "typescript": "^6.0.3",