Skip to content

Commit

Permalink
Move node-fetch and some types back as proper deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanz committed Aug 23, 2024
1 parent 2ecbd4f commit c1ed748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
},
"homepage": "https://github.com/elastic/ems-client#readme",
"dependencies": {
"@types/geojson": "7946.0.14",
"@types/topojson-client": "3.1.4",
"chroma-js": "^2.6.0",
"lodash": "^4.17.21",
"lru-cache": "^4.1.5",
"maplibre-gl": "3.1.0",
"node-fetch": "2.7.0",
"semver": "^7.6.3",
"topojson-client": "^3.1.0"
},
Expand All @@ -47,14 +50,12 @@
"@eslint/js": "9.9.0",
"@types/chroma-js": "2.4.4",
"@types/eslint__js": "8.42.3",
"@types/geojson": "7946.0.14",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/lru-cache": "5.1.1",
"@types/node-fetch": "2.6.11",
"@types/node": "20.16.1",
"@types/semver": "7.5.8",
"@types/topojson-client": "3.1.4",
"@types/topojson-specification": "1.0.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -65,7 +66,6 @@
"globals": "15.9.0",
"husky": "9.1.5",
"jest": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.4",
"typescript-eslint": "7.18.0",
Expand Down

0 comments on commit c1ed748

Please sign in to comment.