chore: add ts-jest dependency

This commit is contained in:
Elio Bischof
2023-05-25 16:19:58 +02:00
parent f6364ef89a
commit 5d36a54849
6 changed files with 2601 additions and 1171 deletions

View File

@@ -39,6 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.14.0", "@bufbuild/buf": "^1.14.0",
"@types/jest": "^29.5.1",
"@types/ms": "0.7.31", "@types/ms": "0.7.31",
"@types/node": "18.11.9", "@types/node": "18.11.9",
"@types/react": "18.0.25", "@types/react": "18.0.25",
@@ -50,11 +51,13 @@
"del-cli": "5.0.0", "del-cli": "5.0.0",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"grpc-tools": "1.11.3", "grpc-tools": "1.11.3",
"jest": "^29.5.0",
"lint-staged": "13.0.3", "lint-staged": "13.0.3",
"make-dir-cli": "3.0.0", "make-dir-cli": "3.0.0",
"postcss": "8.4.21", "postcss": "8.4.21",
"prettier-plugin-tailwindcss": "0.1.13", "prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.4",
"ts-jest": "^29.1.0",
"ts-proto": "^1.139.0", "ts-proto": "^1.139.0",
"typescript": "4.8.4", "typescript": "4.8.4",
"zitadel-tailwind-config": "workspace:*" "zitadel-tailwind-config": "workspace:*"

View File

@@ -18,12 +18,15 @@
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.14.0", "@bufbuild/buf": "^1.14.0",
"@types/jest": "^29.5.1",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-proto": "^1.139.0", "ts-proto": "^1.139.0",
"tsup": "^5.10.1", "tsup": "^5.10.1",
"typescript": "^4.5.3" "typescript": "^4.9.3"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@@ -16,11 +16,14 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.1",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^5.10.1", "tsup": "^5.10.1",
"typescript": "^4.5.3" "typescript": "^4.9.3"
}, },
"peerDependencies": { "peerDependencies": {
"next": "^13" "next": "^13"

View File

@@ -19,17 +19,20 @@
"copy-files": "cp -R ./src/public/ ./dist/" "copy-files": "cp -R ./src/public/ ./dist/"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.1",
"@types/react": "^17.0.13", "@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8", "@types/react-dom": "^17.0.8",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.13",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"jest": "^29.5.0",
"postcss": "8.4.21", "postcss": "8.4.21",
"sass": "^1.62.0", "sass": "^1.62.0",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.4",
"ts-jest": "^29.1.0",
"tsup": "^5.10.1", "tsup": "^5.10.1",
"typescript": "^4.5.3", "typescript": "^4.9.3",
"zitadel-tailwind-config": "workspace:*" "zitadel-tailwind-config": "workspace:*"
}, },
"publishConfig": { "publishConfig": {

View File

@@ -20,12 +20,15 @@
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.14.0", "@bufbuild/buf": "^1.14.0",
"@types/jest": "^29.5.1",
"@zitadel/tsconfig": "workspace:*", "@zitadel/tsconfig": "workspace:*",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-zitadel": "workspace:*", "eslint-config-zitadel": "workspace:*",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-proto": "^1.139.0", "ts-proto": "^1.139.0",
"tsup": "^5.10.1", "tsup": "^5.10.1",
"typescript": "^4.5.3" "typescript": "^4.9.3"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

3749
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff