Skip to content

Commit

Permalink
Update dependency node to v20.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 3f0f8df commit 4c4bb7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.13.0
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@capacitor/cli": "latest",
"@types/express": "4.17.21",
"@types/mocha": "10.0.6",
"@types/node": "20.12.8",
"@types/node": "20.12.11",
"async-test-util": "2.4.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 @@ -25,7 +25,7 @@
"vue-router": "4.3.2"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/node": "20.12.11",
"@types/pouchdb-adapter-http": "6.1.6",
"@types/pouchdb-adapter-idb": "6.1.7",
"@typescript-eslint/eslint-plugin": "7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
"@types/cors": "2.8.17",
"@types/crypto-js": "4.2.2",
"@types/mocha": "10.0.6",
"@types/node": "20.12.8",
"@types/node": "20.12.11",
"@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.12.8",
"@types/node": "20.12.11",
"@types/request-promise-native": "1.0.21",
"async-test-util": "2.4.0",
"request": "2.88.2",
Expand Down

0 comments on commit 4c4bb7a

Please sign in to comment.