Skip to content

Commit b3ec00d

Browse files
deps: bump npm patch and minor dependencies
Bumps the npm-patch-minor group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Updates `@types/node` from 25.7.0 to 25.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitejs/plugin-react` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react) Updates `@vitest/coverage-v8` from 4.1.5 to 4.1.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/coverage-v8) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-patch-minor - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-minor - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fb474f commit b3ec00d

3 files changed

Lines changed: 315 additions & 53 deletions

File tree

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "^19.0.0",
2020
"@types/react-dom": "^19.0.0",
2121
"@typescript/native-preview": "7.0.0-dev.20260513.1",
22-
"@vitejs/plugin-react": "^6.0.1",
22+
"@vitejs/plugin-react": "^6.0.2",
2323
"typescript": "^6.0.2",
2424
"vite-plus": "^0.1.21"
2525
}

packages/react-json-logic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"@testing-library/react": "^16.3.2",
5050
"@testing-library/user-event": "^14.6.1",
5151
"@types/json-logic-js": "^2.0.8",
52-
"@types/node": "^25.7.0",
52+
"@types/node": "^25.8.0",
5353
"@types/react": "^19.0.0",
5454
"@types/react-dom": "^19.0.0",
5555
"@typescript/native-preview": "7.0.0-dev.20260513.1",
56-
"@vitejs/plugin-react": "^6.0.1",
57-
"@vitest/coverage-v8": "4.1.5",
56+
"@vitejs/plugin-react": "^6.0.2",
57+
"@vitest/coverage-v8": "4.1.6",
5858
"bumpp": "^11.1.0",
5959
"jsdom": "^29.1.1",
6060
"react": "^19.2.6",

0 commit comments

Comments
 (0)