diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-29 22:29:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-29 22:29:09 -0700 |
| commit | 291541478b9dcccfdab295f09a59dfae27f57759 (patch) | |
| tree | 43c096cc8ae1b7bafa63586a02f4f374fcef7fa8 /package.json | |
| parent | ae6d27b0831c9b62e876c09c382de34f4deac086 (diff) | |
bump deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 26e4221..eb71ba3 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "start": "next start" }, "dependencies": { - "@tailwindcss/typography": "^0.5.12", - "axios": "^1.6.8", - "linkify-react": "^4.1.3", - "linkifyjs": "^4.1.3", + "@tailwindcss/typography": "^0.5.20", + "axios": "^1.18.1", + "linkify-react": "^4.3.3", + "linkifyjs": "^4.3.3", "next": "13.0.6", "pretty-bytes": "^6.1.1", "react": "18.2.0", @@ -21,13 +21,13 @@ }, "devDependencies": { "@tailwindcss/ui": "^0.7.2", - "@types/node": "^18.19.31", - "@types/react": "^18.2.78", - "@types/react-dom": "^18.2.25", - "postcss": "^8.4.38", + "@types/node": "^18.19.130", + "@types/react": "^18.3.31", + "@types/react-dom": "^18.3.7", + "postcss": "^8.5.24", "postcss-preset-env": "^7.8.3", "prettier": "^2.8.8", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.19", "typescript": "^4.9.5" } } |
