Skip to content

Commit

Permalink
Update all dependencies except for vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 12, 2023
1 parent dd0d63e commit 6030743
Show file tree
Hide file tree
Showing 9 changed files with 7,986 additions and 10,433 deletions.
10 changes: 10 additions & 0 deletions .changeset/strange-guests-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@mondokit/gcp-datastore-backups": patch
"@mondokit/gcp-firestore-backups": patch
"@mondokit/gcp-firebase-auth": patch
"@mondokit/gcp-datastore": patch
"@mondokit/gcp-storage": patch
"@mondokit/gcp-tasks": patch
---

Update all dependencies except for vitest
18,367 changes: 7,954 additions & 10,413 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
],
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/express": "4.17.17",
"@types/lodash": "4.14.194",
"@types/node": "16.18.23",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"@types/express": "^4.17.21",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.4",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"express": "4.18.2",
"jest-extended": "^4.0.0",
"nock": "^13.3.1",
"prettier": "2.8.7",
"jest-extended": "^4.0.2",
"nock": "^13.4.0",
"prettier": "^3.1.1",
"supertest": "6.3.3",
"typescript": "5.1.6",
"typescript": "^5.3.3",
"vitest": "^0.33.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-datastore-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/mondo-mob/mondokit",
"dependencies": {
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"nanoid": "^5.0.4"
},
"peerDependencies": {
Expand All @@ -43,6 +43,6 @@
"@mondokit/gcp-datastore": "1.0.0-alpha.2",
"@mondokit/gcp-storage": "1.0.0-alpha.3",
"@mondokit/gcp-tasks": "1.0.0-alpha.2",
"@types/luxon": "3.3.0"
"@types/luxon": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/gcp-datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"dataloader": "^2.2.2",
"lodash-es": "^4.17.21",
"p-limit": "^3.1.0"
"p-limit": "^5.0.0"
},
"peerDependencies": {
"@google-cloud/datastore": ">=7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@mondokit/gcp-core": "1.0.0-alpha.3",
"firebase-admin": "11.11.1"
"firebase-admin": "^12.0.0"
},
"gitHead": "087032afa8903aa576041cdfe4913fe8f115e919"
}
4 changes: 2 additions & 2 deletions packages/gcp-firestore-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/mondo-mob/mondokit",
"dependencies": {
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"nanoid": "^5.0.4"
},
"peerDependencies": {
Expand All @@ -43,6 +43,6 @@
"@mondokit/gcp-firestore": "1.0.0-alpha.5",
"@mondokit/gcp-storage": "1.0.0-alpha.3",
"@mondokit/gcp-tasks": "1.0.0-alpha.2",
"@types/luxon": "3.3.0"
"@types/luxon": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/gcp-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"express": ">= 4.17.1"
},
"dependencies": {
"p-limit": "^3.1.0"
"p-limit": "^5.0.0"
},
"devDependencies": {
"@google-cloud/storage": "^7.7.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/gcp-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
"homepage": "https://github.com/mondo-mob/mondokit",
"peerDependencies": {
"@google-cloud/tasks": ">= 3.0.0",
"google-gax": ">= 3.0.0",
"@mondokit/gcp-core": "^1.0.0-alpha.1",
"express": ">= 4.17.1"
},
"devDependencies": {
"@google-cloud/tasks": "^4.0.1",
"@mondokit/gcp-core": "^1.0.0-alpha.3"
"@mondokit/gcp-core": "^1.0.0-alpha.3",
"google-gax": "^4.0.5"
},
"dependencies": {
"node-fetch": "^3.3.2"
Expand Down

0 comments on commit 6030743

Please sign in to comment.