Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Nov 16, 2024
1 parent 11199a9 commit 9e32d92
Show file tree
Hide file tree
Showing 2 changed files with 663 additions and 1,733 deletions.
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,28 @@
],
"license": "(EDL-1.0 OR EPL-1.0)",
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/preset-env": "7.24.5",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"chai": "5.1.0",
"chai": "5.1.2",
"codecov": "3.8.3",
"eslint": "9.2.0",
"eslint": "9.15.0",
"expect.js": "0.3.1",
"jquery": "3.7.1",
"jsdoc": "4.0.3",
"jsdom": "24.0.0",
"mocha": "10.4.0",
"jsdoc": "4.0.4",
"jsdom": "25.0.1",
"mocha": "10.8.2",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"rollup": "4.17.2"
"nyc": "17.1.0",
"rollup": "4.27.2"
},
"dependencies": {
"fastpriorityqueue": "^0.7.5"
},
"type": "module",
"engines": {
"node": ">= 16"
"node": ">= 18"
},
"repository": {
"type": "git",
Expand All @@ -59,8 +58,5 @@
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"build-jsdoc": "jsdoc -c doc/jsdoc.json",
"build": "rollup -c rollup.config.js -o dist/jsts.min.js"
},
"dependencies": {
"fastpriorityqueue": "^0.7.5"
}
}
Loading

0 comments on commit 9e32d92

Please sign in to comment.