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] committed Jan 5, 2024
1 parent 7ed9343 commit 2d3d5bb
Show file tree
Hide file tree
Showing 7 changed files with 350 additions and 359 deletions.
16 changes: 8 additions & 8 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.7",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/rainbowatcher/eslint-config#readme",
Expand All @@ -27,21 +27,21 @@
"test": "ava"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/config-conventional": "^18.4.4",
"@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.0",
"bumpp": "^9.2.0",
"commitlint": "^18.4.3",
"ava": "^6.0.1",
"bumpp": "^9.2.1",
"commitlint": "^18.4.4",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.55.0",
"eslint-define-config": "^2.0.0",
"eslint": "^8.56.0",
"eslint-define-config": "^2.1.0",
"lint-staged": "^15.2.0",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
Expand Down
4 changes: 2 additions & 2 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=8.55.0"
"eslint": ">=8.56.0"
},
"dependencies": {
"@rainbowatcher/eslint-config-json": "workspace:*",
"@rainbowatcher/eslint-config-vue": "workspace:*"
},
"devDependencies": {
"eslint": "^8.55.0"
"eslint": "^8.56.0"
}
}
8 changes: 4 additions & 4 deletions packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=8.55.0"
"eslint": ">=8.56.0"
},
"dependencies": {
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.0"
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.29.1"
},
"devDependencies": {
"eslint": "^8.55.0"
"eslint": "^8.56.0"
}
}
8 changes: 4 additions & 4 deletions packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=8.55.0"
"eslint": ">=8.56.0"
},
"dependencies": {
"eslint-define-config": "^2.0.0",
"eslint-plugin-jsonc": "^2.10.0"
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsonc": "^2.11.2"
},
"devDependencies": {
"eslint": "^8.55.0"
"eslint": "^8.56.0"
}
}
12 changes: 6 additions & 6 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=8.55.0",
"typescript": ">= 5.3.2"
"eslint": ">=8.56.0",
"typescript": ">= 5.3.3"
},
"dependencies": {
"@rainbowatcher/eslint-config-js": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint-plugin-antfu": "^1.0.13",
"eslint-plugin-jest": "^27.6.0"
"eslint-plugin-jest": "^27.6.1"
},
"devDependencies": {
"eslint": "^8.55.0"
"eslint": "^8.56.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=8.55.0"
"eslint": ">=8.56.0"
},
"dependencies": {
"@rainbowatcher/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^9.19.2",
"local-pkg": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.55.0"
"eslint": "^8.56.0"
}
}
Loading

0 comments on commit 2d3d5bb

Please sign in to comment.