Skip to content

Commit 35f0004

Browse files
meta: bump cross-env from 7.0.3 to 10.0.0 (#8063)
* meta: bump cross-env from 7.0.3 to 10.0.0 Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.0.0. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v7.0.3...v10.0.0) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix lockfile --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: avivkeller <[email protected]>
1 parent aae783e commit 35f0004

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@eslint/js": "~9.32.0",
4343
"@reporters/github": "^1.7.2",
4444
"@testing-library/react": "~16.3.0",
45-
"cross-env": "^7.0.3",
45+
"cross-env": "^10.0.0",
4646
"eslint": "~9.32.0",
4747
"eslint-plugin-import-x": "~4.16.1",
4848
"prettier": "3.6.2",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ catalog:
2525
react: ^19.1.1
2626
tailwindcss: ~4.0.17
2727
typescript: ~5.8.2
28-
'cross-env': ^7.0.3
28+
'cross-env': ^10.0.0

0 commit comments

Comments
 (0)