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 Jul 30, 2023
1 parent 140a36d commit 189c575
Show file tree
Hide file tree
Showing 9 changed files with 271 additions and 188 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": "1.7.0",
"private": true,
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.6.11",
"scripts": {
"lint": "eslint .",
"prepare": "husky install",
Expand All @@ -14,14 +14,14 @@
"devDependencies": {
"@qxy/eslint-config": "workspace:*",
"@qxy/prettier-config": "workspace:*",
"@types/eslint": "^8.44.0",
"@types/node": "^20.4.2",
"@types/eslint": "^8.44.1",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.6.9",
"pnpm": "^8.6.11",
"prettier": "^3.0.0",
"stylelint": "^15.10.2",
"vitest": "^0.33.0"
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 @@ -12,9 +12,9 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^46.0.1",
Expand All @@ -34,6 +34,6 @@
}
],
"devDependencies": {
"eslint": "^8.45.0"
"eslint": "^8.46.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"devDependencies": {
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"@qxy/eslint-config-typescript": "workspace:*",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.16.0",
"vue-eslint-parser": "^9.3.1"
},
"publishConfig": {
Expand All @@ -24,6 +24,6 @@
}
],
"devDependencies": {
"eslint": "^8.45.0"
"eslint": "^8.46.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@typescript-eslint/parser": "^5.62.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^46.0.1",
Expand All @@ -35,7 +35,7 @@
}
],
"devDependencies": {
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"typescript": "^5.1.6"
}
}
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.26",
"postcss": "^8.4.27",
"stylelint": "^15.10.2"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"index.js"
],
"dependencies": {
"stylelint-prettier": "^4.0.0"
"stylelint-prettier": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"devDependencies": {
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"stylelint": "^15.10.2"
}
}
Loading

0 comments on commit 189c575

Please sign in to comment.