Skip to content

Commit

Permalink
♻ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jan 14, 2025
1 parent 86170dc commit a0f0da9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.1.3",
"@astrojs/starlight": "^0.30.6",
"@astrojs/react": "^4.1.4",
"@astrojs/starlight": "^0.31.0",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@types/react": "^19.0.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.5",
"astro": "^5.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-image-previewer": "^1.1.6",
Expand All @@ -29,12 +29,12 @@
"@eslint/js": "^9.18.0",
"@types/eslint__js": "^8.42.3",
"@types/mdx": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.19.1"
"typescript-eslint": "^8.20.0"
}
}

0 comments on commit a0f0da9

Please sign in to comment.