diff --git a/packages/math/package.json b/packages/math/package.json index 66954af3ae..89575ac1b6 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -45,9 +45,14 @@ "devDependencies": { "@types/bn.js": "^4.11.6", "eslint": "^7.5", + "glob": "^7.1.6", + "jasmine": "^3.5", + "jasmine-spec-reporter": "^6", "karma": "^6.1.1", "nyc": "^15.1.0", "prettier": "^2.0.5", + "ses": "^0.11.0", + "source-map-support": "^0.5.19", "typedoc": "^0.20", "typescript": "~4.0", "webpack": "^5.32.0" diff --git a/yarn.lock b/yarn.lock index adf61469d4..47aca5f03e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -641,9 +641,14 @@ __metadata: "@types/bn.js": ^4.11.6 bn.js: ^4.11.8 eslint: ^7.5 + glob: ^7.1.6 + jasmine: ^3.5 + jasmine-spec-reporter: ^6 karma: ^6.1.1 nyc: ^15.1.0 prettier: ^2.0.5 + ses: ^0.11.0 + source-map-support: ^0.5.19 typedoc: ^0.20 typescript: ~4.0 webpack: ^5.32.0