Skip to content

Commit

Permalink
chore: upgrade deps and node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop Node v10 support
  • Loading branch information
geekdada committed Jul 8, 2020
1 parent 49702dd commit e3fc02b
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 348 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
},
"homepage": "https://surgio.royli.dev",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-angular": "^9.0.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@now/node": "^1.5.1",
"@types/bluebird": "^3.5.30",
"@types/bytes": "^3.1.0",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^8.1.0",
"@types/hapi__joi": "^16.0.12",
"@types/fs-extra": "^9.0.1",
"@types/hapi__joi": "^17.1.3",
"@types/inquirer": "^6.0.3",
"@types/koa": "^2.11.3",
"@types/koa-router": "^7.0.42",
"@types/listr": "^0.14.2",
"@types/lodash": "^4.14.150",
"@types/lru-cache": "^5.1.0",
"@types/node": "^10",
"@types/node": "^12",
"@types/nunjucks": "^3.1.3",
"@types/supertest": "^2.0.8",
"@types/urlsafe-base64": "^1.0.28",
"@types/yaml": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.5.1",
"ava": "^3.9.0",
"ava": "^3.10.1",
"codecov": "^3.5.0",
"coffee": "^5.3.0",
"conventional-changelog-cli": "^2.0.31",
Expand All @@ -50,7 +50,7 @@
"jsdom": "^16.2.2",
"lint-staged": "^10.1.7",
"nock": "^13.0.0-beta.3",
"np": "^6.2.2",
"np": "^6.3.1",
"npm-debug-log-cleaner": "^1.0.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
Expand All @@ -62,7 +62,7 @@
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.17.0",
"tslint-immutable": "^6.0.1",
"type-fest": "^0.13.1",
"type-fest": "^0.16.0",
"typescript": "^3.8.3",
"vuepress": "^1.5.1",
"vuepress-plugin-sitemap": "^2.3.1"
Expand All @@ -83,7 +83,7 @@
"docs:build": "vuepress build docs"
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@hapi/joi": "^17.1.1",
"@royli/hygen": "^5.0.4",
"@surgio/eslint-config-surgio": "^1.0.3",
"@surgio/logger": "^1.1.0",
Expand All @@ -98,21 +98,21 @@
"date-fns": "^2.12.0",
"debug": "^4.1.1",
"detect-newline": "^3.1.0",
"emoji-regex": "^8.0.0",
"emoji-regex": "^9.0.0",
"env2": "^2.2.2",
"eslint": "^6.6.0",
"execa": "^4.0.0",
"eslint": "^7.4.0",
"execa": "^4.0.3",
"filesize": "^6.1.0",
"fs-extra": "^9.0.0",
"get-port": "^5.1.0",
"global-agent": "^2.1.7",
"got": "^11.0.2",
"got": "11.4.0",
"http-errors": "^1.7.3",
"inquirer": "^7.1.0",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"koa-router": "^9.1.0",
"listr": "^0.14.3",
"lodash": "^4.17.12",
"lodash": "^4.17.17",
"lru-cache": "^5.1.1",
"merge-stream": "^2.0.0",
"node-dir": "^0.1.17",
Expand Down Expand Up @@ -151,7 +151,7 @@
]
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"lint-staged": {
"*.js": "eslint",
Expand Down
Loading

0 comments on commit e3fc02b

Please sign in to comment.