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] authored Feb 1, 2024
1 parent 0d20688 commit 2be73dd
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 154 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rainbowatcher/eslint-config-mono",
"version": "0.3.8",
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.1",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/rainbowatcher/eslint-config#readme",
Expand All @@ -27,19 +27,19 @@
"test": "ava"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/config-conventional": "^18.6.0",
"@rainbowatcher/eslint-config": "workspace:*",
"@rainbowatcher/eslint-config-js": "workspace:*",
"@rainbowatcher/eslint-config-json": "workspace:*",
"@rainbowatcher/eslint-config-ts": "workspace:*",
"@rainbowatcher/eslint-config-vue": "workspace:*",
"ava": "^6.0.1",
"ava": "^6.1.1",
"bumpp": "^9.3.0",
"commitlint": "^18.4.4",
"commitlint": "^18.6.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint-define-config": "^2.1.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsonc": "^2.12.2"
"eslint-plugin-jsonc": "^2.13.0"
},
"devDependencies": {
"eslint": "^8.56.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {
"@rainbowatcher/eslint-config-js": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-plugin-antfu": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-plugin-antfu": "^2.1.2",
"eslint-plugin-jest": "^27.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@rainbowatcher/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"local-pkg": "^0.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2be73dd

Please sign in to comment.