Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump typescript, database-compat #2403

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typescript version
lahirumaramba committed Dec 6, 2023
commit 37c2eee7675864799606cdebf00b113d8d0d23f8
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -229,8 +229,8 @@
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bcrypt": "^5.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.0.0",
@@ -258,7 +258,7 @@
"sinon": "^17.0.1",
"sinon-chai": "^3.0.0",
"ts-node": "^10.2.0",
"typescript": "^5.2.2",
"typescript": "5.1.6",
"yargs": "^17.0.1"
}
}
2 changes: 1 addition & 1 deletion test/unit/index.spec.ts
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ import './remote-config/remote-config-api-client.spec';
import './app-check/app-check.spec';
import './app-check/app-check-api-client-internal.spec';
import './app-check/token-generator.spec';
import './app-check/token-verifier.spec.ts';
import './app-check/token-verifier.spec';

// Eventarc
import './eventarc/eventarc.spec';