From e0ee2580bdff39b86b2fa19d991cda021f1844db Mon Sep 17 00:00:00 2001 From: Zaiste Date: Tue, 11 May 2021 14:39:19 +0200 Subject: [PATCH] saleor: update deps --- framework/saleor/utils/mutations/index.ts | 1 - package.json | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/framework/saleor/utils/mutations/index.ts b/framework/saleor/utils/mutations/index.ts index db97566fd..3a16d7cec 100644 --- a/framework/saleor/utils/mutations/index.ts +++ b/framework/saleor/utils/mutations/index.ts @@ -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' diff --git a/package.json b/package.json index 843e9a59a..990c8936d 100644 --- a/package.json +++ b/package.json @@ -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": {