Skip to content

Commit

Permalink
♻ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Dec 16, 2024
1 parent 5fbf31f commit 3cfb15d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Binary file modified bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.3",
"@astrojs/starlight": "^0.29.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/react": "^4.1.0",
"@astrojs/starlight": "^0.30.2",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"astro": "^4.16.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "^5.0.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-image-previewer": "^1.1.6",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/eslint__js": "^8.42.3",
"@types/mdx": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.1"
}
}

0 comments on commit 3cfb15d

Please sign in to comment.