Skip to content

Commit 04a310c

Browse files
committed
♻ update deps
1 parent 20ae37e commit 04a310c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lockb

-144 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
"@astrojs/react": "^3.6.3",
1616
"@astrojs/starlight": "^0.29.2",
1717
"@astrojs/starlight-tailwind": "^2.0.3",
18-
"@astrojs/tailwind": "^5.1.2",
19-
"@types/react": "^18.3.12",
20-
"@types/react-dom": "^18.3.1",
21-
"astro": "^4.16.14",
18+
"@astrojs/tailwind": "^5.1.3",
19+
"@types/react": "^18.3.14",
20+
"@types/react-dom": "^18.3.2",
21+
"astro": "^4.16.17",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
2424
"react-image-previewer": "^1.1.6",
2525
"sharp": "^0.33.5",
26-
"tailwindcss": "^3.4.15"
26+
"tailwindcss": "^3.4.16"
2727
},
2828
"devDependencies": {
29-
"@eslint/js": "^9.15.0",
29+
"@eslint/js": "^9.16.0",
3030
"@types/eslint__js": "^8.42.3",
3131
"@types/mdx": "^2.0.13",
32-
"@typescript-eslint/eslint-plugin": "^8.15.0",
33-
"@typescript-eslint/parser": "^8.15.0",
34-
"eslint": "^9.15.0",
32+
"@typescript-eslint/eslint-plugin": "^8.17.0",
33+
"@typescript-eslint/parser": "^8.17.0",
34+
"eslint": "^9.16.0",
3535
"eslint-plugin-astro": "^1.3.1",
36-
"prettier": "^3.3.3",
36+
"prettier": "^3.4.2",
3737
"prettier-plugin-astro": "^0.14.1",
38-
"typescript-eslint": "^8.15.0"
38+
"typescript-eslint": "^8.17.0"
3939
}
4040
}

0 commit comments

Comments
 (0)