Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Jan 15, 2020
1 parent d6ce043 commit 54cf5c0
Show file tree
Hide file tree
Showing 2 changed files with 1,545 additions and 1,228 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^4.4.1",
"styled-components": "^5.0.0",
"styled-reset": "^4.0.8"
},
"devDependencies": {
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/preset-react": "^7.8.0",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"auto-changelog": "^1.16.2",
Expand All @@ -56,7 +56,7 @@
"gh-pages": "^2.2.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.0.7",
"husky": "^4.0.9",
"installed-check-core": "^3.0.0",
"interpolate-html-plugin": "^3.0.0",
"lint-staged": "^9.5.0",
Expand All @@ -77,5 +77,8 @@
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"peerDependencies": {
"react-is": "^16.12.0"
}
}
Loading

0 comments on commit 54cf5c0

Please sign in to comment.