Skip to content

Commit

Permalink
chore(package.json): Update dependencies (#1254)
Browse files Browse the repository at this point in the history
* chore(package.json) Update dependencies

Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored May 21, 2021
1 parent 5c7e3ad commit bf42397
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"command-exists": "^1.2.9",
"countries-and-timezones": "^2.3.1",
"debug": "^4.3.1",
"eclipse-che": "git://github.com/eclipse/che#master",
"eclipse-che-devfile-workspace-operator": "git://github.com/devfile/devworkspace-operator#main",
"eclipse-che-operator": "git://github.com/eclipse-che/che-operator#main",
"eclipse-che-server": "git://github.com/eclipse-che/che-server#main",
"esprima": "^4.0.1",
"execa": "^4.0.3",
"fancy-test": "^1.4.9",
Expand Down Expand Up @@ -147,12 +147,12 @@
"repository": "che-incubator/chectl",
"scripts": {
"postinstall": "npm run -s postinstall-repositories && npm run -s postinstall-helm && npm run -s postinstall-cert-manager && npm run -s postinstall-operator && npm run -s postinstall-dev-workspace && npm run -s postinstall-cleanup",
"postinstall-helm": "rimraf templates/kubernetes && cpx 'node_modules/eclipse-che/deploy/kubernetes/**' 'templates/kubernetes'",
"postinstall-cert-manager": "rimraf templates/cert-manager && cpx 'node_modules/eclipse-che/deploy/cert-manager/**' 'templates/cert-manager'",
"postinstall-helm": "rimraf templates/kubernetes && cpx 'node_modules/eclipse-che-server/deploy/kubernetes/**' 'templates/kubernetes'",
"postinstall-cert-manager": "rimraf templates/cert-manager && cpx 'node_modules/eclipse-che-server/deploy/cert-manager/**' 'templates/cert-manager'",
"postinstall-dev-workspace": "rimraf templates/devworkspace && cpx 'node_modules/eclipse-che-devfile-workspace-operator/deploy/**' 'templates/devworkspace'",
"postinstall-operator": "rimraf templates/che-operator && cpx 'node_modules/eclipse-che-operator/deploy/**' 'templates/che-operator'",
"postinstall-repositories": "yarn upgrade eclipse-che eclipse-che-operator eclipse-che-devfile-workspace-operator",
"postinstall-cleanup": "rimraf node_modules/eclipse-che && rimraf node_modules/eclipse-che-operator",
"postinstall-repositories": "yarn upgrade eclipse-che-server eclipse-che-operator eclipse-che-devfile-workspace-operator",
"postinstall-cleanup": "rimraf node_modules/eclipse-che-server && rimraf node_modules/eclipse-che-operator",
"test": "jest --collect-coverage",
"posttest": "tslint -p test -t stylish",
"test-watch": "jest --watchAll",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2380,15 +2380,15 @@ ecc-jsbn@~0.1.1:

"eclipse-che-devfile-workspace-operator@git://github.com/devfile/devworkspace-operator#main":
version "0.0.0"
resolved "git://github.com/devfile/devworkspace-operator#9d77c2665371fd17b69f414e1f1e915668d82bfa"
resolved "git://github.com/devfile/devworkspace-operator#698baff5f24938a74db97490a564451e80091c36"

"eclipse-che-operator@git://github.com/eclipse-che/che-operator#main":
version "0.0.0"
resolved "git://github.com/eclipse-che/che-operator#0f2146a27000e724822505524c97db6e7ea243fc"
resolved "git://github.com/eclipse-che/che-operator#72f8d81cc7fe15d3ace93d5272a4443f8421b9d9"

"eclipse-che@git://github.com/eclipse/che#master":
"eclipse-che-server@git://github.com/eclipse-che/che-server#main":
version "0.0.0"
resolved "git://github.com/eclipse/che#41a62f646a32f4631816505b2d8e0b8d230cd9dd"
resolved "git://github.com/eclipse-che/che-server#578e36ecf3cf05512362b1a93729d79568c32482"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit bf42397

Please sign in to comment.