Skip to content

Commit 85e6e05

Browse files
committed
fix: dropzone lib freeze version
1 parent 12782ee commit 85e6e05

File tree

2 files changed

+313
-137
lines changed

2 files changed

+313
-137
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@wagmi/core": "^2.13.8",
7373
"@xstate/react": "^5.0.3",
7474
"abitype": "^1.0.5",
75-
"axios": "^1.7.2",
75+
"axios": "^1.13.1",
7676
"bowser": "^2.11.0",
7777
"buffer": "^6.0.3",
7878
"class-variance-authority": "^0.7.0",
@@ -90,7 +90,7 @@
9090
"react": "^18.3.1",
9191
"react-collapse": "^5.1.1",
9292
"react-dom": "^18.3.1",
93-
"react-dropzone": "^14.2.3",
93+
"react-dropzone": "14.2.3",
9494
"react-helmet": "^6.1.0",
9595
"react-hook-form": "^7.52.1",
9696
"react-icons": "^5.2.1",
@@ -142,7 +142,6 @@
142142
"eslint-plugin-react-hooks": "^4.6.2",
143143
"eslint-plugin-react-refresh": "^0.4.7",
144144
"eslint-plugin-unused-imports": "^4.0.1",
145-
"fs": "0.0.1-security",
146145
"glob": "^11.0.1",
147146
"husky": "^9.0.11",
148147
"lint-staged": "^15.2.7",
@@ -153,7 +152,7 @@
153152
"tailwindcss": "^3.4.4",
154153
"tsc-files": "^1.1.4",
155154
"typescript": "^5.2.2",
156-
"vite": "^5.3.1",
155+
"vite": "^5.4.21",
157156
"vite-plugin-node-polyfills": "^0.22.0",
158157
"vite-plugin-svgr": "^4.2.0"
159158
}

0 commit comments

Comments
 (0)