clean dependencies

This commit is contained in:
Elio Bischof
2024-10-19 00:09:29 +02:00
parent a45c8417ba
commit 083bf5a0a5
3 changed files with 45 additions and 478 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@zitadel/login",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"test": "concurrently --timings --kill-others-on-fail 'npm:test:unit' 'npm:test:integration'",
@@ -32,7 +33,7 @@
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^2.1.9",
"@heroicons/react": "2.1.3",
"@tailwindcss/forms": "0.5.7",
"@vercel/analytics": "^1.2.2",
@@ -41,8 +42,10 @@
"@zitadel/proto": "workspace:*",
"clsx": "1.2.1",
"copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"moment": "^2.29.4",
"next": "14.2.5",
"next": "14.2.14",
"next-intl": "^3.20.0",
"next-themes": "^0.2.1",
"nice-grpc": "2.0.1",
"qrcode.react": "^3.1.0",
@@ -53,12 +56,12 @@
"tinycolor2": "1.4.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@bufbuild/buf": "^1.41.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/ms": "0.7.34",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "^10.0.0",
@@ -66,22 +69,23 @@
"@zitadel/prettier-config": "workspace:*",
"@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.20",
"concurrently": "^8.1.0",
"cypress": "^13.13.2",
"concurrently": "^9.0.1",
"cypress": "^13.14.2",
"del-cli": "5.1.0",
"env-cmd": "^10.1.0",
"eslint-config-zitadel": "workspace:*",
"grpc-tools": "1.12.4",
"lint-staged": "15.2.8",
"jsdom": "^25.0.0",
"lint-staged": "15.2.10",
"make-dir-cli": "4.0.0",
"nodemon": "^3.1.4",
"postcss": "8.4.41",
"prettier-plugin-tailwindcss": "0.6.5",
"sass": "^1.77.1",
"start-server-and-test": "^2.0.0",
"tailwindcss": "3.4.9",
"ts-proto": "^1.139.0",
"typescript": "^5.4.5",
"nodemon": "^3.1.5",
"postcss": "8.4.47",
"prettier-plugin-tailwindcss": "0.6.6",
"sass": "^1.79.1",
"start-server-and-test": "^2.0.8",
"tailwindcss": "3.4.13",
"ts-proto": "^2.2.0",
"typescript": "^5.6.2",
"zitadel-tailwind-config": "workspace:*"
}
}