Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
Move types to dev libs
  • Loading branch information
hannes-mk committed Nov 23, 2023
1 parent 5552d5e commit 56e9c24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/date-fns": "2.6.0",
"@types/lodash": "4.14.202",
"@types/mathjs": "9.4.2",
"bun-types": "latest"
},
"peerDependencies": {
"typescript": "5.0.0"
},
"dependencies": {
"@types/date-fns": "2.6.0",
"@types/lodash": "4.14.201",
"@types/mathjs": "9.4.2",
"date-fns": "2.30.0",
"lodash": "4.17.21",
"mathjs": "12.0.0",
"mathjs": "12.1.0",
"nodeplotlib": "1.1.2"
}
}

0 comments on commit 56e9c24

Please sign in to comment.