Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 16, 2021
1 parent 3c80b06 commit 17e7c3b
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
node: circleci/node@4.5.1
node: circleci/node@4.7.0

references:
executor: &executor
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@octokit/rest": "18.6.0",
"chalk": "4.1.1",
"@octokit/rest": "18.9.1",
"chalk": "4.1.2",
"commander": "7.2.0",
"dotenv": "10.0.0",
"execa": "5.1.1",
"figlet": "1.5.0",
"figlet": "1.5.2",
"fs-extra": "10.0.0",
"gh-pages": "3.2.3",
"handlebars": "4.7.7",
Expand All @@ -45,31 +45,31 @@
"klaw": "3.0.0",
"lerna-changelog": "1.0.1",
"lodash": "4.17.21",
"netlify-cli": "5.3.1",
"netlify-cli": "5.4.16",
"ora": "5.4.1"
},
"devDependencies": {
"@types/figlet": "1.5.1",
"@types/figlet": "1.5.4",
"@types/fs-extra": "9.0.12",
"@types/gh-pages": "3.0.0",
"@types/gh-pages": "3.2.0",
"@types/handlebars-helpers": "0.5.3",
"@types/klaw": "3.0.2",
"@types/lodash": "4.14.172",
"@types/node": "14.17.3",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"@types/node": "14.17.9",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"@zendeskgarden/eslint-config": "20.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.29.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-notice": "0.9.10",
"husky": "6.0.0",
"markdownlint-cli": "0.27.1",
"prettier": "2.3.1",
"markdownlint-cli": "0.28.1",
"prettier": "2.3.2",
"prettier-package-json": "2.6.0",
"standard-version": "9.3.0",
"typescript": "4.3.4"
"standard-version": "9.3.1",
"typescript": "4.3.5"
},
"keywords": [
"cli",
Expand Down
Loading

0 comments on commit 17e7c3b

Please sign in to comment.