Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#286)
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] authored Jun 4, 2023
1 parent fe9f76c commit 06e3b1d
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 326 deletions.
403 changes: 202 additions & 201 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.0.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 @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@types/express": "^4.17.17",
"@types/node": "^18.16.16",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitest/coverage-c8": "^0.31.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.18.2",
Expand All @@ -48,9 +48,9 @@
"rimraf": "^5.0.1",
"supertest": "^6.3.3",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.31.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand All @@ -63,5 +63,5 @@
"lint-staged": {
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.0"
}
Loading

0 comments on commit 06e3b1d

Please sign in to comment.