Skip to content

Commit

Permalink
update to preact@8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 10, 2017
1 parent 2bdc4e1 commit ff893ed
Show file tree
Hide file tree
Showing 3 changed files with 1,825 additions and 1,332 deletions.
6 changes: 3 additions & 3 deletions config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ module.exports = env => {
},
resolve: {
alias: {
// you may need `preact-compat` instead!
'react': 'preact/aliases',
'react-dom': 'preact/aliases'
// Run `npm install preact-compat --save`
// 'react': 'preact-compat',
// 'react-dom': 'preact-compat'
}
},
module: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"md-colors": "^1.0.0",
"preact": "^7.2.0",
"preact-router": "^2.4.1"
"preact": "^8.1.0",
"preact-router": "^2.5.4"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
Expand Down
Loading

0 comments on commit ff893ed

Please sign in to comment.