1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Uplift with-global-stylesheet example (#3076)

* Fix with-global-stylesheet example by depending on React≥16

* Bump other dependencies of with-global-stylesheet example
This commit is contained in:
Eric Redon 2017-10-11 21:32:45 +02:00 committed by Tim Neutkens
parent 10566b7da8
commit 96f5bcbd57

View file

@ -9,21 +9,21 @@
"author": "Davide Bertola <dade@dadeb.it>", "author": "Davide Bertola <dade@dadeb.it>",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"autoprefixer": "6.7.6", "autoprefixer": "7.1.5",
"babel-plugin-module-resolver": "2.5.0", "babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-wrap-in-js": "^1.1.0", "babel-plugin-wrap-in-js": "^1.1.0",
"glob": "7.1.1", "glob": "^7.1.2",
"next": "latest", "next": "latest",
"node-sass": "^4.4.0", "node-sass": "^4.4.0",
"normalize.css": "5.0.0", "normalize.css": "^7.0.0",
"postcss-easy-import": "2.0.0", "postcss-easy-import": "^3.0.0",
"postcss-loader": "1.3.3", "postcss-loader": "^2.0.7",
"raw-loader": "^0.5.1", "raw-loader": "^0.5.1",
"react": "^15.4.2", "react": "^16.0.0",
"react-dom": "^15.4.2", "react-dom": "^16.0.0",
"sass-loader": "^4.1.1" "sass-loader": "^6.0.6"
}, },
"devDependencies": { "devDependencies": {
"now": "^3.1.0" "now": "^8.3.10"
} }
} }