Skip to content

Commit

Permalink
[ts] Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Jan 20, 2024
1 parent a63b3e4 commit 7a5f153
Show file tree
Hide file tree
Showing 2 changed files with 541 additions and 519 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,29 @@
"ol": "^7 || ^8"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.8",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/geojson": "7946.0.13",
"@types/node": "20.10.5",
"@types/node-fetch": "^2.6.9",
"@types/node": "20.11.5",
"@types/node-fetch": "^2.6.11",
"@types/stream-buffers": "3.0.7",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-v8": "^1.1.0",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "8.56.0",
"jsts": "2.11.0",
"local-web-server": "^5.3.0",
"local-web-server": "^5.3.1",
"node-fetch": "^3.3.2",
"ol": "8.2.0",
"prettier": "3.1.1",
"rollup": "4.9.1",
"prettier": "3.2.4",
"rollup": "4.9.5",
"stream-buffers": "3.0.2",
"typedoc": "0.25.4",
"typedoc": "0.25.7",
"typescript": "5.3.3",
"vitest": "^1.1.0",
"web-streams-polyfill": "3.2.1"
"vitest": "^1.2.1",
"web-streams-polyfill": "3.3.2"
}
}
Loading

0 comments on commit 7a5f153

Please sign in to comment.