Skip to content

Commit 631c304

Browse files
committed
mongo consistency
1 parent ac6106c commit 631c304

File tree

11 files changed

+289
-106
lines changed

11 files changed

+289
-106
lines changed

package-lock.json

Lines changed: 272 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integrations/gei-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-basic",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"scripts": {

packages/integrations/gei-bookings/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integrations/gei-bookings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-bookings",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"form-data": "^4.0.0",
2323
"graphql-editor-cli": "^0.8.6",
2424
"i-graphql": "^0.1.2",
25-
"mongodb": "^5.1.0",
25+
"mongodb": "^6.2.0",
2626
"node-fetch": "^3.3.0",
2727
"stucco-js": "^0.10.18"
2828
}

packages/integrations/gei-crud/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integrations/gei-crud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-crud",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "GraphQL Editor integration for stucco. Allows basic crud operations and relations.",
55
"main": "lib/index.js",
66
"private": false,
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"graphql-editor-cli": "^0.8.6",
4040
"jsonwebtoken": "^8.5.1",
41-
"mongodb": "^4.7.0",
41+
"mongodb": "^6.2.0",
4242
"node-fetch": "^2.6.0",
4343
"stucco-js": "^0.9.16",
4444
"ws": "^8.8.0"

packages/integrations/gei-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-rest",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "",
55
"main": "lib/index.js",
66
"type": "module",

packages/integrations/gei-s3/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integrations/gei-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-s3",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"scripts": {

packages/integrations/gei-stripe/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-stripe",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"jsonwebtoken": "^9.0.0",
2929
"jwt-decode": "^3.1.2",
3030
"mailgun.js": "^8.0.6",
31-
"mongodb": "^5.1.0",
31+
"mongodb": "^6.2.0",
3232
"node-fetch": "^3.3.0",
3333
"stripe": "^11.4.0",
3434
"stucco-js": "^0.10.18",

0 commit comments

Comments
 (0)