saleor: update deps

This commit is contained in:
Zaiste 2021-05-11 14:39:19 +02:00
parent 8e29a0b010
commit e0ee2580bd
No known key found for this signature in database
GPG Key ID: 15DF7EBC7F2FFE35
2 changed files with 5 additions and 6 deletions

View File

@ -5,4 +5,3 @@ export { default as checkoutLineItemUpdateMutation } from './checkout-line-item-
export { default as checkoutLineItemRemoveMutation } from './checkout-line-item-remove'
export { default as customerAccessTokenCreateMutation } from './customer-access-token-create'
export { default as customerAccessTokenDeleteMutation } from './customer-access-token-delete'
export { default as customerActivateByUrlMutation } from './customer-activate-by-url'

View File

@ -30,14 +30,14 @@
"email-validator": "^2.0.4",
"immutability-helper": "^3.1.1",
"js-cookie": "^2.2.1",
"keen-slider": "^5.4.0",
"keen-slider": "^5.4.1",
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "10.2.0",
"next": "10.2.1-canary.5",
"next-seo": "^4.24.0",
"next-themes": "^0.0.14",
"postcss": "^8.2.14",
"postcss": "^8.2.15",
"postcss-nesting": "8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -67,11 +67,11 @@
"deepmerge": "^4.2.2",
"graphql": "^15.5.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"lint-staged": "^11.0.0",
"next-unused": "^0.0.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
},
"husky": {