Skip to content

Commit

Permalink
fix: update dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanxzy authored Dec 8, 2019
1 parent 286f3ec commit 80e6688
Show file tree
Hide file tree
Showing 2 changed files with 798 additions and 865 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,40 @@
"author": "cchanxzy",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^7.0.18",
"@types/enzyme": "^3.1.14",
"@types/jest": "^24.0.18",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"@types/enzyme": "^3.10.4",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.15",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"awesome-typescript-loader": "^5.2.1",
"codecov": "^3.6.1",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^6.7.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.17.0",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.4",
"husky": "^3.1.0",
"jest": "^25.0.0",
"lint-staged": "^9.4.3",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"react": "^16.9.0",
"react-dom": "^16.5.2",
"react-hot-loader": "^4.3.11",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.18",
"semantic-release": "^15.13.31",
"source-map-loader": "^0.2.4",
"ts-jest": "^24.0.2",
"typescript": "^3.7.2",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.14"
"ts-jest": "^24.2.0",
"typescript": "^3.7.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"peerDependencies": {
"react": "^16.9.0"
Expand Down
Loading

0 comments on commit 80e6688

Please sign in to comment.