compilerr
Advanced tools
Comparing version 9.0.23 to 9.0.24
import { IParameterObject } from '../interfaces'; | ||
export declare type TRenderFunction = (parts: IParameterObject) => string; | ||
export type TRenderFunction = (parts: IParameterObject) => string; | ||
//# sourceMappingURL=render-function.d.ts.map |
@@ -21,14 +21,14 @@ { | ||
"@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.2.0", | ||
"@commitlint/config-angular": "^17.2.0", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-angular": "^17.3.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.7", | ||
"commitizen": "^4.2.5", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-holy-grail": "^52.0.33", | ||
@@ -38,3 +38,3 @@ "grunt": "^1.5.3", | ||
"grunt-sh": "^0.2.0", | ||
"husky": "^8.0.1", | ||
"husky": "^8.0.2", | ||
"karma": "^6.4.1", | ||
@@ -54,3 +54,3 @@ "karma-chrome-launcher": "^3.1.1", | ||
"rollup": "^2.79.1", | ||
"sinon": "^14.0.1", | ||
"sinon": "^14.0.2", | ||
"sinon-chai": "^3.7.0", | ||
@@ -61,4 +61,4 @@ "ts-loader": "^9.4.1", | ||
"tslint-config-holy-grail": "^53.2.34", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.74.0" | ||
"typescript": "^4.9.3", | ||
"webpack": "^5.75.0" | ||
}, | ||
@@ -94,3 +94,3 @@ "engines": { | ||
"types": "build/es2019/module.d.ts", | ||
"version": "9.0.23" | ||
"version": "9.0.24" | ||
} |
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
38571