Merge branch 'main' into qa

This commit is contained in:
peintnermax
2024-08-12 09:28:51 +02:00
8 changed files with 530 additions and 571 deletions

View File

@@ -55,33 +55,33 @@
"tinycolor2": "1.4.2" "tinycolor2": "1.4.2"
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.35.1", "@bufbuild/buf": "^1.36.0",
"@testing-library/jest-dom": "^6.4.5", "@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7", "@testing-library/react": "^16.0.0",
"@types/ms": "0.7.31", "@types/ms": "0.7.34",
"@types/node": "18.11.9", "@types/node": "22.1.0",
"@types/react": "18.2.8", "@types/react": "18.3.3",
"@types/react-dom": "18.0.9", "@types/react-dom": "18.3.0",
"@types/tinycolor2": "1.4.3", "@types/tinycolor2": "1.4.3",
"@types/uuid": "^9.0.1", "@types/uuid": "^10.0.0",
"@vercel/git-hooks": "1.0.0", "@vercel/git-hooks": "1.0.0",
"@zitadel/prettier-config": "workspace:*", "@zitadel/prettier-config": "workspace:*",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.20",
"concurrently": "^8.1.0", "concurrently": "^8.1.0",
"cypress": "^13.9.0", "cypress": "^13.13.2",
"del-cli": "5.0.0", "del-cli": "5.1.0",
"env-cmd": "^10.1.0", "env-cmd": "^10.1.0",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"grpc-tools": "1.11.3", "grpc-tools": "1.12.4",
"lint-staged": "13.0.3", "lint-staged": "15.2.8",
"make-dir-cli": "3.0.0", "make-dir-cli": "4.0.0",
"nodemon": "^2.0.22", "nodemon": "^3.1.4",
"postcss": "8.4.31", "postcss": "8.4.41",
"prettier-plugin-tailwindcss": "0.1.13", "prettier-plugin-tailwindcss": "0.6.5",
"sass": "^1.77.1", "sass": "^1.77.1",
"start-server-and-test": "^2.0.0", "start-server-and-test": "^2.0.0",
"tailwindcss": "3.2.4", "tailwindcss": "3.4.9",
"ts-proto": "^1.139.0", "ts-proto": "^1.139.0",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"zitadel-tailwind-config": "workspace:*" "zitadel-tailwind-config": "workspace:*"

8
package.json Executable file → Normal file
View File

@@ -30,10 +30,10 @@
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-organize-imports": "^4.0.0",
"tsup": "^8.0.2", "tsup": "^8.2.4",
"turbo": "2.0.9", "turbo": "2.0.12",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^5.0.1",
"vitest": "^1.6.0" "vitest": "^2.0.5"
} }
} }

View File

@@ -35,11 +35,11 @@
"next": "^14.2.5" "next": "^14.2.5"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.80", "@types/react": "^18.3.3",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"postcss": "8.4.31", "postcss": "8.4.41",
"tailwindcss": "3.2.4", "tailwindcss": "3.4.9",
"zitadel-tailwind-config": "workspace:*" "zitadel-tailwind-config": "workspace:*"
} }
} }

View File

@@ -36,7 +36,7 @@
"jose": "^5.3.0" "jose": "^5.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.14.2", "@types/node": "^22.1.0",
"@zitadel/client": "workspace:*", "@zitadel/client": "workspace:*",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"eslint-config-zitadel": "workspace:*" "eslint-config-zitadel": "workspace:*"

View File

@@ -18,6 +18,6 @@
"@bufbuild/protobuf": "^1.10.0" "@bufbuild/protobuf": "^1.10.0"
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.35.1" "@bufbuild/buf": "^1.36.0"
} }
} }

View File

@@ -33,16 +33,16 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.4.5", "@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^16.0.0",
"@types/react": "^18.2.17", "@types/react": "^18.3.3",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.3.0",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.20",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"postcss": "8.4.31", "postcss": "8.4.41",
"sass": "^1.77.1", "sass": "^1.77.1",
"tailwindcss": "3.2.4", "tailwindcss": "3.4.9",
"zitadel-tailwind-config": "workspace:*" "zitadel-tailwind-config": "workspace:*"
} }
} }

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {
"tailwindcss": "^3.2.4", "tailwindcss": "^3.4.9",
"@tailwindcss/forms": "0.5.3" "@tailwindcss/forms": "0.5.3"
} }
} }

1035
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff