@iadvize-oss/hello-1-monorepo
Advanced tools
Comparing version 0.1.6-beta.1-canary-cbb2003-1582239089471 to 0.1.6-beta.1-canary-d514e8b-1582706332581
@@ -11,6 +11,4 @@ # Changelog | ||
### Changed | ||
- misc: bump @types/jest from 25.1.2 to 25.1.3 in /packages/hello-1 | ||
### Changed | ||
- misc: bump ts-jest from 25.2.0 to 25.2.1 in /packages/hello-1 | ||
- update dev deps | ||
@@ -17,0 +15,0 @@ ## [0.1.5] |
{ | ||
"name": "@iadvize-oss/hello-1-monorepo", | ||
"version": "0.1.6-beta.1-canary-cbb2003-1582239089471", | ||
"version": "0.1.6-beta.1-canary-d514e8b-1582706332581", | ||
"description": "Package 1 in hello world monorepo", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"test:js": "jest --coverage", | ||
"lint:js": "echo \"no lint\"", | ||
"lint:js": "eslint . --ext .js,.jsx,.ts,.tsx,.json,.d.ts --cache", | ||
"bump-changelog": "VERSION=$(cat package.json | jq '.version') && remark CHANGELOG.md -o --use @jarrodldavis/changelog-version-bump=version:$VERSION", | ||
@@ -38,2 +38,4 @@ "docs": "typedoc" | ||
"@babel/preset-env": "^7.8.4", | ||
"@iadvize-oss/eslint-config": "^0.1.1", | ||
"@iadvize-oss/eslint-config-jest": "0.0.4", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
@@ -43,2 +45,3 @@ "@rollup/plugin-commonjs": "^11.0.1", | ||
"babel-jest": "^25.1.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0", | ||
@@ -51,3 +54,3 @@ "remark-cli": "^7.0.1", | ||
"ts-jest": "^25.2.1", | ||
"tslib": "^1.10.0", | ||
"tslib": "^1.11.0", | ||
"typedoc": "^0.16.10", | ||
@@ -54,0 +57,0 @@ "typescript": "^3.8.2" |
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
3085
19