Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

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 Jun 3, 2024
1 parent 942c739 commit b3b51ec
Show file tree
Hide file tree
Showing 11 changed files with 192 additions and 288 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": "@qxy/configs",
"version": "2.0.0-beta.10",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"scripts": {
"lint": "eslint .",
"prepare": "husky",
Expand All @@ -15,15 +15,15 @@
"@qxy/eslint-config": "workspace:*",
"@qxy/prettier-config": "workspace:*",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"nano-staged": "^0.8.0",
"npm-run-all2": "^6.2.0",
"pnpm": "^9.1.2",
"prettier": "^3.2.5",
"stylelint": "^16.6.0",
"pnpm": "^9.1.4",
"prettier": "^3.3.0",
"stylelint": "^16.6.1",
"vitest": "^1.6.0"
},
"prettier": "@qxy/prettier-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-yml": "^1.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@qxy/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0"
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@qxy/eslint-config-typescript": "workspace:*",
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
"vue-eslint-parser": "^9.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
],
"dependencies": {
"@qxy/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-yml": "^1.14.0",
"is-in-editor": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
}
],
"devDependencies": {
"stylelint": "^16.6.0"
"stylelint": "^16.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
],
"devDependencies": {
"postcss": "^8.4.38",
"stylelint": "^16.6.0"
"stylelint": "^16.6.1"
}
}
4 changes: 2 additions & 2 deletions packages/stylelint-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"devDependencies": {
"prettier": "^3.2.5",
"stylelint": "^16.6.0"
"prettier": "^3.3.0",
"stylelint": "^16.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
],
"devDependencies": {
"postcss": "^8.4.38",
"stylelint": "^16.6.0"
"stylelint": "^16.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
}
],
"devDependencies": {
"stylelint": "^16.6.0"
"stylelint": "^16.6.1"
}
}
Loading

0 comments on commit b3b51ec

Please sign in to comment.