Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 11, 2023
1 parent e3ee496 commit 4ab68d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"flatqueue": "^2.0.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
"eslint": "^8.45.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"eslint": "^8.49.0",
"eslint-config-mourner": "^3.0.0",
"rbush": "^3.0.1",
"rbush-knn": "^3.0.1",
"rollup": "^3.26.3",
"typescript": "^5.1.6"
"rollup": "^3.29.1",
"typescript": "^5.2.2"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"emitDeclarationOnly": true,
"declaration": true,
"target": "es2017",
"module": "nodenext",
"moduleResolution": "nodenext"
},
"files": [
Expand Down

0 comments on commit 4ab68d7

Please sign in to comment.