Skip to content

Commit

Permalink
Merge pull request #84 from gadget-inc/bump-mqt
Browse files Browse the repository at this point in the history
Update all dependencies + fix ensureRegistered bug
  • Loading branch information
thegedge committed May 13, 2024
2 parents 5f3020f + 3b65711 commit ebb9e0f
Show file tree
Hide file tree
Showing 26 changed files with 618 additions and 715 deletions.
5 changes: 4 additions & 1 deletion bench/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ void suite
.on("complete", function (this: Suite) {
console.profileEnd();
})
.run({ async: true });
.run({
async: true,
initCount: 100
});
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
},
"dependencies": {
"lodash.memoize": "^4.1.2",
"mobx": "^6.5.0",
"mobx-state-tree": "^5.3.0",
"reflect-metadata": "^0.1.13"
"mobx": "^6.12.3",
"mobx-state-tree": "^6.0.0",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@codspeed/benchmark.js-plugin": "^2.2.0",
"@faker-js/faker": "^7.6.0",
"@codspeed/benchmark.js-plugin": "^3.1.0",
"@faker-js/faker": "^8.4.1",
"@gadgetinc/eslint-config": "^0.6.1",
"@gadgetinc/prettier-config": "^0.4.0",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@swc/core": "^1.5.5",
"@swc/jest": "^0.2.36",
"@types/benchmark": "^2.1.5",
"@types/find-root": "^1.1.4",
"@types/jest": "^29.5.8",
"@types/jest": "^29.5.12",
"@types/lodash.memoize": "^4.1.9",
"@types/node": "^18.18.9",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"benchmark": "^2.1.4",
Expand All @@ -56,9 +56,9 @@
"jest": "^29.7.0",
"lodash": "^4.17.21",
"microtime": "^3.1.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"volta": {
"node": "18.12.1"
Expand Down

0 comments on commit ebb9e0f

Please sign in to comment.