Skip to content

Commit 0a42233

Browse files
authored
Bump Typescript and Replace neo4j-driver Browser Integration Test Framework (#1288)
1 parent 11a74e4 commit 0a42233

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+70817
-90430
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint-staged": "^14.0.0",
99
"standard": "^17.1.0",
1010
"ts-standard": "^12.0.2",
11-
"typescript": "^4.9.5"
11+
"typescript": "^5.9.2"
1212
},
1313
"lint-staged": {
1414
"*.{js,html}": [
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"clean": "lerna clean -y && lerna run clean",
4545
"build": "lerna bootstrap --ci",
46-
"set_version::deno": "lerna run set_version --scope neo4j-driver-deno --stream -- ",
46+
"set_version::deno": "lerna run set_version --scope neo4j-driver-deno --stream -- ",
4747
"build::deno": "lerna run build --scope neo4j-driver-deno --stream -- ",
4848
"build::notci": "lerna bootstrap",
4949
"docs": "lerna run docs --stream --concurrency 1",

0 commit comments

Comments
 (0)