From b50e5415658c42c7102510a01dc66f5080febb9f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 25 Apr 2025 21:04:32 -0400 Subject: New country; New page; Update packages --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index a0478ec..e2107cf 100644 --- a/package.json +++ b/package.json @@ -3,23 +3,24 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev --turbo", + "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { - "autoprefixer": "^10.4.20", - "date-fns": "^3.6.0", + "autoprefixer": "^10.4.21", + "date-fns": "^4.1.0", "eslint": "^9.9.0", - "eslint-config-next": "^14.2.5", + "eslint-config-next": "15.3.1", + "googleapis": "^148.0.0", "gray-matter": "^4.0.3", - "markdown-to-jsx": "^7.4.7", - "next": "^14.2.5", + "markdown-to-jsx": "^7.7.6", + "next": "15.3.1", "postcss": "^8.4.41", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "tailwindcss": "^3.4.10" + "react": "19.1.0", + "react-dom": "19.1.0", + "tailwindcss": "3.4.17" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10" -- cgit v1.2.3