Skip to content

Commit

Permalink
Minor package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jul 7, 2024
1 parent 03e4bb3 commit 6edc3c2
Show file tree
Hide file tree
Showing 41 changed files with 109 additions and 108 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"dataloaders",
"fastify",
"fileprovider",
"JWKS",
"liveactivity",
"lockb",
"Onesignal",
Expand Down
6 changes: 3 additions & 3 deletions apps/cms-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-native": "~0.72.4",
"react-native-gesture-handler": "^2.14.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
Expand All @@ -45,14 +45,14 @@
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.8",
"recursive": "^0.0.2",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"urql": "4.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0"
"@graphql-codegen/client-preset": "^4.3.2"
},
"private": true
}
2 changes: 1 addition & 1 deletion apps/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions apps/supplement-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@zemble/utils": "workspace:*",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"mongodb": "^6.7.0",
"mongodb": "^6.8.0",
"papr": "^15.2.2"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion apps/todo-app-with-auth-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@zemble/bun": "workspace:*"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion apps/todo-app-with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/react": "^18.3.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"private": true
}
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@tsconfig/bun": "^1.0.6",
"@tsconfig/bun": "^1.0.7",
"@types/bun": "*",
"@types/debug": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"bun-types": "1.1.15",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"bun-types": "1.1.18",
"check-dependency-version-consistency": "^4.1.0",
"eslint": "8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-kingstinct": "workspace:*",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-comment-length": "^1.7.3",
"eslint-plugin-functional": "^6.6.0",
"eslint-plugin-functional": "^6.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand All @@ -80,15 +80,15 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"pino-pretty": "^11.2.1",
"turbo": "^2.0.4",
"turbo": "^2.0.6",
"typescript-json-schema": "^0.64.0"
},
"workspaces": [
"packages/*",
"apps/*"
],
"dependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.7",
"debug": "^4.3.5",
"graphql": "^16.9.0",
"madge": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/anonymous-auth-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-codegen/client-preset": "^4.3.2",
"@types/react": "^18.3.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"private": true
}
4 changes: 2 additions & 2 deletions packages/auth-api-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@zemble/graphql": "workspace:*",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"hono": "^4.4.7",
"jose": "^5.4.1",
"hono": "^4.4.12",
"jose": "^5.6.3",
"@zemble/auth": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ describe('Mutation.loginWithAple', () => {
silenceErrors: true,
})

