From f55fe4abed68c3d2d0773e112bfc76be624bcc61 Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Fri, 29 Apr 2022 21:46:03 +0200 Subject: [PATCH] fix(dependencies): move patch-package to dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61102bc60..fd1970e9f 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "is-hotkey": "^0.2.0", "maplibre-gl": "^1.15.2", "match-sorter": "^6.2.0", + "patch-package": "^6.4.7", "react": "^18.0.0", "react-coordinate-input": "^1.0.0", "react-dom": "^18.0.0", @@ -70,7 +71,6 @@ "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "netlify-cli": "^8.3.0", - "patch-package": "^6.4.7", "prettier": "^2.3.2", "typescript": "^4.5.5", "webpack-bundle-analyzer": "^3.7.0",