Skip to content

Commit 1928233

Browse files
committed
chore: remove script, update deps
1 parent e4e468f commit 1928233

File tree

5 files changed

+1475
-1305
lines changed

5 files changed

+1475
-1305
lines changed

DeltaSync/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"private": true,
77
"scripts": {
88
"start": "node build/index.js",
9-
"gcp-build": "cp -r /tmp/lib/common-connect /workspace && npm run build && npm pack ../common-connect && npm install common-connect*",
109
"start:dev": "concurrently -k \"tsc --watch\" \"nodemon -q build/index.js\"",
1110
"prebuild": "npm --prefix ../common-connect install && npm --prefix ../common-connect run build",
1211
"build": "rimraf ./build && tsc",

FullSync/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"private": true,
77
"scripts": {
88
"start": "node build/index.js",
9-
"gcp-build": "cp -r /tmp/lib/common-connect /workspace && npm run build && npm pack ../common-connect && npm install common-connect*",
109
"start:dev": "concurrently -k \"tsc --watch\" \"nodemon -q build/index.js\"",
1110
"prebuild": "npm --prefix ../common-connect install && npm --prefix ../common-connect run build",
1211
"build": "rimraf ./build && tsc",

MerchantCenterAkeneoSync/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
"@apollo/client": "3.7.14",
2626
"@babel/core": "^7.22.17",
2727
"@babel/runtime-corejs3": "^7.22.15",
28-
"@commercetools-frontend/actions-global": "22.35.0",
29-
"@commercetools-frontend/application-components": "22.35.0",
30-
"@commercetools-frontend/application-config": "^22.35.0",
31-
"@commercetools-frontend/application-shell": "22.35.0",
32-
"@commercetools-frontend/application-shell-connectors": "22.35.0",
33-
"@commercetools-frontend/assets": "22.35.0",
34-
"@commercetools-frontend/babel-preset-mc-app": "22.35.0",
35-
"@commercetools-frontend/constants": "22.35.0",
36-
"@commercetools-frontend/eslint-config-mc-app": "22.35.0",
37-
"@commercetools-frontend/i18n": "22.35.0",
38-
"@commercetools-frontend/jest-preset-mc-app": "22.35.0",
39-
"@commercetools-frontend/l10n": "22.35.0",
40-
"@commercetools-frontend/mc-dev-authentication": "22.35.0",
41-
"@commercetools-frontend/mc-scripts": "22.35.0",
42-
"@commercetools-frontend/permissions": "22.35.0",
28+
"@commercetools-frontend/actions-global": "22.37.0",
29+
"@commercetools-frontend/application-components": "22.37.0",
30+
"@commercetools-frontend/application-config": "^22.37.0",
31+
"@commercetools-frontend/application-shell": "22.37.0",
32+
"@commercetools-frontend/application-shell-connectors": "22.37.0",
33+
"@commercetools-frontend/assets": "22.37.0",
34+
"@commercetools-frontend/babel-preset-mc-app": "22.37.0",
35+
"@commercetools-frontend/constants": "22.37.0",
36+
"@commercetools-frontend/eslint-config-mc-app": "22.37.0",
37+
"@commercetools-frontend/i18n": "22.37.0",
38+
"@commercetools-frontend/jest-preset-mc-app": "22.37.0",
39+
"@commercetools-frontend/l10n": "22.37.0",
40+
"@commercetools-frontend/mc-dev-authentication": "22.37.0",
41+
"@commercetools-frontend/mc-scripts": "22.37.0",
42+
"@commercetools-frontend/permissions": "22.37.0",
4343
"@commercetools-test-data/channel": "8.5.0",
4444
"@commercetools-test-data/commons": "8.5.0",
4545
"@commercetools-test-data/core": "8.5.0",

0 commit comments

Comments
 (0)