Comparing version 7.0.23 to 7.0.24
@@ -13,5 +13,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.4", | ||
"@babel/runtime": "^7.20.1", | ||
"decimal.js": "^10.4.2", | ||
"tslib": "^2.4.0" | ||
"tslib": "^2.4.1" | ||
}, | ||
@@ -21,9 +21,9 @@ "description": "A little test utility to travel into the future.", | ||
"@babel/cli": "^7.19.3", | ||
"@babel/core": "^7.19.6", | ||
"@babel/core": "^7.20.2", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/register": "^7.18.9", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-angular": "^17.1.0", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-angular": "^17.2.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
@@ -34,3 +34,3 @@ "@types/sinon": "^10.0.13", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.27.0", | ||
"eslint-config-holy-grail": "^52.0.33", | ||
@@ -60,3 +60,3 @@ "grunt": "^1.5.3", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.33", | ||
"tslint-config-holy-grail": "^53.2.34", | ||
"typescript": "^4.8.4", | ||
@@ -94,3 +94,3 @@ "webpack": "^5.74.0" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.23" | ||
"version": "7.0.24" | ||
} |
Updated@babel/runtime@^7.20.1
Updatedtslib@^2.4.1