diff --git a/package-lock.json b/package-lock.json index c19696f07..469be939b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "i18next-resources-to-backend": "1.2.1", "iframe-resizer-react": "1.1.0", "immer": "9.0.6", - "immutable": "4.0.0-rc.12", + "immutable": "4.3.8", "is-ci": "2.0.0", "jquery": "3.7.1", "jquery-typeahead": "2.11.1", @@ -14508,6 +14508,7 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -15664,7 +15665,9 @@ } }, "node_modules/immutable": { - "version": "4.0.0-rc.12", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.8.tgz", + "integrity": "sha512-d/Ld9aLbKpNwyl0KiM2CT1WYvkitQ1TSvmRtkcV8FKStiDoA7Slzgjmb/1G2yhKM1p0XeNOieaTbFZmU1d3Xuw==", "license": "MIT" }, "node_modules/import-fresh": { diff --git a/package.json b/package.json index f90908e6c..0f52b561d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "i18next-resources-to-backend": "1.2.1", "iframe-resizer-react": "1.1.0", "immer": "9.0.6", - "immutable": "4.0.0-rc.12", + "immutable": "4.3.8", "is-ci": "2.0.0", "jquery": "3.7.1", "jquery-typeahead": "2.11.1", diff --git a/tsconfig.json b/tsconfig.json index 156b4abc4..e25c75e09 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "allowJs": true, "sourceMap": false, + "skipLibCheck": true, "noImplicitAny": true, "noImplicitThis": true, "noImplicitReturns": true,