Skip to content

Commit

Permalink
Merge pull request #265 from yshrsmz/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz authored Feb 11, 2025
2 parents f2e43a8 + b6d7acc commit a8f62f6
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 237 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.3.0",
"devDependencies": {
"@codingfeline/eslint-config": "workspace:*",
"eslint": "9.19.0",
"prettier": "3.4.2",
"eslint": "9.20.0",
"prettier": "3.5.0",
"typescript": "5.7.3"
}
}
10 changes: 5 additions & 5 deletions packages/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"@codingfeline/eslint-config": "workspace:*",
"@resvg/resvg-js": "2.6.2",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/vite": "4.0.3",
"@tailwindcss/vite": "4.0.6",
"autoprefixer": "10.4.20",
"date-fns": "4.1.0",
"eslint": "9.19.0",
"eslint": "9.20.0",
"eslint-plugin-vue": "9.32.0",
"fast-glob": "3.3.3",
"feed": "4.2.2",
"globals": "15.14.0",
"postcss": "8.5.1",
"postcss": "8.5.2",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.1",
"prettier-plugin-tailwindcss": "0.6.11",
"satori": "0.12.1",
"sitemap": "8.0.0",
"tailwindcss": "4.0.3",
"tailwindcss": "4.0.6",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0",
"typescript-eslint": "8.24.0",
"vitepress": "1.6.3",
"vue": "3.5.13"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"type": "module",
"main": "index.js",
"dependencies": {
"@eslint/js": "9.19.0",
"eslint": "9.19.0",
"@eslint/js": "9.20.0",
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unused-imports": "4.1.4",
"prettier": "3.4.2",
"typescript-eslint": "8.23.0"
"prettier": "3.5.0",
"typescript-eslint": "8.24.0"
}
}
2 changes: 1 addition & 1 deletion packages/recent-contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vitest": "3.0.5"
},
"dependencies": {
"octokit": "4.1.0"
"octokit": "4.1.1"
}
}
Loading

0 comments on commit a8f62f6

Please sign in to comment.