Skip to content

Commit

Permalink
⬆️ upgrade playground dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Apr 15, 2021
1 parent bf77f48 commit cc82dca
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 487 deletions.
3 changes: 3 additions & 0 deletions playground/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
const path = require('path');

module.exports = {
future: {
webpack5: true
},
webpack(config) {
config.resolve = {
...config.resolve,
Expand Down
24 changes: 12 additions & 12 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"next": "10.0.7",
"postcss": "^8.2.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.3",
"twin.macro": "^2.3.0"
"@emotion/styled": "^11.3.0",
"next": "10.1.3",
"postcss": "^8.2.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.1.1",
"twin.macro": "^2.3.3"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.39",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-plugin-macros": "^3.0.1",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"license": "MIT"
}

0 comments on commit cc82dca

Please sign in to comment.