Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 76d6e70

Browse files
authored
Merge pull request #399 from TrySound/drop-immutable
Drop immutable
2 parents 6883236 + c5ba185 commit 76d6e70

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
}
7474
},
7575
"dependencies": {
76-
"immutable": "^4.0.0-rc.12",
7776
"invariant": "^2.2.4"
7877
},
7978
"devDependencies": {

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
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. */

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -2367,11 +2367,6 @@ [email protected]:
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-
23752370
immutable@~3.7.6:
23762371
version "3.7.6"
23772372
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"

0 commit comments

Comments
 (0)