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 Jun 5, 2023
1 parent 9034382 commit 4afdf11
Show file tree
Hide file tree
Showing 11 changed files with 362 additions and 288 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@qxy/configs",
"version": "1.5.0",
"private": true,
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.1",
"scripts": {
"lint": "eslint .",
"prepare": "husky install",
Expand All @@ -14,17 +14,17 @@
"devDependencies": {
"@qxy/eslint-config": "workspace:*",
"@qxy/prettier-config": "workspace:*",
"@types/eslint": "^8.37.0",
"@types/eslint": "^8.40.0",
"@types/node": "^20.1.0",
"bumpp": "^9.1.0",
"eslint": "^8.40.0",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.5.1",
"pnpm": "^8.6.1",
"prettier": "^2.8.8",
"stylelint": "^15.6.2",
"vitest": "^0.31.1"
"stylelint": "^15.6.3",
"vitest": "^0.31.4"
},
"prettier": "@qxy/prettier-config",
"nano-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-basic/package.json
Expand Up @@ -9,7 +9,7 @@
"index.js"
],
"dependencies": {
"eslint-config-standard": "^17.0.0",
"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",
Expand All @@ -34,6 +34,6 @@
}
],
"devDependencies": {
"eslint": "^8.40.0"
"eslint": "^8.42.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@qxy/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6"
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8"
},
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
}
],
"devDependencies": {
"eslint": "^8.40.0",
"typescript": "^5.0.4"
"eslint": "^8.42.0",
"typescript": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"@qxy/eslint-config-typescript": "workspace:*",
"eslint-plugin-vue": "^9.13.0",
"eslint-plugin-vue": "^9.14.1",
"vue-eslint-parser": "^9.3.0"
},
"publishConfig": {
Expand All @@ -24,6 +24,6 @@
}
],
"devDependencies": {
"eslint": "^8.40.0"
"eslint": "^8.42.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Expand Up @@ -10,8 +10,8 @@
],
"dependencies": {
"@qxy/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -35,7 +35,7 @@
}
],
"devDependencies": {
"eslint": "^8.40.0",
"typescript": "^5.0.4"
"eslint": "^8.42.0",
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config-css/package.json
Expand Up @@ -22,6 +22,6 @@
}
],
"devDependencies": {
"stylelint": "^15.6.2"
"stylelint": "^15.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/stylelint-config-order/package.json
Expand Up @@ -22,7 +22,7 @@
}
],
"devDependencies": {
"postcss": "^8.4.23",
"stylelint": "^15.6.2"
"postcss": "^8.4.24",
"stylelint": "^15.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config-prettier/package.json
Expand Up @@ -23,6 +23,6 @@
],
"devDependencies": {
"prettier": "^2.8.8",
"stylelint": "^15.6.2"
"stylelint": "^15.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/stylelint-config-scss/package.json
Expand Up @@ -24,7 +24,7 @@
}
],
"devDependencies": {
"postcss": "^8.4.23",
"stylelint": "^15.6.2"
"postcss": "^8.4.24",
"stylelint": "^15.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Expand Up @@ -26,6 +26,6 @@
}
],
"devDependencies": {
"stylelint": "^15.6.2"
"stylelint": "^15.6.3"
}
}

0 comments on commit 4afdf11

Please sign in to comment.