From fbb7ba691aa47ac319f169474de2cb2d26f59f66 Mon Sep 17 00:00:00 2001 From: Timo Tuominen Date: Mon, 26 Aug 2024 10:41:05 +0300 Subject: [PATCH] Remove yarn-related dependencies --- package-lock.json | 18 ------------------ package.json | 6 ++---- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 286e0734..ea2f2184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,8 +48,6 @@ "next-runtime-env": "^3.2.2", "plotly.js-locales": "^2.34.0", "polished": "^4.3.1", - "popper.js": "^1.16.1", - "postinstall-postinstall": "^2.1.0", "prop-types": "^15.8.1", "proper-lockfile": "^4.1.2", "react": "18.3.1", @@ -22920,16 +22918,6 @@ "resolved": "https://registry.npmjs.org/polybooljs/-/polybooljs-1.2.2.tgz", "integrity": "sha512-ziHW/02J0XuNuUtmidBc6GXE8YohYydp3DWPWXYsd7O721TjcmN+k6ezjdwkDqep+gnWnFY+yqZHvzElra2oCg==" }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/possible-typed-array-names": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", @@ -23148,12 +23136,6 @@ "node": ">=0.10.0" } }, - "node_modules/postinstall-postinstall": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz", - "integrity": "sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==", - "hasInstallScript": true - }, "node_modules/potpack": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz", diff --git a/package.json b/package.json index 65cb7a7c..227fcd6c 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,11 @@ "mapbox-gl": "^3.5.1", "next": "14.2.5", "next-auth": "beta", + "next-images": "^1.8.4", "next-intl": "^3.16.0", "next-runtime-env": "^3.2.2", - "polished": "^4.3.1", - "next-images": "^1.8.4", "plotly.js-locales": "^2.34.0", - "popper.js": "^1.16.1", - "postinstall-postinstall": "^2.1.0", + "polished": "^4.3.1", "prop-types": "^15.8.1", "proper-lockfile": "^4.1.2", "react": "18.3.1",