This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 73
73
}
74
74
},
75
75
"dependencies" : {
76
- "immutable" : " ^4.0.0-rc.12" ,
77
76
"invariant" : " ^2.2.4"
78
77
},
79
78
"devDependencies" : {
Original file line number Diff line number Diff line change 36
36
/* Module Resolution Options */
37
37
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
38
38
"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'. */ ,
42
39
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
43
40
// "typeRoots": [], /* List of folders to include type definitions from. */
44
41
// "types": [], /* Type declaration files to be included in compilation. */
Original file line number Diff line number Diff line change 2367
2367
dependencies :
2368
2368
safer-buffer ">= 2.1.2 < 3"
2369
2369
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
-
2375
2370
immutable@~3.7.6 :
2376
2371
version "3.7.6"
2377
2372
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
You can’t perform that action at this time.
0 commit comments