Skip to content

Commit

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

0 comments on commit 86170dc

Please sign in to comment.