Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
meta: bump cross-env from 7.0.3 to 10.0.0 (nodejs#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]>
  • Loading branch information
dependabot[bot] and avivkeller authored Aug 2, 2025
commit 35f00042e5cfbcda73f8c7b43f4cc335c12cad94
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@eslint/js": "~9.32.0",
"@reporters/github": "^1.7.2",
"@testing-library/react": "~16.3.0",
"cross-env": "^7.0.3",
"cross-env": "^10.0.0",
"eslint": "~9.32.0",
"eslint-plugin-import-x": "~4.16.1",
"prettier": "3.6.2",
Expand Down
28 changes: 17 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ catalog:
react: ^19.1.1
tailwindcss: ~4.0.17
typescript: ~5.8.2
'cross-env': ^7.0.3
'cross-env': ^10.0.0
Loading