Skip to content

Commit 58931ec

Browse files
committed
pr feedback
1 parent cb6db4a commit 58931ec

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"react-dom": "^15.5.4"
8383
},
8484
"dependencies": {
85-
"@foxcomm/api-js": "^1.2.4",
85+
"@foxcomm/api-js": "^1.3.0",
8686
"@foxcomm/wings": "^1.9.12",
8787
"classnames": "^2.2.5",
8888
"core-decorators": "^0.19.0",
@@ -95,7 +95,6 @@
9595
"postcss-css-variables": "^0.7.0",
9696
"postcss-import": "^10.0.0",
9797
"postcss-nested": "^2.0.2",
98-
"prop-types": "^15.5.10",
9998
"react-image-gallery": "^0.8.0",
10099
"react-redux": "^5.0.5",
101100
"react-router": "2",

src/components/order-summary/summary-line-item.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
}
8080

8181
@media (--small-only), (--medium-only) {
82-
.content {
83-
84-
}
85-
8682
.product-data {
8783
flex-direction: column;
8884
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@foxcomm/api-js@^1.2.4":
6-
version "1.2.4"
7-
resolved "https://npm.foxcommerce.com:4873/@foxcomm%2fapi-js/-/api-js-1.2.4.tgz#c16ed546d0dd8c4657a412678d574302cde76d78"
5+
"@foxcomm/api-js@^1.3.0":
6+
version "1.3.0"
7+
resolved "https://npm.foxcommerce.com:4873/@foxcomm%2fapi-js/-/api-js-1.3.0.tgz#d564c55455fd99919fd68ad7d3a84171f11bb86c"
88
dependencies:
99
debug "^2.2.0"
1010
jwt-decode "^2.0.1"

0 commit comments

Comments
 (0)