From 6ca1889a84d9b911e20e57461dc0d112a699b3ae Mon Sep 17 00:00:00 2001 From: Vanessa Christopher Date: Fri, 31 Oct 2025 15:47:58 +0100 Subject: [PATCH] update dependencies in package.json to latest versions --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 18164e2..176608c 100644 --- a/package.json +++ b/package.json @@ -14,34 +14,34 @@ "date-fns": "^3.6.0", "gray-matter": "^4.0.3", "next": "14.1.0", - "next-nprogress-bar": "^2.3.15", + "next-nprogress-bar": "^2.4.7", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^5.3.0", - "react-markdown": "^9.0.1", + "react-icons": "^5.5.0", + "react-markdown": "^9.1.0", "remark": "^15.0.1", "remark-html": "^16.0.1" }, "devDependencies": { - "@next/eslint-plugin-next": "^14.2.18", - "@types/node": "^20.17.6", - "@types/react": "^18.3.12", - "@types/react-dom": "^18.3.1", + "@next/eslint-plugin-next": "^14.2.33", + "@types/node": "^20.19.24", + "@types/react": "^18.3.26", + "@types/react-dom": "^18.3.7", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", - "autoprefixer": "^10.4.20", + "autoprefixer": "^10.4.21", "eslint": "^8.57.1", - "eslint-config-prettier": "^9.1.0", + "eslint-config-prettier": "^9.1.2", "eslint-formatter-summary": "^1.1.0", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.37.2", - "husky": "^9.1.6", - "lint-staged": "^15.2.10", - "postcss": "^8.4.49", - "prettier": "^3.3.3", - "tailwindcss": "^3.4.14", - "typescript": "^5.6.3" + "eslint-plugin-prettier": "^5.5.4", + "eslint-plugin-react": "^7.37.5", + "husky": "^9.1.7", + "lint-staged": "^15.5.2", + "postcss": "^8.5.6", + "prettier": "^3.6.2", + "tailwindcss": "^3.4.18", + "typescript": "^5.9.3" }, "lint-staged": { "*.js,jsx,ts,tsx": "eslint --cache --fix",