Skip to content

Commit

Permalink
5.3.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shopgate-deployer committed May 7, 2018
1 parent 278d7f7 commit d57d166
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 47 deletions.
2 changes: 1 addition & 1 deletion extensions/@shopgate-product-reviews
2 changes: 1 addition & 1 deletion extensions/@shopgate-tracking-ga-native
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "5.3.0-beta.1",
"version": "5.3.0-beta.3",
"packages": [
"extensions/*/frontend",
"libraries/*",
Expand Down
10 changes: 5 additions & 5 deletions libraries/commerce/package.json
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]>",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions libraries/common/package.json
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]>",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions libraries/core/package.json
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",
Expand All @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions libraries/tracking-core/package.json
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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions libraries/tracking/package.json
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]>",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions libraries/webcheckout/package.json
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]>",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion themes/gmd
Submodule gmd updated 2 files
+1 −1 extension-config.json
+9 −9 package.json
2 changes: 1 addition & 1 deletion themes/ios11
2 changes: 1 addition & 1 deletion utils/eslint-config/package.json
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",
Expand Down
4 changes: 2 additions & 2 deletions utils/unit-tests/package.json
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",
Expand All @@ -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"
Expand Down
13 changes: 0 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d57d166

Please sign in to comment.