Skip to content

Commit f5a23e8

Browse files
committed
chore: bump up dependencies
1 parent 7118b0e commit f5a23e8

File tree

4 files changed

+447
-538
lines changed

4 files changed

+447
-538
lines changed

.github/workflows/target-branch-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Check PR target
1313
run: |
14-
if [[ "${{ github.actor }}" == "ZL-Asica" ]]; then
14+
if [[ "${{ github.actor }}" == "ZL-Asica" || "${{ github.actor }}" == "dependabot" ]]; then
1515
exit 0
1616
fi
1717

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "suzu-blog",
33
"version": "0.1.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].3",
66
"author": {
77
"name": "ZL Asica",
88
"email": "[email protected]",
@@ -31,34 +31,34 @@
3131
"es-toolkit": "^1.31.0",
3232
"gray-matter": "^4.0.3",
3333
"katex": "^0.16.19",
34-
"next": "15.1.3",
34+
"next": "15.1.4",
3535
"react": "19.0.0",
3636
"react-dom": "19.0.0",
3737
"react-icons": "^5.4.0",
38-
"react-markdown": "^9.0.1",
38+
"react-markdown": "^9.0.3",
3939
"react-syntax-highlighter": "^15.6.1",
4040
"rehype-katex": "^7.0.1",
4141
"rehype-raw": "^7.0.0",
4242
"remark-gemoji": "^8.0.0",
4343
"remark-gfm": "^4.0.0",
4444
"remark-math": "^6.0.0",
4545
"slugify": "^1.6.6",
46-
"twikoo": "^1.6.40",
46+
"twikoo": "^1.6.41",
4747
"yaml": "^2.7.0"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^3.12.1",
51-
"@eslint-react/eslint-plugin": "^1.23.0",
52-
"@next/eslint-plugin-next": "^15.1.3",
53-
"@tailwindcss/typography": "^0.5.15",
54-
"@types/node": "^22.10.2",
55-
"@types/react": "^19.0.2",
50+
"@antfu/eslint-config": "^3.12.2",
51+
"@eslint-react/eslint-plugin": "^1.23.2",
52+
"@next/eslint-plugin-next": "^15.1.4",
53+
"@tailwindcss/typography": "^0.5.16",
54+
"@types/node": "^22.10.5",
55+
"@types/react": "^19.0.4",
5656
"@types/react-dom": "^19.0.2",
5757
"@types/rss": "^0.0.32",
5858
"autoprefixer": "^10.4.20",
5959
"cssnano": "^7.0.6",
6060
"eslint": "^9.17.0",
61-
"eslint-plugin-format": "^0.1.3",
61+
"eslint-plugin-format": "^1.0.1",
6262
"eslint-plugin-react-hooks": "^5.1.0",
6363
"eslint-plugin-react-refresh": "^0.4.16",
6464
"eslint-plugin-tailwindcss": "^3.17.5",
@@ -69,7 +69,7 @@
6969
"postcss-preset-env": "^10.1.3",
7070
"rss": "^1.2.2",
7171
"tailwindcss": "^3.4.17",
72-
"typescript": "^5.7.2"
72+
"typescript": "^5.7.3"
7373
},
7474
"lint-staged": {
7575
"src/**/*.{js,jsx,ts,tsx}": [

0 commit comments

Comments
 (0)