Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 28, 2022
1 parent 438b952 commit af49230
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 358 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.2.2.cjs → .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.2.3.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.1.0",
"@favware/cliff-jumper": "^1.8.7",
"@favware/npm-deprecate": "^1.0.5",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@sapphire/ts-config": "^3.3.4",
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
Expand All @@ -68,9 +68,9 @@
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^28.0.8",
"typedoc": "^0.23.10",
"typedoc": "^0.23.11",
"typedoc-plugin-mdn-links": "^2.0.0",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"files": [
"lib",
Expand Down Expand Up @@ -108,5 +108,5 @@
},
"gypfile": true,
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.2.2"
"packageManager": "yarn@3.2.3"
}

0 comments on commit af49230

Please sign in to comment.