Skip to content

Commit

Permalink
remove cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 6, 2023
1 parent c4a0778 commit a71f493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -26,7 +26,6 @@
"babel-eslint": "^10.1.0",
"babel-plugin-react-intl": "^8.2.25",
"c8": "^8.0.0",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"eslint-config-babel": "^9.0.0",
"eslint-config-prettier": "^6.3.0",
Expand Down Expand Up @@ -117,8 +116,5 @@
"node ./scripts/yarn-install.js",
"git add yarn.lock"
]
},
"resolutions": {
"nyc/node-preload": "0.2.0"
}
}
15 changes: 1 addition & 14 deletions yarn.lock
Expand Up @@ -2285,7 +2285,6 @@ __metadata:
babel-eslint: ^10.1.0
babel-plugin-react-intl: ^8.2.25
c8: ^8.0.0
cross-env: ^7.0.2
eslint: ^7.13.0
eslint-config-babel: ^9.0.0
eslint-config-prettier: ^6.3.0
Expand Down Expand Up @@ -2930,19 +2929,7 @@ __metadata:
languageName: node
linkType: hard

"cross-env@npm:^7.0.2":
version: 7.0.2
resolution: "cross-env@npm:7.0.2"
dependencies:
cross-spawn: ^7.0.1
bin:
cross-env: src/bin/cross-env.js
cross-env-shell: src/bin/cross-env-shell.js
checksum: dcfb07e279ca83abfe2205199a38d719bd9e1ba1dd4eed0878b12bb9b45132df0e7aea4a2fcf310b6845d232d2991488fafb30059261bb4c822fd12f71fe5e28
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2":
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
dependencies:
Expand Down

0 comments on commit a71f493

Please sign in to comment.