Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 18, 2022
1 parent c06c603 commit 1913c9b
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 887 deletions.
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.2.1.cjs
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,9 +9,9 @@
"test": "yarn lint && vitest run"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"lerna": "^4.0.0",
"vitest": "^0.10.0"
"vitest": "^0.12.6"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.1"
}
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -9,12 +9,12 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0"
},
"peerDependencies": {
"eslint": "^8.14.0"
"eslint": "^8.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -17,6 +17,6 @@
"eslint-plugin-vue": "^9.0.0"
},
"peerDependencies": {
"eslint": "^8.14.0"
"eslint": "^8.15.0"
}
}

0 comments on commit 1913c9b

Please sign in to comment.