@jalik/benchmark
Advanced tools
Comparing version 1.1.3 to 1.1.4
# Changelog | ||
## v1.1.4 | ||
- Upgraded dependencies | ||
## v1.1.3 | ||
@@ -4,0 +7,0 @@ - Added `esnext` and `sideEffects` in package.json |
{ | ||
"name": "@jalik/benchmark", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Utilities to benchmark code.", | ||
@@ -39,14 +39,14 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-syntax-export-default-from": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"eslint": "^7.13.0", | ||
"@babel/plugin-transform-runtime": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"eslint": "^7.18.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"jest": "^26.6.3", | ||
"typescript": "^4.0.5" | ||
"typescript": "^4.1.3" | ||
} | ||
} |
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
28455
13