Skip to content

Commit

Permalink
deps: 升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Apr 24, 2020
1 parent 659a723 commit bb43dc7
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 246 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://surgio.royli.dev",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@now/node": "^1.5.0",
"@now/node": "^1.5.1",
"@types/bluebird": "^3.5.30",
"@types/bytes": "^3.1.0",
"@types/debug": "^4.1.5",
Expand All @@ -31,38 +31,38 @@
"@types/koa": "^2.11.3",
"@types/koa-router": "^7.0.42",
"@types/listr": "^0.14.2",
"@types/lodash": "^4.14.144",
"@types/lodash": "^4.14.150",
"@types/lru-cache": "^5.1.0",
"@types/node": "^10",
"@types/nunjucks": "^3.1.3",
"@types/supertest": "^2.0.8",
"@types/urlsafe-base64": "^1.0.28",
"@types/yaml": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.4.0",
"ava": "^3.7.0",
"@types/yaml": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.4.1",
"ava": "^3.7.1",
"codecov": "^3.5.0",
"coffee": "^5.2.2",
"coffee": "^5.3.0",
"conventional-changelog-cli": "^2.0.31",
"eslint": "^6.6.0",
"husky": "^4.2.3",
"husky": "^4.2.5",
"ini": "^1.3.5",
"jsdom": "^16.2.2",
"lint-staged": "^10.1.2",
"lint-staged": "^10.1.7",
"nock": "^12.0.3",
"np": "^6.2.0",
"np": "^6.2.2",
"npm-debug-log-cleaner": "^1.0.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
"sinon": "^9.0.1",
"source-map-support": "^0.5.13",
"sinon": "^9.0.2",
"source-map-support": "^0.5.18",
"supertest": "^4.0.2",
"ts-node": "^8.8.2",
"ts-node": "^8.9.0",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.17.0",
"tslint-immutable": "^6.0.1",
"type-fest": "^0.13.0",
"type-fest": "^0.13.1",
"typescript": "^3.8.3",
"vuepress": "^1.4.0",
"vuepress": "^1.4.1",
"vuepress-plugin-sitemap": "^2.3.1"
},
"scripts": {
Expand All @@ -81,23 +81,24 @@
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@surgio/logger": "^1.0.0",
"ali-oss": "^6.4.0",
"@surgio/logger": "^1.1.0",
"ali-oss": "^6.7.0",
"bluebird": "^3.7.2",
"bytes": "^3.1.0",
"chalk": "^4.0.0",
"common-bin": "^2.8.3",
"cross-env": "^7.0.2",
"date-fns": "^2.11.1",
"date-fns": "^2.12.0",
"debug": "^4.1.1",
"detect-newline": "^3.1.0",
"emoji-regex": "^8.0.0",
"env2": "^2.2.2",
"execa": "^4.0.0",
"filesize": "^6.1.0",
"fs-extra": "^9.0.0",
"get-port": "^5.1.0",
"global-agent": "^2.1.7",
"got": "^10.7.0",
"got": "^11.0.2",
"http-errors": "^1.7.3",
"hygen": "^5.0.3",
"inquirer": "^7.1.0",
Expand All @@ -109,14 +110,14 @@
"merge-stream": "^2.0.0",
"node-dir": "^0.1.17",
"nunjucks": "^3.2.1",
"ora": "^4.0.2",
"query-string": "^6.12.0",
"ora": "^4.0.4",
"query-string": "^6.12.1",
"rimraf": "^3.0.0",
"shelljs": "^0.8.3",
"update-notifier": "^4.1.0",
"urlsafe-base64": "^1.0.0",
"winston": "^3.2.1",
"yaml": "^1.8.3"
"yaml": "^1.9.2"
},
"ava": {
"failFast": true,
Expand Down
Loading

0 comments on commit bb43dc7

Please sign in to comment.