Skip to content

Commit 6861f9d

Browse files
committed
Remove loose-envify
1 parent 910aeb4 commit 6861f9d

File tree

2 files changed

+6
-222
lines changed

2 files changed

+6
-222
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"@types/hoist-non-react-statics": "^3.3.1",
5656
"@types/use-sync-external-store": "^0.0.3",
5757
"hoist-non-react-statics": "^3.3.2",
58-
"loose-envify": "^1.4.0",
5958
"react-is": "^18.0.0-beta-fdc1d617a-20211118",
6059
"use-sync-external-store": "1.0.0-beta-fdc1d617a-20211118"
6160
},
@@ -80,7 +79,6 @@
8079
"@testing-library/react": "13.0.0-alpha.4",
8180
"@testing-library/react-hooks": "^3.4.2",
8281
"@testing-library/react-native": "^7.1.0",
83-
"@types/create-react-class": "^15.6.3",
8482
"@types/object-assign": "^4.0.30",
8583
"@types/react": "^17.0.35",
8684
"@types/react-dom": "^17.0.11",
@@ -92,9 +90,7 @@
9290
"babel-eslint": "^10.1.0",
9391
"babel-jest": "^26.6.1",
9492
"codecov": "^3.8.0",
95-
"create-react-class": "^15.7.0",
9693
"cross-env": "^7.0.2",
97-
"es3ify": "^0.2.0",
9894
"eslint": "^7.12.0",
9995
"eslint-config-prettier": "^6.14.0",
10096
"eslint-plugin-import": "^2.22.1",
@@ -113,10 +109,5 @@
113109
"rollup-plugin-terser": "^7.0.2",
114110
"ts-jest": "26.5.6",
115111
"typescript": "^4.3.4"
116-
},
117-
"browserify": {
118-
"transform": [
119-
"loose-envify"
120-
]
121112
}
122113
}

0 commit comments

Comments
 (0)