Skip to content

Commit 8486563

Browse files
committed
Remove console-shim dependency
1 parent cd07763 commit 8486563

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"babel-loader": "8.0.5",
5252
"babel-plugin-transform-define": "^1.3.1",
5353
"codecov": "^3.0.0",
54-
"console-shim": "^1.0.3",
5554
"emotion-theming": "^10.0.10",
5655
"eslint": "6.2.2",
5756
"eslint-plugin-eslint-comments": "^3.1.2",

src/shims.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import values from 'object.values';
66
import includes from 'array-includes';
77
import 'raf/polyfill';
8-
import 'console-shim';
98

109
if (!Object.values) {
1110
values.shim();

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4091,11 +4091,6 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
40914091
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
40924092
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
40934093

4094-
console-shim@^1.0.3:
4095-
version "1.0.3"
4096-
resolved "https://registry.yarnpkg.com/console-shim/-/console-shim-1.0.3.tgz#d23509661e8ec1ec5fcf716891bf0263aee1ee78"
4097-
integrity sha1-0jUJZh6Owexfz3Fokb8CY67h7ng=
4098-
40994094
constants-browserify@^1.0.0:
41004095
version "1.0.0"
41014096
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"

0 commit comments

Comments
 (0)