Skip to content

Commit

Permalink
pin dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Aug 17, 2020
1 parent 806c21a commit 1f6b3c0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage
.vscode
.vscode
package-lock.json
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,50 +38,50 @@
"boilerplate"
],
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.0.0",
"cli-list": "^0.2.0",
"cli-spinners": "^1.0.0",
"configstore": "^3.0.0",
"cross-spawn": "^5.0.1",
"figures": "^2.0.0",
"fs-extra": "^5.0.0",
"fullname": "^4.0.1",
"generator-loopback": "^6.0.0",
"humanize-string": "^1.0.0",
"inquirer": "^6.0.0",
"insight": "^0.10.3",
"lodash": "^4.17.4",
"log-update": "^2.0.0",
"meow": "^3.0.0",
"async": "2.6.3",
"chalk": "1.1.3",
"cli-list": "0.2.0",
"cli-spinners": "1.3.1",
"configstore": "5.0.1",
"cross-spawn": "5.1.0",
"figures": "2.0.0",
"fs-extra": "5.0.0",
"fullname": "4.0.1",
"generator-loopback": "6.3.0",
"humanize-string": "1.0.2",
"inquirer": "6.5.2",
"insight": "0.10.3",
"lodash": "4.17.19",
"log-update": "2.3.0",
"meow": "3.7.0",
"nopt": "3.0.6",
"oe-environment": "git+http://evgit/oecloud.io/oe-environment.git#1.6.8",
"oe-npm-keyword": "git+http://evgit/oecloud.io/oe-npm-keyword.git#1.5.1",
"oe-package-json": "git+http://evgit/oecloud.io/oe-package-json.git#0.8.1",
"oe-starter-app": "git+http://evgit/oecloud.io/oe-starter-app.git#2.3.0",
"opn": "^4.0.2",
"parse-help": "^0.1.1",
"read-pkg-up": "^2.0.0",
"root-check": "^1.0.0",
"sort-on": "^2.0.0",
"string-length": "^1.0.0",
"tabtab": "^1.3.2",
"titleize": "^1.0.0",
"update-notifier": "^2.1.0",
"user-home": "^2.0.0"
"opn": "4.0.2",
"parse-help": "0.1.1",
"read-pkg-up": "2.0.0",
"root-check": "1.0.0",
"sort-on": "2.0.0",
"string-length": "1.0.1",
"tabtab": "1.3.2",
"titleize": "1.0.1",
"update-notifier": "2.5.0",
"user-home": "2.0.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^7.0.2",
"gulp-plumber": "^1.0.0",
"mocha": "^7.0.0",
"mockery": "^2.0.0",
"nock": "^9.0.5",
"proxyquire": "^1.0.1",
"registry-url": "^3.0.0",
"sinon": "^1.12.1",
"xo": "^0.18.1"
"gulp": "4.0.2",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "7.0.2",
"gulp-plumber": "1.2.1",
"mocha": "7.2.0",
"mockery": "2.1.0",
"nock": "9.6.1",
"proxyquire": "1.8.0",
"registry-url": "3.1.0",
"sinon": "2.4.1",
"xo": "0.25.3"
},
"xo": {
"space": true,
Expand All @@ -95,4 +95,4 @@
}
]
}
}
}

0 comments on commit 1f6b3c0

Please sign in to comment.