Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.14.2 (#9077)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2023
1 parent 24903ca commit 123834e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "2.8.4"
},
"devDependencies": {
"@types/node": "18.14.1",
"@types/node": "18.14.2",
"tsup": "6.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/babel-optimized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@svgr/webpack": "5.5.0",
"@types/jest": "27.5.2",
"@types/node": "18.14.1",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"babel-jest": "27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@theguild/tailwind-config": "0.2.1",
"@types/dedent": "0.7.0",
"@types/jsonpath": "0.2.0",
"@types/node": "18.14.1",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"fast-xml-parser": "4.1.2",
"jsonpath": "1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4587,10 +4587,10 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node@*", "@types/node@18.14.1", "@types/node@^18.11.18":
version "18.14.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1.tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f"
integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==
"@types/node@*", "@types/node@18.14.2", "@types/node@^18.11.18":
version "18.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==

"@types/node@^12.7.1":
version "12.20.55"
Expand Down

0 comments on commit 123834e

Please sign in to comment.