diff options
| author | 0t4u <61939142+0t4u@users.noreply.github.com> | 2022-12-05 20:58:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 20:58:53 +0000 |
| commit | 34e7bf9bb0a6922e091c7394891a413b7c48dd6e (patch) | |
| tree | 4612b6e71857f7cdca87b5850d5f4e7b37e26a5f /package.json | |
| parent | c6aa70a64731b608fade3acab48c1d1d2df280b6 (diff) | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 13 insertions, 13 deletions
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" } } |
