Skip to content

Commit

Permalink
Merge pull request #252 from yshrsmz/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz authored Jan 25, 2025
2 parents 1d15a62 + 1771c39 commit f3b0f65
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 437 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.1
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@9.15.3",
"packageManager": "pnpm@9.15.4",
"devDependencies": {
"@codingfeline/eslint-config": "workspace:*",
"eslint": "9.17.0",
"eslint": "9.19.0",
"prettier": "3.4.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/action-create-scrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "ncc build src/index.ts --out dist --source-map"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.10",
"@vercel/ncc": "0.38.3",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"dependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"devDependencies": {
"@codingfeline/eslint-config": "workspace:*",
"@resvg/resvg-js": "2.6.2",
"@tailwindcss/typography": "0.5.15",
"@tailwindcss/typography": "0.5.16",
"autoprefixer": "10.4.20",
"date-fns": "4.1.0",
"eslint": "9.17.0",
"eslint": "9.19.0",
"eslint-plugin-vue": "9.32.0",
"fast-glob": "3.3.3",
"feed": "4.2.2",
"globals": "15.14.0",
"postcss": "8.4.49",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.1",
"prettier-plugin-tailwindcss": "0.6.9",
"satori": "0.12.0",
"prettier-plugin-tailwindcss": "0.6.11",
"satori": "0.12.1",
"sitemap": "8.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"vitepress": "1.5.0",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"vitepress": "1.6.3",
"vue": "3.5.13"
},
"dependencies": {
"@vueuse/core": "12.3.0"
"@vueuse/core": "12.5.0"
}
}
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.17.0",
"eslint": "9.17.0",
"@eslint/js": "9.19.0",
"eslint": "9.19.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unused-imports": "4.1.4",
"prettier": "3.4.2",
"typescript-eslint": "8.19.0"
"typescript-eslint": "8.21.0"
}
}
4 changes: 2 additions & 2 deletions packages/recent-contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"devDependencies": {
"@codingfeline/eslint-config": "workspace:*",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"dependencies": {
"octokit": "4.0.3"
"octokit": "4.1.0"
}
}
Loading

0 comments on commit f3b0f65

Please sign in to comment.