Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2021
1 parent 4887798 commit eae48dc
Show file tree
Hide file tree
Showing 3 changed files with 1,433 additions and 1,072 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
node-executor:
docker:
- image: circleci/node:10.21
- image: circleci/node:10.24
working_directory: /tmp/repo

commands:
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,36 @@
"release": "cd package && npx semantic-release"
},
"resolutions": {
"micromatch": "4.0.2"
"micromatch": "4.0.4"
},
"devDependencies": {
"@commitlint/config-conventional": "9.0.1",
"@commitlint/config-conventional": "9.1.2",
"@types/benchmark": "1.0.33",
"@types/jest": "26.0.3",
"@types/node": "12.12.47",
"@types/jest": "26.0.23",
"@types/node": "12.20.14",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/eslint-plugin-tslint": "3.5.0",
"@typescript-eslint/eslint-plugin-tslint": "3.10.1",
"@typescript-eslint/parser": "2.34.0",
"benchmark": "2.1.4",
"commitizen": "4.1.2",
"commitlint": "9.0.1",
"cz-conventional-changelog": "3.2.0",
"eslint": "7.4.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.18.0",
"eslint-plugin-jsdoc": "28.6.1",
"husky": "4.2.5",
"jest": "26.1.0",
"commitizen": "4.2.4",
"commitlint": "9.1.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.28.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsdoc": "28.7.0",
"husky": "4.3.8",
"jest": "26.6.3",
"microtime": "3.0.0",
"prettier": "2.0.5",
"pretty-quick": "2.0.1",
"prettier": "2.3.1",
"pretty-quick": "2.0.2",
"rimraf": "3.0.2",
"ts-jest": "26.1.1",
"ts-jest": "26.5.6",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"typescript": "3.9.6"
"tslint": "6.1.3",
"typescript": "3.9.9"
},
"dependencies": {
"ts-toolbelt": "^4.12.0"
Expand Down
Loading

0 comments on commit eae48dc

Please sign in to comment.