From 34e7bf9bb0a6922e091c7394891a413b7c48dd6e Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:58:53 +0000 Subject: update deps --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index eff6ede..e82a9a7 100644 --- a/package.json +++ b/package.json @@ -8,24 +8,24 @@ "start": "next start" }, "dependencies": { - "@tailwindcss/typography": "^0.4.1", + "@tailwindcss/typography": "^0.5.8", "axios": "^1.2.1", - "next": "12.0.3", + "next": "13.0.6", "pretty-bytes": "^6.0.0", - "react": "17.0.2", - "react-dom": "17.0.2", - "react-srv3": "^1.0.3", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-srv3": "^1.0.4", "timeago.js": "^4.0.2" }, "devDependencies": { "@tailwindcss/ui": "^0.7.2", - "@types/node": "^16.11.7", - "@types/react": "^17.0.34", - "@types/react-dom": "^17.0.11", - "postcss": "^8.3.11", - "postcss-preset-env": "^6.7.0", - "prettier": "^2.4.1", - "tailwindcss": "^2.2.19", - "typescript": "^4.4.4" + "@types/node": "^18.11.11", + "@types/react": "^18.0.26", + "@types/react-dom": "^18.0.9", + "postcss": "^8.4.19", + "postcss-preset-env": "^7.8.3", + "prettier": "^2.8.0", + "tailwindcss": "^3.2.4", + "typescript": "^4.9.3" } } -- cgit v1.2.3