File tree Expand file tree Collapse file tree 4 files changed +0
-108
lines changed
packages/react-devtools-shared/src/__tests__ Expand file tree Collapse file tree 4 files changed +0
-108
lines changed Original file line number Diff line number Diff line change 63
63
"glob-stream" : " ^6.1.0" ,
64
64
"google-closure-compiler" : " ^20200112.0.0" ,
65
65
"gzip-size" : " ^5.1.1" ,
66
- "identity-obj-proxy" : " ^3.0.0" ,
67
66
"jasmine-check" : " ^1.0.0-rc.0" ,
68
67
"jest" : " ^25.1.0" ,
69
68
"jest-diff" : " ^25.1.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ packages.forEach(name => {
43
43
] = `<rootDir>/build/node_modules/${ name } /$1` ;
44
44
} ) ;
45
45
46
- // https://jestjs.io/docs/en/webpack#mocking-css-modules
47
- moduleNameMapper [ '\\.(css|less)$' ] = 'identity-obj-proxy' ;
48
-
49
46
module . exports = Object . assign ( { } , baseConfig , {
50
47
// Redirect imports to the compiled bundles
51
48
moduleNameMapper,
Original file line number Diff line number Diff line change @@ -6591,11 +6591,6 @@ har-validator@~5.1.0:
6591
6591
ajv "^6.5.5"
6592
6592
har-schema "^2.0.0"
6593
6593
6594
- harmony-reflect@^1.4.6:
6595
- version "1.6.1"
6596
- resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.1.tgz#c108d4f2bb451efef7a37861fdbdae72c9bdefa9"
6597
- integrity sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA==
6598
-
6599
6594
has-ansi@^2.0.0:
6600
6595
version "2.0.0"
6601
6596
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -6943,13 +6938,6 @@ icss-utils@^2.1.0:
6943
6938
dependencies:
6944
6939
postcss "^6.0.1"
6945
6940
6946
- identity-obj-proxy@^3.0.0:
6947
- version "3.0.0"
6948
- resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14"
6949
- integrity sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=
6950
- dependencies:
6951
- harmony-reflect "^1.4.6"
6952
-
6953
6941
ieee754@^1.1.12, ieee754@^1.1.4:
6954
6942
version "1.1.13"
6955
6943
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
You can’t perform that action at this time.
0 commit comments