Version 1.0.4.1 open Links in new Tab for polylines and devices work it without disablePolylineEvents(window.polylines);

This commit is contained in:
ISA
2024-09-05 06:48:06 +02:00
parent 9e4a229248
commit 42ea03677b
12 changed files with 1808 additions and 23 deletions

View File

@@ -24,7 +24,9 @@
"build": "next build",
"start": "next start",
"export": "next export",
"test": "jest"
"test": "jest",
"cypress": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -34,6 +36,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"cypress": "^13.14.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",