Skip to content

Commit

Permalink
Update dependency @types/node to v22.13.1 (#6820)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 6759476 commit 79866c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@capacitor/cli": "latest",
"@types/express": "5.0.0",
"@types/mocha": "10.0.10",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"async-test-util": "2.5.0",
"browser-sync": "^3.0.0",
"concurrently": "9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vue-router": "4.5.0"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/pouchdb-adapter-http": "6.1.6",
"@types/pouchdb-adapter-idb": "6.1.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"@types/cors": "2.8.17",
"@types/crypto-js": "4.2.2",
"@types/mocha": "10.0.10",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/request": "2.48.12",
"@types/request-promise-native": "1.0.21",
"@types/source-map-support": "0.5.10",
Expand Down
2 changes: 1 addition & 1 deletion test/tutorials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rxdb": "../../"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/request-promise-native": "1.0.21",
"async-test-util": "2.5.0",
"request": "2.88.2",
Expand Down

0 comments on commit 79866c9

Please sign in to comment.