Skip to content

Commit

Permalink
fix: node 10 in prs
Browse files Browse the repository at this point in the history
  • Loading branch information
lshadler committed Sep 27, 2021
1 parent 7a92029 commit a6e1094
Show file tree
Hide file tree
Showing 2 changed files with 2,425 additions and 981 deletions.
78 changes: 42 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,63 @@
"author": "Lucas Shadler @sumwatshade",
"bugs": "https://github.com/sumwatshade/plugin-update/issues",
"dependencies": {
"@oclif/color": "^0.1.0",
"@oclif/command": "^1.7.0",
"@oclif/config": "^1.16.0",
"@oclif/errors": "^1.3.4",
"@types/semver": "^7.3.4",
"cli-ux": "^5.5.1",
"cross-spawn": "^7.0.3",
"debug": "^4.3.1",
"filesize": "^6.1.0",
"fs-extra": "^9.0.1",
"http-call": "^5.3.0",
"lodash": "^4.17.21",
"log-chopper": "^1.0.2",
"semver": "^7.3.4",
"tar-fs": "^2.1.1"
"@oclif/color": "0.1.0",
"@oclif/command": "1.7.0",
"@oclif/config": "1.16.0",
"@oclif/errors": "1.3.4",
"@types/semver": "7.3.4",
"cli-ux": "5.5.1",
"cross-spawn": "7.0.3",
"debug": "4.3.1",
"filesize": "6.1.0",
"fs-extra": "9.0.1",
"http-call": "5.3.0",
"lodash": "4.17.21",
"log-chopper": "1.0.2",
"semver": "7.3.4",
"tar-fs": "2.1.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"@oclif/plugin-help": "^3",
"@oclif/semantic-release": "^3.1.5",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.2.15",
"@types/cross-spawn": "^6.0.2",
"@oclif/dev-cli": "1.26.0",
"@oclif/plugin-help": "3",
"@oclif/semantic-release": "3.1.5",
"@oclif/test": "1.2.8",
"@types/chai": "4.2.15",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.5",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.3",
"@types/fs-extra": "8.0.1",
"@types/glob": "7.1.3",
"@types/jest": "26.0.23",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/supports-color": "^7.2.0",
"@types/write-json-file": "^3.2.1",
"@types/lodash": "4.14.168",
"@types/node": "14.14.31",
"@types/supports-color": "7.2.0",
"@types/write-json-file": "3.2.1",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"chai": "^4.3.0",
"chai": "4.3.0",
"eslint": "7.27.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-config-oclif": "3.1.0",
"eslint-config-oclif-typescript": "0.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"globby": "^11.0.2",
"globby": "11.0.2",
"jest": "27.0.1",
"prettier": "2.3.0",
"qqjs": "^0.3.11",
"semantic-release": "^17.4.3",
"qqjs": "0.3.11",
"semantic-release": "17.1.2",
"ts-jest": "27.0.1",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"ts-node": "9.1.1",
"tslib": "2.1.0",
"typescript": "4.1.3"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"resolutions": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.10"
},
"files": [
"oclif.manifest.json",
Expand Down
Loading

0 comments on commit a6e1094

Please sign in to comment.