Skip to content

Commit

Permalink
Update dependency @types/node to v20.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent 92045c2 commit 880d2cb
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": "4.17.21",
"@types/mocha": "10.0.7",
"@types/node": "20.14.11",
"@types/node": "20.14.12",
"async-test-util": "2.5.0",
"browser-sync": "^3.0.0",
"concurrently": "8.2.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.4.0"
},
"devDependencies": {
"@types/node": "20.14.11",
"@types/node": "20.14.12",
"@types/pouchdb-adapter-http": "6.1.6",
"@types/pouchdb-adapter-idb": "6.1.7",
"@typescript-eslint/eslint-plugin": "7.16.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
"@types/cors": "2.8.17",
"@types/crypto-js": "4.2.2",
"@types/mocha": "10.0.7",
"@types/node": "20.14.11",
"@types/node": "20.14.12",
"@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": "20.14.11",
"@types/node": "20.14.12",
"@types/request-promise-native": "1.0.21",
"async-test-util": "2.5.0",
"request": "2.88.2",
Expand Down

0 comments on commit 880d2cb

Please sign in to comment.