Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v16.18.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2023
1 parent 10bb875 commit 6ec143e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/aegis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@swc/jest": "0.2.26",
"@types/gulp": "4.0.10",
"@types/jest": "29.5.0",
"@types/node": "16.18.25",
"@types/node": "16.18.35",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"aegis-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/jest": "0.2.24",
"@types/gulp": "4.0.10",
"@types/jest": "29.2.5",
"@types/node": "16.18.25",
"@types/node": "16.18.35",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"aegis-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@testing-library/react": "13.4.0",
"@types/gulp": "4.0.10",
"@types/jest": "29.2.5",
"@types/node": "16.18.25",
"@types/node": "16.18.35",
"@types/react": "18.2.0",
"@types/testing-library__react": "10.2.0",
"@types/use-sync-external-store": "0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@swc/jest": "0.2.24",
"@types/gulp": "4.0.10",
"@types/jest": "29.2.5",
"@types/node": "16.18.25",
"@types/node": "16.18.35",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"aegis-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@swc/jest": "0.2.24",
"@types/gulp": "4.0.10",
"@types/jest": "29.2.5",
"@types/node": "16.18.25",
"@types/node": "16.18.35",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@vue/composition-api": "0.6.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ __metadata:
"@swc/jest": 0.2.24
"@types/gulp": 4.0.10
"@types/jest": 29.2.5
"@types/node": 16.18.25
"@types/node": 16.18.35
"@typescript-eslint/eslint-plugin": 5.48.0
"@typescript-eslint/parser": 5.48.0
aegis-tools: "workspace:*"
Expand Down Expand Up @@ -1200,7 +1200,7 @@ __metadata:
"@testing-library/react": 13.4.0
"@types/gulp": 4.0.10
"@types/jest": 29.2.5
"@types/node": 16.18.25
"@types/node": 16.18.35
"@types/react": 18.2.0
"@types/testing-library__react": 10.2.0
"@types/use-sync-external-store": 0.0.3
Expand Down Expand Up @@ -1242,7 +1242,7 @@ __metadata:
"@swc/jest": 0.2.24
"@types/gulp": 4.0.10
"@types/jest": 29.2.5
"@types/node": 16.18.25
"@types/node": 16.18.35
"@typescript-eslint/eslint-plugin": 5.48.0
"@typescript-eslint/parser": 5.48.0
aegis-tools: "workspace:*"
Expand Down Expand Up @@ -1275,7 +1275,7 @@ __metadata:
"@swc/jest": 0.2.24
"@types/gulp": 4.0.10
"@types/jest": 29.2.5
"@types/node": 16.18.25
"@types/node": 16.18.35
"@typescript-eslint/eslint-plugin": 5.48.0
"@typescript-eslint/parser": 5.48.0
"@vue/composition-api": 0.6.7
Expand Down Expand Up @@ -1325,7 +1325,7 @@ __metadata:
"@swc/jest": 0.2.26
"@types/gulp": 4.0.10
"@types/jest": 29.5.0
"@types/node": 16.18.25
"@types/node": 16.18.35
"@typescript-eslint/eslint-plugin": 5.58.0
"@typescript-eslint/parser": 5.58.0
aegis-tools: "workspace:*"
Expand Down Expand Up @@ -2126,10 +2126,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.18.25":
version: 16.18.25
resolution: "@types/node@npm:16.18.25"
checksum: 181760ad6b54fcc498dfeb249e98bbf0be51d7c35e92e760e1a82004fa42b86e8c33a8f8dd7743b5ef872bda0753d9e6a5b8e3f0aed63e9eb79b4e65760c1fbe
"@types/node@npm:16.18.35":
version: 16.18.35
resolution: "@types/node@npm:16.18.35"
checksum: 68e3015eb24f009d2b5a7ad959d1e1090016847248f22242c520b75a2780eb19e2d212e775e68022ed474fac00bcc8edaebcd02712f1dfee542efa23e2a4027e
languageName: node
linkType: hard

Expand Down

0 comments on commit 6ec143e

Please sign in to comment.