Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix: update dependencies (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Jul 17, 2020
1 parent 397e58e commit ffc6421
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 217 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
],
"dependencies": {
"chalk": "^4.1.0",
"lodash": "^4.17.15",
"yeoman-generator": "4.10.1",
"lodash": "^4.17.19",
"yeoman-generator": "4.11.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"@octokit/rest": "^16.35.2",
"@types/chalk": "^2.2.0",
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.155",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.13",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.157",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.23",
"@types/yeoman-environment": "^2.3.3",
"@types/yeoman-generator": "^3.1.4",
"@types/yeoman-test": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@verdaccio/eslint-config": "^9.3.2",
"@verdaccio/types": "^8.5.2",
"eslint": "^7.2.0",
"@verdaccio/types": "^9.7.0",
"eslint": "^7.4.0",
"express": "^4.17.1",
"get-stdin": "^7.0.0",
"gulp": "4.0.2",
Expand All @@ -44,11 +44,11 @@
"gulp-line-ending-corrector": "^1.0.1",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"semantic-release": "^17.0.8",
"standard-version": "^8.0.0",
"typescript": "^3.9.5",
"semantic-release": "^17.1.1",
"standard-version": "^8.0.2",
"typescript": "^3.9.7",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^2.6.0"
"yeoman-test": "^2.7.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit ffc6421

Please sign in to comment.