expect(res.errors?.[0]).toHaveProperty('message', '[@zemble/auth-apple] Error validating Apple ID token, the token has expired')
expect(res.errors?.[0]).toHaveProperty('message', '[@zemble/auth-apple] Error validating Apple ID token, the token is probably not valid')
})
})
2 changes: 1 addition & 1 deletion packages/auth-apple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@zemble/core": "workspace:*",
"@zemble/graphql": "workspace:*",
"graphql": "^16.9.0",
"jose": "^5.4.1",
"jose": "^5.6.3",
"@zemble/auth": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/auth-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/react": "^18.3.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"private": true
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@zemble/graphql": "workspace:*",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"hono": "^4.4.7",
"jose": "^5.4.1",
"hono": "^4.4.12",
"jose": "^5.6.3",
"@zemble/kv": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/bull/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"license": "ISC",
"dependencies": {
"@bull-board/api": "^5.20.2",
"@bull-board/api": "^5.20.5",
"@types/ejs": "^3.1.5",
"@zemble/auth": "workspace:*",
"@zemble/core": "workspace:*",
"@zemble/graphql": "workspace:*",
"@zemble/utils": "workspace:*",
"bullmq": "^5.8.2",
"bullmq": "^5.8.4",
"ejs": "^3.1.10",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"hono": "^4.4.7",
"hono": "^4.4.12",
"ioredis": "^5.4.1",
"safe-stable-stringify": "^2.4.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cms-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@envelop/core": "^5.0.1",
"@envelop/extended-validation": "^4.0.0",
"@envelop/generic-auth": "^7.0.0",
"@graphql-tools/executor": "^1.2.7",
"@graphql-tools/executor": "^1.2.8",
"@zemble/auth": "workspace:*",
"@zemble/auth-otp": "workspace:*",
"@zemble/cms": "workspace:*",
Expand All @@ -50,9 +50,9 @@
"dataloader": "^2.2.2",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"hono": "^4.4.7",
"jose": "^5.4.1",
"mongodb": "^6.7.0",
"hono": "^4.4.12",
"jose": "^5.6.3",
"mongodb": "^6.8.0",
"papr": "^15.2.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@envelop/core": "^5.0.1",
"@envelop/extended-validation": "^4.0.0",
"@envelop/generic-auth": "^7.0.0",
"@graphql-tools/utils": "^10.2.2",
"@graphql-tools/utils": "^10.3.1",
"@zemble/auth": "workspace:*",
"@zemble/core": "workspace:*",
"@zemble/graphql": "workspace:*",
Expand All @@ -48,14 +48,14 @@
"dataloader": "^2.2.2",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"hono": "^4.4.7",
"jose": "^5.4.1",
"hono": "^4.4.12",
"jose": "^5.6.3",
"memfs": "^4.9.3",
"mongodb": "^6.7.0",
"mongodb": "^6.8.0",
"papr": "^15.2.2"
},
"devDependencies": {
"mongodb-memory-server": "9",
"type-fest": "^4.20.1"
"type-fest": "^4.21.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@zemble/utils": "workspace:*",
"debug": "^4.3.5",
"dotenv": "^16.4.5",
"hono": "^4.4.7",
"jose": "^5.4.1",
"hono": "^4.4.12",
"jose": "^5.6.3",
"pino": "^9.2.0",
"pino-debug": "^2.0.0"
},
"devDependencies": {
"type-fest": "^4.20.1"
"type-fest": "^4.21.0"
}
}
8 changes: 4 additions & 4 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@types/bun": "*",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@tsconfig/bun": "^1.0.6"
"@graphql-codegen/client-preset": "^4.3.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@tsconfig/bun": "^1.0.7"
},
"peerDependencies": {
"typescript": "^5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/email-resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@zemble/core": "workspace:*",
"@zemble/graphql": "workspace:*",
"graphql": "^16.9.0",
"resend": "^3.3.0"
"resend": "^3.4.0"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0"
"@graphql-codegen/client-preset": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/email-sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"devDependencies": {
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0"
"@graphql-codegen/client-preset": "^4.3.2"
}
}
10 changes: 5 additions & 5 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-comment-length": "^1.7.3",
"eslint-plugin-eslint-plugin": "^6.1.0",
"eslint-plugin-functional": "^6.6.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-functional": "^6.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand All @@ -85,6 +85,6 @@
"graphql": "^16.9.0",
"lint-staged": "^15.2.7",
"react": "^18.3.1",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
10 changes: 5 additions & 5 deletions packages/firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@zemble/routes": "workspace:*",
"@zemble/auth": "workspace:*",
"@zemble/utils": "workspace:*",
"firebase": "^10.12.2",
"firebase": "^10.12.3",
"firebase-admin": "^12.2.0"
},
"scripts": {
Expand All @@ -28,10 +28,10 @@
"@types/bun": "*",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@tsconfig/bun": "^1.0.6"
"@graphql-codegen/client-preset": "^4.3.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@tsconfig/bun": "^1.0.7"
},
"peerDependencies": {
"typescript": "^5.3.3"
Expand Down
14 changes: 7 additions & 7 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"@eddeee888/gcg-typescript-resolver-files": "^0.9.4",
"@envelop/core": "^5.0.1",
"@envelop/on-resolve": "^4.1.0",
"@graphql-tools/delegate": "^10.0.11",
"@graphql-tools/delegate": "^10.0.13",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.4",
"@graphql-tools/utils": "^10.2.2",
"@graphql-tools/utils": "^10.3.1",
"@graphql-tools/wrap": "^10.0.5",
"@zemble/core": "workspace:*",
"debug": "^4.3.5",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"graphql-ws": "^5.16.0",
"graphql-yoga": "^5.4.0",
"hono": "^4.4.7",
"graphql-yoga": "^5.6.0",
"hono": "^4.4.12",
"sofa-api": "^0.18.3"
},
"optionalDependencies": {
Expand All @@ -63,9 +63,9 @@
"devDependencies": {
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@graphql-codegen/client-preset": "^4.3.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"ioredis": "^5.4.1",
"@graphql-yoga/redis-event-target": "^3.0.1"
}
Expand Down
Loading

0 comments on commit 6edc3c2

Please sign in to comment.