From 395ee121ed0536247f302e0a94ee5610ee2c63fb Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:27:46 +0800 Subject: [PATCH] feat: bump all node deps --- web/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/package.json b/web/package.json index 14a8710b..36b74ab4 100644 --- a/web/package.json +++ b/web/package.json @@ -4,18 +4,18 @@ "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "axios": "^0.27.2", + "axios": "^1.4.0", "history": "^5.3.0", - "marked": "^4.1.1", + "marked": "^5.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-router-dom": "^6.3.0", + "react-router-dom": "^6.14.2", "react-scripts": "5.0.1", - "react-toastify": "^9.0.8", - "react-turnstile": "^1.0.5", + "react-toastify": "^9.1.3", + "react-turnstile": "^1.1.1", "semantic-ui-css": "^2.5.0", - "semantic-ui-react": "^2.1.3" + "semantic-ui-react": "^2.1.4" }, "scripts": { "start": "react-scripts start", @@ -42,7 +42,7 @@ ] }, "devDependencies": { - "prettier": "^2.7.1" + "prettier": "^3.0.0" }, "prettier": { "singleQuote": true,