Skip to content

Commit

Permalink
Update @types/node to version 20.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 13, 2024
1 parent 2eddbfd commit 5ac4c9d
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 31 deletions.
14 changes: 7 additions & 7 deletions integration-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"ci:coverage": "wireit"
},
"wireit": {
"lint": {
"command": "eslint --ext .js,.ts . && tsc --noEmit",
"dependencies": [
"../../packages/realm-network-transport:bundle",
"lint": {
"command": "eslint --ext .js,.ts . && tsc --noEmit",
"dependencies": [
"../../packages/realm-network-transport:bundle",
"../../packages/realm:bundle"
]
},
]
},
"build": {
"command": "tsc",
"dependencies": [
Expand Down Expand Up @@ -79,7 +79,7 @@
"@types/chai-as-promised": "^7.1.5",
"@types/jsrsasign": "^10.5.4",
"@types/mocha": "^10.0.0",
"@types/node": "^18.15.10",
"@types/node": "^20.10.5",
"concurrently": "^6.5.1",
"mocha": "^10.1.0",
"node-fetch": "^2.6.9",
Expand Down
146 changes: 127 additions & 19 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/mocha-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/mocha": "^8",
"@types/node": "^18.15.10",
"@types/node": "^20.10.5",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/realm-app-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/body-parser": "^1.19.2",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/node": "^18.15.10",
"@types/node": "^20.10.5",
"@types/node-fetch": "^2.6.2",
"@types/yargs": "^17.0.13",
"rollup": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/realm-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/node": "^18.15.10",
"@types/node": "^20.10.5",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/realm-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/fs-extra": "^8.1.0",
"@types/js-base64": "^3.3.1",
"@types/mocha": "^7.0.1",
"@types/node": "^18.15.10",
"@types/node": "^20.10.5",
"abort-controller": "^3.0.0",
"chai": "4.3.6",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"@rollup/plugin-typescript": "^9.0.2",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.15.10",
"@types/node": "^20.10.5",
"@types/path-browserify": "^1.0.0",
"chai": "4.3.6",
"cmake-js": "6.3.2",
Expand Down

0 comments on commit 5ac4c9d

Please sign in to comment.