diff --git a/bun.lockb b/bun.lockb index 2f8c19d..a12c6d6 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fa55b94..fd8e26a 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "ieeeucsd-dev", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "node ./dist/server/entry.mjs", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/mdx": "^4.0.1", - "@astrojs/node": "^9.0.0", - "@astrojs/react": "^4.0.0", - "@astrojs/tailwind": "^5.1.3", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", - "astro": "^5.0.3", - "astro-expressive-code": "^0.38.3", - "astro-icon": "^1.1.4", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "tailwindcss": "^3.4.16" - }, - "devDependencies": { - "prettier": "^3.4.2", - "prettier-plugin-astro": "^0.14.1" - } + "name": "ieeeucsd-dev", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "node ./dist/server/entry.mjs", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/mdx": "4.0.3", + "@astrojs/node": "^9.0.0", + "@astrojs/react": "4.1.2", + "@astrojs/tailwind": "5.1.4", + "@types/react": "^18.3.14", + "@types/react-dom": "^18.3.2", + "astro": "5.1.1", + "astro-expressive-code": "^0.38.3", + "astro-icon": "^1.1.4", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "tailwindcss": "^3.4.16" + }, + "devDependencies": { + "prettier": "^3.4.2", + "prettier-plugin-astro": "^0.14.1" + } }