Skip to content

Commit

Permalink
Upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Oct 28, 2023
1 parent 09d8077 commit 0d066e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
"deps:update": "npx npm-check-updates --interactive --format group"
},
"dependencies": {
"@astrojs/starlight": "^0.11.1",
"@astrojs/starlight": "^0.11.2",
"@astrojs/starlight-tailwind": "^2.0.0",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.3.3",
"astro": "^3.4.0",
"clipboard": "^2.0.11",
"sass": "^1.69.4",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"starlight-blog": "^0.4.0",
"svelte": "^4.2.2",
"svelte-select": "^5.7.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"tailwindcss-scoped-preflight": "^2.0.2",
"ua-parser-js": "2.0.0-beta.1"
},
"devDependencies": {
"ncu": "^0.2.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.6"
}
}

0 comments on commit 0d066e9

Please sign in to comment.