This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 7373 }
7474 },
7575 "dependencies" : {
76- "immutable" : " ^4.0.0-rc.12" ,
7776 "invariant" : " ^2.2.4"
7877 },
7978 "devDependencies" : {
Original file line number Diff line number Diff line change 3636 /* Module Resolution Options */
3737 // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
3838 "baseUrl" : " ./" /* Base directory to resolve non-absolute module names. */ ,
39- "paths" : {
40- "immutable" : [" node_modules/immutable/dist/immutable.d.ts" ]
41- } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ ,
4239 // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
4340 // "typeRoots": [], /* List of folders to include type definitions from. */
4441 // "types": [], /* Type declaration files to be included in compilation. */
Original file line number Diff line number Diff line change @@ -2367,11 +2367,6 @@ iconv-lite@0.4.24:
23672367 dependencies :
23682368 safer-buffer ">= 2.1.2 < 3"
23692369
2370- immutable@^4.0.0-rc.12 :
2371- version "4.0.0-rc.12"
2372- resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.12.tgz#ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217"
2373- integrity sha512-0M2XxkZLx/mi3t8NVwIm1g8nHoEmM9p9UBl/G9k4+hm0kBgOVdMV/B3CY5dQ8qG8qc80NN4gDV4HQv6FTJ5q7A==
2374-
23752370immutable@~3.7.6 :
23762371 version "3.7.6"
23772372 resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
You can’t perform that action at this time.
0 commit comments