Skip to content

Commit

Permalink
chore: update @types/node to v20.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed May 1, 2024
1 parent 2b4fd19 commit b026fbb
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 555 deletions.
1 change: 0 additions & 1 deletion packages/demo/.tool-versions

This file was deleted.

3 changes: 2 additions & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@angular/language-service": "17.3.3",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "18.17.19",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
Expand All @@ -69,6 +69,7 @@
"sockjs": "0.3.24",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"undici-types": "6.15.0",
"webpack": "5.91.0"
}
}
2 changes: 1 addition & 1 deletion packages/nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
Expand Down
Loading

0 comments on commit b026fbb

Please sign in to comment.