Skip to content

Commit

Permalink
Update Cypress related packages (maplibre#903)
Browse files Browse the repository at this point in the history
Let's see if this adds the relevant information to the CI run details.
CC: @ShellyDCMS
  • Loading branch information
HarelM authored May 29, 2024
1 parent 41cd7df commit c82c615
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 160 deletions.
172 changes: 14 additions & 158 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@cypress/code-coverage": "^3.12.30",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^5.0.5",
"@shellygo/cypress-test-utils": "^2.0.52",
"@shellygo/cypress-test-utils": "^2.1.9",
"@types/codemirror": "^5.60.15",
"@types/color": "^3.0.6",
"@types/cors": "^2.8.17",
Expand Down Expand Up @@ -120,7 +120,7 @@
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"cors": "^2.8.5",
"cypress": "^13.7.2",
"cypress": "^13.10.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/MapOpenLayers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {throttle} from 'lodash';
import MapMaplibreGlLayerPopup from './MapMaplibreGlLayerPopup';

import 'ol/ol.css'
//@ts-ignore
import {apply} from 'ol-mapbox-style';
import {Map, View, Overlay} from 'ol';

Expand Down

0 comments on commit c82c615

Please sign in to comment.