Skip to content

Commit

Permalink
Bump stencil utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Juned Kazi committed Jan 31, 2019
1 parent 599de36 commit 3faeaef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/js/theme/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ export default class Search extends CatalogPage {
selectedCategoryId: node.id,
prefix: 'category',
},
headers: {
'x-xsrf-token': window.BCData && window.BCData.csrf_token ? window.BCData.csrf_token : '',
},
}).done(data => {
const formattedResults = [];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@bigcommerce/stencil-utils": "^4.0.0",
"@bigcommerce/stencil-utils": "^4.1.0",
"creditcards": "^3.0.1",
"easyzoom": "^2.5.0",
"foundation-sites": "^5.5.3",
Expand Down

0 comments on commit 3faeaef

Please sign in to comment.