Skip to content

Commit 6b5b42e

Browse files
committed
Remove cross-env lib
1 parent a88b46a commit 6b5b42e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@types/lodash": "^4.14.201",
2828
"@typescript-eslint/eslint-plugin": "^7.0.0",
2929
"@typescript-eslint/parser": "^6.10.0",
30-
"cross-env": "^7.0.3",
3130
"eslint": "^8.53.0",
3231
"eslint-config-prettier": "^9.0.0",
3332
"eslint-config-standard": "^17.1.0",

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2259,14 +2259,7 @@ create-jest@^29.7.0:
22592259
jest-util "^29.7.0"
22602260
prompts "^2.0.1"
22612261

2262-
cross-env@^7.0.3:
2263-
version "7.0.3"
2264-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
2265-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
2266-
dependencies:
2267-
cross-spawn "^7.0.1"
2268-
2269-
cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
2262+
cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
22702263
version "7.0.6"
22712264
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
22722265
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==

0 commit comments

Comments
 (0)