Skip to content

Commit

Permalink
update tailwind, other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
taddison committed Mar 13, 2021
1 parent 6892e52 commit 8b99435
Show file tree
Hide file tree
Showing 3 changed files with 1,084 additions and 4,539 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@
"format": "prettier --ignore-path .gitignore --write \"**/*.{js,json,md}\""
},
"dependencies": {
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"next": "^10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"@tailwindcss/ui": "^0.3.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.3.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"postcss": "^8.2.8",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"tailwindcss": "^1.4.6"
"tailwindcss": "^2.0.3",
"@tailwindcss/forms": "^0.2.1"
}
}
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
},
},
variants: {},
plugins: [require('@tailwindcss/ui')],
plugins: [require('@tailwindcss/forms')],
};
Loading

0 comments on commit 8b99435

Please sign in to comment.