Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#96)
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 May 15, 2023
1 parent 199d450 commit fbb7d1c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 82 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hannoeru/eslint-config-monorepo",
"version": "0.9.4",
"private": true,
"packageManager": "pnpm@7.32.3",
"packageManager": "pnpm@7.32.4",
"license": "MIT",
"author": "hannoeru <me@hanlee.co>",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"eslint": "^8.36.0",
"jiti": "^1.18.2",
"react": "^18.2.0",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"zx": "^7.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-vue": "9.10.0",
"eslint-plugin-yml": "^1.5.0",
"jsonc-eslint-parser": "^2.2.0",
"yaml-eslint-parser": "^1.2.1"
"jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@babel/types": "^7.21.5",
"@typescript-eslint/utils": "^5.56.0",
"eslint": "^8.36.0",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"unbuild": "^1.2.1"
}
}
125 changes: 48 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbb7d1c

Please sign in to comment.