-
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
278d7f7
commit d57d166
Showing
14 changed files
with
34 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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/pwa-core": "^5.3.0-beta.1", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.1", | ||
"@shopgate/pwa-common": "^5.3.0-beta.3", | ||
"@shopgate/pwa-core": "^5.3.0-beta.3", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.3", | ||
"@shopgate/react-hammerjs": "^0.5.3", | ||
"@shopgate/tracking-core": "^5.3.0-beta.1", | ||
"@shopgate/tracking-core": "^5.3.0-beta.3", | ||
"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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/pwa-core": "^5.3.0-beta.1", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.1", | ||
"@shopgate/eslint-config": "^5.3.0-beta.3", | ||
"@shopgate/pwa-core": "^5.3.0-beta.3", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.3", | ||
"@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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/eslint-config": "^5.3.0-beta.3", | ||
"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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/pwa-core": "^5.3.0-beta.1", | ||
"@shopgate/eslint-config": "^5.3.0-beta.3", | ||
"@shopgate/pwa-core": "^5.3.0-beta.3", | ||
"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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/pwa-common": "^5.3.0-beta.1", | ||
"@shopgate/pwa-common-commerce": "^5.3.0-beta.1", | ||
"@shopgate/pwa-core": "^5.3.0-beta.1", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.1", | ||
"@shopgate/tracking-core": "^5.3.0-beta.1", | ||
"@shopgate/eslint-config": "^5.3.0-beta.3", | ||
"@shopgate/pwa-common": "^5.3.0-beta.3", | ||
"@shopgate/pwa-common-commerce": "^5.3.0-beta.3", | ||
"@shopgate/pwa-core": "^5.3.0-beta.3", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.3", | ||
"@shopgate/tracking-core": "^5.3.0-beta.3", | ||
"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/pwa-webcheckout-shopify", | ||
"version": "5.3.0-beta.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/pwa-common": "^5.3.0-beta.1", | ||
"@shopgate/pwa-core": "^5.3.0-beta.1", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.1", | ||
"@shopgate/eslint-config": "^5.3.0-beta.3", | ||
"@shopgate/pwa-common": "^5.3.0-beta.3", | ||
"@shopgate/pwa-core": "^5.3.0-beta.3", | ||
"@shopgate/pwa-unit-test": "^5.3.0-beta.3", | ||
"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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"version": "5.3.0-beta.3", | ||
"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.1", | ||
"@shopgate/eslint-config": "^5.3.0-beta.3", | ||
"jest": "^22.4.2", | ||
"react": "^16.3.2", | ||
"react-dom": "^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 |
---|---|---|
|
@@ -2057,13 +2057,6 @@ css-select@~1.2.0: | |
dependencies: | ||
lodash "^4.17.4" | ||
|
||
"css-spring@github:shopgate/css-spring": | ||
version "4.4.0" | ||
uid "2799c24e100cb5b646b44242e31a97d29404ca24" | ||
resolved "https://codeload.github.com/shopgate/css-spring/tar.gz/2799c24e100cb5b646b44242e31a97d29404ca24" | ||
dependencies: | ||
lodash "^4.17.4" | ||
|
||
[email protected]: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd" | ||
|
@@ -5927,12 +5920,6 @@ react-dotdotdot@^1.1.0: | |
dependencies: | ||
object.pick "^1.3.0" | ||
|
||
"react-hammerjs@git+https://github.com/JedWatson/react-hammerjs.git#master": | ||
version "1.0.1" | ||
resolved "git+https://github.com/JedWatson/react-hammerjs.git#14500eb2583654fac843ee9bd40f48fd4a65e818" | ||
dependencies: | ||
hammerjs "^2.0.8" | ||
|
||
react-helmet@^5.1.3: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-5.2.0.tgz#a81811df21313a6d55c5f058c4aeba5d6f3d97a7" | ||
|