Update dependency @types/node to v18.16.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-04-23 09:19:25 +00:00
parent 3ccbd45be5
commit 732ce6dc4d
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.15.13", "@types/node": "18.16.0",
"@types/react": "18.0.38", "@types/react": "18.0.38",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",

View File

@ -137,10 +137,10 @@
dependencies: dependencies:
tslib "^2.4.0" tslib "^2.4.0"
"@types/node@18.15.13": "@types/node@18.16.0":
version "18.15.13" version "18.16.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q== integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
"@types/prop-types@*": "@types/prop-types@*":
version "15.7.5" version "15.7.5"