Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Sep 21, 2019
1 parent d2183b3 commit cc25b6d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,16 @@
]
},
"dependencies": {
"@ant-design/icons": "^4.0.0-alpha.8",
"antd": "^4.0.0-alpha.2",
"core-js": "^3.2.1",
"koa": "^2.8.1",
"mini-xmind": "^1.3.1",
"mini-xmind": "^1.3.2",
"mysql": "^2.17.1",
"puppeteer-core": "^1.19.0",
"react-lazyload": "^2.6.2",
"typescript": "^3.5.3"
"puppeteer-core": "^1.20.0",
"typescript": "^3.6.3"
},
"devDependencies": {
"@ant-design/icons": "^4.0.0-alpha.8",
"@types/blueimp-md5": "^2.7.0",
"@types/fs-extra": "^8.0.0",
"@types/koa-bodyparser": "^4.3.0",
Expand All @@ -64,36 +63,37 @@
"@types/prettier": "^1.18.2",
"@types/puppeteer-core": "^1.9.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.8.5",
"@types/react-dom": "^16.9.0",
"@types/react-lazyload": "^2.5.0",
"@types/react-router-dom": "^4.3.4",
"@types/request": "^2.48.2",
"@types/react-router-dom": "^4.3.5",
"@types/request": "^2.48.3",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/supertest": "^2.0.8",
"blueimp-md5": "^2.11.1",
"blueimp-md5": "^2.12.0",
"chalk": "^2.4.2",
"cross-env": "^6.0.0",
"date-fns": "^2.0.0-beta.2",
"date-fns": "^2.2.1",
"fs-extra": "^8.1.0",
"gh-pages": "^2.1.1",
"github-markdown-css": "^3.0.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lint-staged": "^9.2.3",
"lint-staged": "^9.2.5",
"marked": "^0.7.0",
"mockdate": "^2.0.5",
"moment-locales-webpack-plugin": "^1.1.0",
"npm-run-all": "^4.1.5",
"post-compile-webpack-plugin": "^0.1.2",
"react-lazyload": "^2.6.2",
"react-router-dom": "^5.0.1",
"rimraf": "^3.0.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"supertest": "^4.0.2",
"toml": "^3.0.0",
"walk": "^2.3.14",
"webpack-bundle-analyzer": "^3.4.1"
"webpack-bundle-analyzer": "^3.5.1"
}
}

0 comments on commit cc25b6d

Please sign in to comment.