Adding new provider

This commit is contained in:
okbel 2021-05-26 17:05:07 -03:00
parent 59e1eaa9e6
commit f481ca6cf6
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,7 @@
"next": "^10.0.9-canary.5", "next": "^10.0.9-canary.5",
"next-seo": "^4.11.0", "next-seo": "^4.11.0",
"next-themes": "^0.0.4", "next-themes": "^0.0.4",
"postcss": "^8.2.8", "postcss": "^8.2.6",
"postcss-nesting": "^7.0.1", "postcss-nesting": "^7.0.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
@ -44,7 +44,7 @@
"shopify-buy": "^2.11.0", "shopify-buy": "^2.11.0",
"swr": "^0.4.0", "swr": "^0.4.0",
"tabbable": "^5.1.5", "tabbable": "^5.1.5",
"tailwindcss": "^2.0.4" "tailwindcss": "^2.0.3"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^1.20.0", "@graphql-codegen/cli": "^1.20.0",

View File

@ -1,6 +1,5 @@
module.exports = { module.exports = {
plugins: [ plugins: [
'@tailwindcss/jit',
'postcss-nesting', 'postcss-nesting',
'postcss-flexbugs-fixes', 'postcss-flexbugs-fixes',
[ [