aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-04-14 02:26:50 -0700
committerPinapelz <yukais@pinapelz.com>2024-04-14 02:26:50 -0700
commitae6d27b0831c9b62e876c09c382de34f4deac086 (patch)
tree6c1687a37933a22de6675d1283effbdf61697c2a /package.json
parent47f64c9219fa68d45159bdadb0c403f1b374b2fb (diff)
change input method to remote json url
- fixes character escaping issues with query params
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 37cec1a..26e4221 100644
--- a/package.json
+++ b/package.json
@@ -8,12 +8,12 @@
"start": "next start"
},
"dependencies": {
- "@tailwindcss/typography": "^0.5.8",
- "axios": "^1.2.1",
+ "@tailwindcss/typography": "^0.5.12",
+ "axios": "^1.6.8",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"next": "13.0.6",
- "pretty-bytes": "^6.0.0",
+ "pretty-bytes": "^6.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-srv3": "^1.0.4",
@@ -21,13 +21,13 @@
},
"devDependencies": {
"@tailwindcss/ui": "^0.7.2",
- "@types/node": "^18.11.11",
- "@types/react": "^18.0.26",
- "@types/react-dom": "^18.0.9",
- "postcss": "^8.4.19",
+ "@types/node": "^18.19.31",
+ "@types/react": "^18.2.78",
+ "@types/react-dom": "^18.2.25",
+ "postcss": "^8.4.38",
"postcss-preset-env": "^7.8.3",
- "prettier": "^2.8.0",
- "tailwindcss": "^3.2.4",
- "typescript": "^4.9.3"
+ "prettier": "^2.8.8",
+ "tailwindcss": "^3.4.3",
+ "typescript": "^4.9.5"
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage