Skip to content

Commit be281b6

Browse files
authored
chore: unused devDependencies (patw0929#385)
* chore: unused eslint-plugin-security * chore: unused dotenv * revert: Revert "chore: unused eslint-plugin-security" This reverts commit e8c9d36. * chore: duplicate babel-core * chore: unused extract-text-webpack-plugin * revert: Revert "chore: duplicate babel-core" This reverts commit 73d961f. * chore: cross-env
1 parent dce8b11 commit be281b6

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@
6666
"babel-plugin-react-docgen": "^2.0.2",
6767
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
6868
"coveralls": "^2.11.9",
69-
"cross-env": "^6.0.3",
7069
"css-loader": "^1.0.1",
7170
"css-modules-require-hook": "^4.0.1",
72-
"dotenv": "^4.0.0",
7371
"enzyme": "^3.3.0",
7472
"enzyme-adapter-react-16": "^1.5.0",
7573
"eslint": "^7.32.0",
@@ -82,7 +80,6 @@
8280
"eslint-plugin-prettier": "^3.1.2",
8381
"eslint-plugin-react": "^7.11.0",
8482
"eslint-plugin-security": "^1.3.0",
85-
"extract-text-webpack-plugin": "^4.0.0-beta.0",
8683
"file-loader": "^2.0.0",
8784
"husky": "^4.2.3",
8885
"identity-obj-proxy": "^3.0.0",
@@ -120,7 +117,7 @@
120117
"deploy": "storybook-to-ghpages -- --ci",
121118
"lint": "eslint src *.js",
122119
"coverage": "yarn run test -- --coverage",
123-
"coveralls": "cross-env NODE_ENV=development cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
120+
"coveralls": "NODE_ENV=development cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
124121
"test": "jest src",
125122
"test:watch": "jest src --watchAll --coverage",
126123
"footprint": "yarn build && yarn packwatch",

yarn.lock

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ async-limiter@~1.0.0:
26692669
version "1.0.0"
26702670
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
26712671

2672-
async@^2.1.4, async@^2.4.1, async@^2.5.0:
2672+
async@^2.1.4, async@^2.5.0:
26732673
version "2.6.1"
26742674
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
26752675
dependencies:
@@ -4984,13 +4984,6 @@ create-react-class@^15.6.2:
49844984
loose-envify "^1.3.1"
49854985
object-assign "^4.1.1"
49864986

4987-
cross-env@^6.0.3:
4988-
version "6.0.3"
4989-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
4990-
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
4991-
dependencies:
4992-
cross-spawn "^7.0.0"
4993-
49944987
[email protected], cross-spawn@^6.0.0, cross-spawn@^6.0.5:
49954988
version "6.0.5"
49964989
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -5706,10 +5699,6 @@ dotenv-webpack@^1.5.7:
57065699
dependencies:
57075700
dotenv-defaults "^1.0.2"
57085701

5709-
dotenv@^4.0.0:
5710-
version "4.0.0"
5711-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d"
5712-
57135702
dotenv@^5.0.1:
57145703
version "5.0.1"
57155704
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
@@ -6608,15 +6597,6 @@ extglob@^2.0.4:
66086597
snapdragon "^0.8.1"
66096598
to-regex "^3.0.1"
66106599

6611-
extract-text-webpack-plugin@^4.0.0-beta.0:
6612-
version "4.0.0-beta.0"
6613-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz#f7361d7ff430b42961f8d1321ba8c1757b5d4c42"
6614-
dependencies:
6615-
async "^2.4.1"
6616-
loader-utils "^1.1.0"
6617-
schema-utils "^0.4.5"
6618-
webpack-sources "^1.1.0"
6619-
66206600
66216601
version "1.3.0"
66226602
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"

0 commit comments

Comments
 (0)