Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Aug 15, 2022
1 parent af20841 commit 55fe9aa
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 52 deletions.
2 changes: 1 addition & 1 deletion dist/numero.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/numero.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* decimal.js v10.4.0
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
* MIT Licence
*/

/**
* @license
* Copyright 2017 Google LLC. All Rights Reserved.
Expand Down
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ module.exports = function(config) {
concurrency: Infinity
})
}

92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "numero",
"version": "0.3.0",
"version": "0.3.1",
"description": "A friendly and intuitive math library for p5.js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@tensorflow/tfjs": "^3.19.0",
"@tidyjs/tidy": "^2.4.6",
"@tidyjs/tidy": "^2.5.1",
"d3-array": "^3.2.0",
"dayjs": "^1.11.4",
"mathjs": "^10.6.4",
"dayjs": "^1.11.5",
"mathjs": "^11.0.1",
"ts-toolbelt": "^9.6.0"
}
}

0 comments on commit 55fe9aa

Please sign in to comment.