fix(admin-sdk): Remove polyfills and unused dependencies (#7434)

This commit is contained in:
Kasper Fabricius Kristensen
2024-05-23 22:02:40 +02:00
committed by GitHub
parent 135772b27b
commit 253bec655c
3 changed files with 11 additions and 606 deletions
+1 -5
View File
@@ -26,14 +26,10 @@
"@medusajs/dashboard": "0.0.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"commander": "^11.1.0",
"compression": "^1.7.4",
"deepmerge": "^4.3.1",
"glob": "^7.1.6",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"vite": "^5.2.11",
"vite-plugin-node-polyfills": "^0.21.0"
"vite": "^5.2.11"
},
"peerDependencies": {
"express": "^4.18.2",