Skip to content

Commit

Permalink
chore: bump up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Jan 8, 2025
1 parent 7118b0e commit f5a23e8
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 538 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/target-branch-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Check PR target
run: |
if [[ "${{ github.actor }}" == "ZL-Asica" ]]; then
if [[ "${{ github.actor }}" == "ZL-Asica" || "${{ github.actor }}" == "dependabot" ]]; then
exit 0
fi
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "suzu-blog",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"author": {
"name": "ZL Asica",
"email": "[email protected]",
Expand Down Expand Up @@ -31,34 +31,34 @@
"es-toolkit": "^1.31.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.19",
"next": "15.1.3",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"slugify": "^1.6.6",
"twikoo": "^1.6.40",
"twikoo": "^1.6.41",
"yaml": "^2.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@eslint-react/eslint-plugin": "^1.23.0",
"@next/eslint-plugin-next": "^15.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@antfu/eslint-config": "^3.12.2",
"@eslint-react/eslint-plugin": "^1.23.2",
"@next/eslint-plugin-next": "^15.1.4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
Expand All @@ -69,7 +69,7 @@
"postcss-preset-env": "^10.1.3",
"rss": "^1.2.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit f5a23e8

Please sign in to comment.