compilerr
Advanced tools
Comparing version 11.0.7 to 11.0.8
@@ -16,14 +16,14 @@ { | ||
"indefinite-article": "0.0.2", | ||
"tslib": "^2.6.0" | ||
"tslib": "^2.6.1" | ||
}, | ||
"description": "A kind of templating system to compile errors.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.22.6", | ||
"@babel/core": "^7.22.6", | ||
"@babel/cli": "^7.22.9", | ||
"@babel/core": "^7.22.9", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.6", | ||
"@babel/preset-env": "^7.22.6", | ||
"@babel/plugin-transform-runtime": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/register": "^7.22.5", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-angular": "^17.6.6", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-angular": "^17.6.7", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -33,4 +33,4 @@ "chai": "^4.3.7", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-holy-grail": "^57.2.13", | ||
"eslint": "^8.45.0", | ||
"eslint-config-holy-grail": "^57.2.17", | ||
"grunt": "^1.6.1", | ||
@@ -53,11 +53,11 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.26.0", | ||
"rollup": "^3.26.3", | ||
"sinon": "^15.2.0", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.4.4", | ||
"tsconfig-holy-grail": "^14.0.7", | ||
"tsconfig-holy-grail": "^14.0.8", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^55.0.3", | ||
"tslint-config-holy-grail": "^55.0.4", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.88.1" | ||
"webpack": "^5.88.2" | ||
}, | ||
@@ -88,2 +88,7 @@ "engines": { | ||
"scripts": { | ||
"build": "rimraf build/* && tsc --project src/tsconfig.json && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node", | ||
"lint": "npm run lint:config && npm run lint:src && npm run lint:test", | ||
"lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", | ||
"lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts", | ||
"lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/", | ||
"prepare": "husky install", | ||
@@ -94,3 +99,3 @@ "prepublishOnly": "grunt build", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "11.0.7" | ||
"version": "11.0.8" | ||
} |
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
33124
60
542
Updatedtslib@^2.6.1