Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 255c5a3 commit e874ee2
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14
20.10
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@docmaps/build-configs": "workspace:^",
"@types/node": "^18.16.2",
"@types/node": "^20.0.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@docmaps/build-configs": "workspace:^",
"@types/node": "^18.16.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.39.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/express": "^4.17.17",
"@types/isomorphic-fetch": "^0.0.39",
"@types/n3": "^1.16.0",
"@types/node": "^18.16.2",
"@types/node": "^20.0.0",
"@types/rdfjs__data-model": "^2.0.4",
"@types/rdfjs__namespace": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-etl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@docmaps/build-configs": "workspace:^",
"@types/node": "^18.16.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"ava": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/d3-force": "^3.0.7",
"@types/d3-selection": "^3.0.8",
"@types/dagre": "^0.7.51",
"@types/node": "^18.16.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"ava": "^5.2.0",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e874ee2

Please sign in to comment.