-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c448e8f
commit 784bc10
Showing
16 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
Submodule @shopgate-product-reviews
updated
2 files
+1 −1 | extension-config.json | |
+6 −6 | frontend/package.json |
Submodule @shopgate-tracking-ga-native
updated
2 files
+1 −1 | extension-config.json | |
+5 −5 | frontend/package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/pwa-common-commerce", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Commerce library for the Shopgate Connect PWA.", | ||
"license": "Apache-2.0", | ||
"author": "Shopgate <[email protected]>", | ||
|
@@ -24,11 +24,11 @@ | |
"reselect": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/pwa-common": "^5.3.0-beta.6", | ||
"@shopgate/pwa-core": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common": "^5.3.0-beta.7", | ||
"@shopgate/pwa-core": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7", | ||
"@shopgate/react-hammerjs": "^0.5.3", | ||
"@shopgate/tracking-core": "^5.3.0-beta.6", | ||
"@shopgate/tracking-core": "^5.3.0-beta.7", | ||
"coveralls": "^3.0.0", | ||
"jest": "^22.4.2", | ||
"lodash": "^4.17.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/pwa-common", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Common library for the Shopgate Connect PWA.", | ||
"license": "Apache-2.0", | ||
"author": "Shopgate <[email protected]>", | ||
|
@@ -44,9 +44,9 @@ | |
"url-search-params": "^0.10.0" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-core": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6", | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-core": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7", | ||
"@shopgate/react-hammerjs": "^0.5.3", | ||
"coveralls": "^3.0.0", | ||
"jest": "^22.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/pwa-core", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Core library for the Shopgate Connect PWA.", | ||
"author": "Support <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -24,7 +24,7 @@ | |
"isomorphic-fetch": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"coveralls": "^3.0.0", | ||
"jest": "^22.0.4" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/tracking-core", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Tracking core library for the Shopgate Connect PWA.", | ||
"author": "Shopgate <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -19,8 +19,8 @@ | |
"test": "mocha --recursive --compilers js:babel-core/register ./tests/CoreTest ./tests/FbPixelTest ./tests/UnifiedTest ./tests/GaBaseTest ./tests/BaseTest ./tests/AppHandlerTest ./tests/urlMappingTest ./tests/helperTest" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-core": "^5.3.0-beta.6", | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-core": "^5.3.0-beta.7", | ||
"babel-preset-latest": "^6.24.1", | ||
"chai": "^3.5.0", | ||
"jest": "^22.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/pwa-tracking", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Tracking library for the Shopgate Connect PWA.", | ||
"license": "Apache-2.0", | ||
"author": "Shopgate <[email protected]>", | ||
|
@@ -19,12 +19,12 @@ | |
"cover": "jest --coverage" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common-commerce": "^5.3.0-beta.6", | ||
"@shopgate/pwa-core": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6", | ||
"@shopgate/tracking-core": "^5.3.0-beta.6", | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common-commerce": "^5.3.0-beta.7", | ||
"@shopgate/pwa-core": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7", | ||
"@shopgate/tracking-core": "^5.3.0-beta.7", | ||
"coveralls": "^3.0.0", | ||
"jest": "^22.4.2", | ||
"react": "^16.3.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@shopgate/pwa-ui-ios", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Shopgate's iOS UI components.", | ||
"main": "index.js", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6" | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@shopgate/pwa-ui-material", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Shopgate's material design UI components.", | ||
"main": "index.js", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6" | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@shopgate/pwa-ui-shared", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Shopgate's shared UI components.", | ||
"main": "index.js", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common-commerce": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6" | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common-commerce": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/pwa-webcheckout-shopify", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Webcheckout Shopify library for the Shopgate Connect PWA.", | ||
"license": "Apache-2.0", | ||
"author": "Shopgate <[email protected]>", | ||
|
@@ -21,10 +21,10 @@ | |
"cover": "jest --coverage" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/pwa-common": "^5.3.0-beta.6", | ||
"@shopgate/pwa-core": "^5.3.0-beta.6", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.6", | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"@shopgate/pwa-common": "^5.3.0-beta.7", | ||
"@shopgate/pwa-core": "^5.3.0-beta.7", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.7", | ||
"coveralls": "^3.0.0", | ||
"jest": "^22.4.2", | ||
"react": "^16.3.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/eslint-config", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Eslint configuration for the Shopgate Connect projects.", | ||
"author": "Shopgate <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopgate/pwa-unit-test", | ||
"version": "5.3.0-beta.6", | ||
"version": "5.3.0-beta.7", | ||
"description": "Unit test setup for the Shopgate Connect PWA.", | ||
"author": "Shopgate <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -18,7 +18,7 @@ | |
"react-test-renderer": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
"@shopgate/eslint-config": "^5.3.0-beta.6", | ||
"@shopgate/eslint-config": "^5.3.0-beta.7", | ||
"jest": "^22.4.2", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2" | ||
|