Skip to content

Commit

Permalink
build(deps): aggregated dependency checks, updates (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Mar 3, 2022
1 parent 346c179 commit e64dca4
Show file tree
Hide file tree
Showing 2 changed files with 714 additions and 25 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"build:js": "export NODE_ENV=production; webpack --config config/webpack.prod.config.js",
"build:post": "bash ./scripts/post.sh",
"build:pre": "bash ./scripts/pre.sh",
"build:deps": "ncu --doctor -u --doctorInstall \"yarn\" --doctorTest \"yarn test:deps\" --reject \"@patternfly/*, @redhat-cloud-services/frontend*, victory*\"",
"dev:chrome": "bash ./scripts/dev.chrome.sh -b prod-stable",
"release": "standard-version",
"start": "run-p -l api:dev start:js",
Expand All @@ -67,6 +68,7 @@
"test:ci": "export CI=true; jest ./src --coverage",
"test:clearCache": "jest --clearCache",
"test:dev": "export NODE_ENV=test; run-s test:spell test:lint test:local",
"test:deps": "run-s test build",
"test:integration": "jest ./tests",
"test:integration-dev": "jest --roots=./tests --watch",
"test:lint": "eslint --ext=json --ext=js --ext=jsx src",
Expand Down Expand Up @@ -148,6 +150,7 @@
"jest-resolve": "27.5.1",
"jest-watch-typeahead": "1.0.0",
"moxios": "^0.4.0",
"npm-check-updates": "^12.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"redux-mock-store": "^1.5.4",
Expand Down
Loading

0 comments on commit e64dca4

Please sign in to comment.