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

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent ec2275b commit a67c446
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 116 deletions.
6 changes: 3 additions & 3 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.4",
"scripts": {
"lint": "eslint .",
"prepare": "husky install",
Expand All @@ -21,10 +21,10 @@
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.7.1",
"pnpm": "^8.7.4",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"prettier": "@qxy/prettier-config",
"nano-staged": {
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": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0"
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"dependencies": {
"@qxy/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
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 @@ -10,7 +10,7 @@
],
"dependencies": {
"@qxy/stylelint-config-css": "workspace:*",
"postcss-scss": "^4.0.7",
"postcss-scss": "^4.0.8",
"stylelint-scss": "^5.1.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit a67c446

Please sign in to comment.