Skip to content

Commit

Permalink
Upgrade to @cerner/package-json-lint-config-terra (cerner#3514)
Browse files Browse the repository at this point in the history
* Added package-json-lint-config-terra as a devDependency

* minor chnages

* minor change

* removed terra script

Co-authored-by: Saket Bajaj <[email protected]>
Co-authored-by: Ben Cai <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2021
1 parent dd1a75b commit 1ed022b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"eslintConfig": {
"extends": "@cerner/terra"
},
"package-json-lint": {
"extends": "@cerner/package-json-lint-config-terra/package-json-lint.config.js",
"projectType": "module"
},
"stylelint": {
"extends": "@cerner/stylelint-config-terra",
"rules": {
Expand All @@ -53,8 +57,9 @@
"jest": "jest",
"jest:coverage": "jest --coverage",
"link-parent-bin": "link-parent-bin",
"lint": "npm run lint:js && npm run lint:scss",
"lint": "npm run lint:js && npm run lint:scss && npm run lint:package-json",
"lint:js": "eslint --ext .js,.jsx .",
"lint:package-json": "terra package-json-lint",
"lint:scss": "stylelint 'packages/**/src/**/*.scss' --syntax scss",
"prepare-for-release": "terra prepare-for-release",
"pretest": "npm run lint",
Expand All @@ -79,6 +84,8 @@
"@cerner/browserslist-config-terra": "^3.1.0",
"@cerner/eslint-config-terra": "^5.0.0",
"@cerner/jest-config-terra": "^1.0.0",
"@cerner/package-json-lint": "^1.3.0",
"@cerner/package-json-lint-config-terra": "^1.2.0",
"@cerner/stylelint-config-terra": "^4.0.0",
"@cerner/terra-aggregate-translations": "^2.0.1",
"@cerner/terra-cli": "^1.6.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Updated dependencies to not be hard-coded.

## 6.35.0 - (September 21, 2021)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"lodash.uniqueid": "^4.0.1",
"mutationobserver-shim": "0.3.3",
"mutationobserver-shim": "<=0.3.3",
"prop-types": "^15.5.8",
"react-lifecycles-compat": "^3.0.2",
"terra-form-field": "^4.20.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Updated dependencies to not be hard-coded.

## 3.69.0 - (November 2, 2021)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"focus-trap-react": "^6.0.0",
"keycode-js": "^3.1.0",
"mutationobserver-shim": "0.3.3",
"mutationobserver-shim": "<=0.3.3",
"prop-types": "^15.5.8",
"react-portal": "^4.1.2",
"terra-button": "^3.60.0",
Expand Down

0 comments on commit 1ed022b

Please sign in to comment.