mirror of
https://github.com/maputnik/editor.git
synced 2026-02-25 05:50:00 +00:00
Temp fix using patch-package for maplibre-inspect issue (#885)
This is a temporary fix for: - #871 The fix is using `patch-package` to fix the part of the code that is causing the issue, I believe. Initial tests shows that this is fixing the issue, I hope it is not introducing other issues. A proper fix and also using the maplibre package will be done once a repo is migrated as can be expected after the following PR is resolved: - https://github.com/maplibre/maplibre/issues/359
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"lint": "eslint ./src ./cypress --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
||||
"test": "cypress run",
|
||||
"cy:open": "cypress open",
|
||||
"lint-css": "stylelint \"src/styles/*.scss\""
|
||||
"lint-css": "stylelint \"src/styles/*.scss\"",
|
||||
"install": "patch-package"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -49,6 +50,7 @@
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^6.14.1",
|
||||
"ol-mapbox-style": "^7.1.1",
|
||||
"patch-package": "^8.0.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-accessible-accordion": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user