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] authored Dec 16, 2023
1 parent f52adb0 commit e496f42
Show file tree
Hide file tree
Showing 11 changed files with 293 additions and 236 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"lint-staged": "15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-config-prettier": "9.1.0"
},
"devDependencies": {
"eslint": "8.55.0"
"eslint": "8.56.0"
},
"scripts": {
"lint": "eslint . --ext .cjs -c index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/mkarticle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"consola": "3.2.3"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jiti": "1.21.0",
"tsconfig": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/social-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "4.5.2",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"stylelint": "16.0.2",
"stylelint-config": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.3.3",
"vite": "5.0.9",
"vue": "3.3.11",
"vite": "5.0.10",
"vue": "3.3.12",
"vue-tsc": "1.8.25"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"stylelint-config-standard-scss": "12.0.0"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"stylelint": "16.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@tailwindcss/typography": "0.5.10"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-rule-front-matter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@textlint/types": "13.4.1",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"textlint-scripts": "13.4.1",
"textlint-tester": "13.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-rule-preset-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "1.0.1"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"textlint": "13.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-rule-space-around-bold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@textlint/types": "13.4.1",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"textlint-scripts": "13.4.1",
"textlint-tester": "13.4.1",
Expand Down
Loading

0 comments on commit e496f42

Please sign in to comment.