Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Apr 24, 2024
1 parent daed8ed commit 5b9acb1
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
170 changes: 85 additions & 85 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "olcs",
"version": "2.19.2",
"version": "2.20.0",
"description": "OpenLayers Cesium integration and plugin library",
"scripts": {
"test": "node --enable-source-maps --import @swc-node/register/esm-register --test src/olcs/*.test.ts",
Expand Down Expand Up @@ -76,21 +76,21 @@
"ol": "7 || 8 || 9"
},
"devDependencies": {
"@babel/parser": "7.24.0",
"@babel/parser": "7.24.4",
"@mapbox/geojsonhint": "3.3.0",
"@swc-node/register": "1.9.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"cesium": "1.115.0",
"eslint": "8.57.0",
"eslint-config-openlayers": "12.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"ol": "9.0.0",
"parcel": "2.12.0",
"proj4": "2.10.0",
"proj4": "2.11.0",
"recast": "0.23.6",
"typedoc": "0.25.12",
"typescript": "5.4.2"
"typedoc": "0.25.13",
"typescript": "5.4.5"
}
}

0 comments on commit 5b9acb1

Please sign in to comment.