Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v14.17.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 19, 2021
1 parent 701e746 commit 90646a5
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 @@ -68,7 +68,7 @@
"@nguniversal/builders": "12.1.0",
"@types/express": "4.17.13",
"@types/mocha": "8.2.3",
"@types/node": "14.17.16",
"@types/node": "14.17.17",
"@types/pouchdb-adapter-http": "6.1.3",
"@types/pouchdb-adapter-idb": "6.1.4",
"@types/pouchdb-adapter-memory": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rxjs": "7.3.0"
},
"devDependencies": {
"@types/node": "14.17.16",
"@types/node": "14.17.17",
"@types/pouchdb-adapter-http": "6.1.3",
"@types/pouchdb-adapter-idb": "6.1.4",
"@vue/cli-plugin-pwa": "4.5.13",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@types/faker": "5.5.8",
"@types/memdown": "3.0.0",
"@types/mocha": "8.2.3",
"@types/node": "14.17.16",
"@types/node": "14.17.17",
"@types/pouchdb-adapter-memory": "6.1.3",
"@types/request": "2.48.7",
"@types/request-promise-native": "1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion test/tutorials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rxdb": "../../"
},
"devDependencies": {
"@types/node": "14.17.16",
"@types/node": "14.17.17",
"@types/pouchdb-adapter-http": "6.1.3",
"@types/request-promise-native": "1.0.18",
"async-test-util": "1.7.3",
Expand Down

0 comments on commit 90646a5

Please sign in to comment.