Skip to content

Commit

Permalink
build: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Oct 30, 2024
1 parent da76436 commit 119d6c8
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 6 deletions.
97 changes: 94 additions & 3 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,18 @@
},
"homepage": "https://federicotartarini.github.io/jsthermalcomfort/",
"devDependencies": {
"@jest/globals": "^29.7.0",
"documentation": "^14.0.2",
"github-slugger": "^2.0.0",
"highlight.js": "^11.8.0",
"jest": "^29.6.2",
"jsdoc": "^4.0.2",
"lodash": "^4.17.21",
"prettier": "3.0.2",
"typescript": "^5.1.6",
"@jest/globals": "^29.7.0"
"typescript": "^5.1.6"
},
"dependencies": {
"mathjs": "^11.11.2"
"mathjs": "^11.11.2",
"node-fetch": "^3.3.2"
}
}

0 comments on commit 119d6c8

Please sign in to comment.