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] committed Sep 24, 2023
1 parent 55adba8 commit 9de1986
Show file tree
Hide file tree
Showing 8 changed files with 243 additions and 260 deletions.
12 changes: 6 additions & 6 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.2",
"private": true,
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.7.6",
"scripts": {
"lint": "eslint .",
"prepare": "husky install",
Expand All @@ -14,17 +14,17 @@
"devDependencies": {
"@qxy/eslint-config": "workspace:*",
"@qxy/prettier-config": "workspace:*",
"@types/eslint": "^8.44.2",
"@types/node": "^20.5.9",
"@types/eslint": "^8.44.3",
"@types/node": "^20.6.5",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.7.1",
"pnpm": "^8.7.6",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"vitest": "^0.34.3"
"vitest": "^0.34.5"
},
"prettier": "@qxy/prettier-config",
"nano-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-yml": "^1.8.0",
"eslint-plugin-yml": "^1.9.0",
"is-in-editor": "^0.0.1",
"jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.2"
Expand All @@ -35,6 +35,6 @@
}
],
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.50.0"
}
}
6 changes: 3 additions & 3 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": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0"
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2"
},
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
}
],
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
}
],
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.50.0"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
],
"dependencies": {
"@qxy/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-yml": "^1.8.0",
"eslint-plugin-yml": "^1.9.0",
"is-in-editor": "^0.0.1",
"jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.2"
Expand All @@ -36,7 +36,7 @@
}
],
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"devDependencies": {
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"stylelint": "^15.10.3"
}
}
6 changes: 3 additions & 3 deletions packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"dependencies": {
"@qxy/stylelint-config-css": "workspace:*",
"postcss-scss": "^4.0.7",
"stylelint-scss": "^5.1.0"
"postcss-scss": "^4.0.8",
"stylelint-scss": "^5.2.1"
},
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +24,7 @@
}
],
"devDependencies": {
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"stylelint": "^15.10.3"
}
}
Loading

0 comments on commit 9de1986

Please sign in to comment.