@matrixai/workers
Advanced tools
Comparing version 1.3.7 to 1.4.0
{ | ||
"name": "@matrixai/workers", | ||
"version": "1.3.7", | ||
"version": "1.4.0", | ||
"author": "Roger Qiu", | ||
@@ -26,4 +26,4 @@ "description": "Multithreaded Workers", | ||
"dependencies": { | ||
"@matrixai/async-init": "^1.8.4", | ||
"@matrixai/errors": "^1.1.7", | ||
"@matrixai/async-init": "^1.9.1", | ||
"@matrixai/errors": "^1.2.0", | ||
"@matrixai/logger": "^3.1.0", | ||
@@ -33,26 +33,26 @@ "threads": "^1.6.5" | ||
"devDependencies": { | ||
"@swc/core": "^1.3.62", | ||
"@swc/jest": "^0.2.26", | ||
"@types/jest": "^28.1.3", | ||
"@types/node": "^18.15.0", | ||
"@typescript-eslint/eslint-plugin": "^5.45.1", | ||
"@typescript-eslint/parser": "^5.45.1", | ||
"@swc/core": "1.3.82", | ||
"@swc/jest": "^0.2.29", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.5.7", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"benny": "^3.7.1", | ||
"common-tags": "^1.8.2", | ||
"eslint": "^8.15.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^28.1.1", | ||
"jest-extended": "^3.0.1", | ||
"jest-junit": "^14.0.0", | ||
"prettier": "^2.6.2", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^5.0.0-alpha.2", | ||
"jest": "^29.6.2", | ||
"jest-extended": "^4.0.0", | ||
"jest-junit": "^16.0.0", | ||
"prettier": "^3.0.0", | ||
"shx": "^0.3.4", | ||
"systeminformation": "^5.12.1", | ||
"ts-jest": "^28.0.5", | ||
"systeminformation": "^5.18.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^3.9.0", | ||
"typedoc": "^0.23.21", | ||
"typescript": "^4.9.3" | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33244
Updated@matrixai/async-init@^1.9.1
Updated@matrixai/errors@^1.2.0