Skip to content

Commit

Permalink
fixup! fix: change package manager script
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <[email protected]>
  • Loading branch information
olexii4 committed Oct 29, 2024
1 parent ba02c09 commit 89cd28e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
1 change: 0 additions & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ENV BACKEND=packages/dashboard-backend
COPY ${BACKEND}/package.json /dashboard/${BACKEND}/

COPY .yarn/releases/yarn-*.cjs /dashboard/.yarn/releases/
COPY .yarnrc.yml /dashboard/
WORKDIR /dashboard
RUN yarn install --network-timeout 3600000
COPY packages/ /dashboard/packages
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"resolutions": {
"@adobe/css-tools": "^4.3.2",
"@kubernetes/client-node": "^0.22.1",
"@hapi/hoek": "^10.0.1",
"axios": "^1.7.4",
"braces": "^3.0.3",
Expand All @@ -51,7 +50,6 @@
"undici": "^5.28.3",
"find-my-way": "9.0.1",
"webpack": "^5.94.0",
"ws": "^8.17.1",
"jsonpath-plus": "10.1.0"
"ws": "^8.17.1"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@devfile/api": "2.3.0-1721400636",
"@kubernetes/client-node": "^0.21.0",
"@kubernetes/client-node": "^0.22.1",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "3.0.0",
"@fastify/websocket": "^10.0.1",
"@kubernetes/client-node": "^0.21.0",
"@kubernetes/client-node": "^0.22.1",
"args": "^5.0.3",
"axios": "^1.7.0",
"fastify": "^4.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@devfile/api": "2.3.0-1721400636",
"@eclipse-che/api": "^7.86.0",
"@kubernetes/client-node": "^0.21.0",
"@kubernetes/client-node": "^0.22.1",
"@react-mock/state": "^0.1.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/yarn/old_version/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@
resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.3.tgz#3aeaa2e5fa45d89de116aeafbfa41c95935b7f6d"
integrity sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==

"@kubernetes/client-node@^0.21.0", "@kubernetes/client-node@^0.22.1":
"@kubernetes/client-node@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@kubernetes/client-node/-/client-node-0.22.1.tgz#b5a1a9a3e946c873a5f2a4c5daf989667cdfb9a7"
integrity sha512-bNz2uoxJTA/m10h2TsM5e021I9OndpxYYj5hGdHnrmhA+Dk56ohhbbvnJz7TADTEgyBHQ6NAT0QrILypbdFusQ==
Expand Down Expand Up @@ -5736,7 +5736,7 @@ jsonfile@^6.0.1:
optionalDependencies:
graceful-fs "^4.1.6"

jsonpath-plus@10.1.0, jsonpath-plus@^10.0.0:
jsonpath-plus@^10.0.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz#e8724c721ac60ff2db667066131b1a2c992ffcf0"
integrity sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ __metadata:
resolution: "@eclipse-che/common@workspace:packages/common"
dependencies:
"@devfile/api": 2.3.0-1721400636
"@kubernetes/client-node": ^0.21.0
"@kubernetes/client-node": ^0.22.1
"@types/jest": ^29.5.3
"@typescript-eslint/eslint-plugin": ^6.3.0
"@typescript-eslint/parser": ^6.3.0
Expand Down Expand Up @@ -584,7 +584,7 @@ __metadata:
"@fastify/swagger": ^8.14.0
"@fastify/swagger-ui": 3.0.0
"@fastify/websocket": ^10.0.1
"@kubernetes/client-node": ^0.21.0
"@kubernetes/client-node": ^0.22.1
"@types/args": ^5.0.0
"@types/fs-extra": ^11.0.1
"@types/jest": ^29.5.3
Expand Down Expand Up @@ -635,7 +635,7 @@ __metadata:
dependencies:
"@devfile/api": 2.3.0-1721400636
"@eclipse-che/api": ^7.86.0
"@kubernetes/client-node": ^0.21.0
"@kubernetes/client-node": ^0.22.1
"@patternfly/react-core": ^4.276.11
"@patternfly/react-icons": ^4.93.7
"@patternfly/react-table": ^4.113.3
Expand Down Expand Up @@ -7955,7 +7955,7 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:10.1.0":
"jsonpath-plus@npm:^10.0.0":
version: 10.1.0
resolution: "jsonpath-plus@npm:10.1.0"
dependencies:
Expand Down

0 comments on commit 89cd28e

Please sign in to comment.