chore: revert node types to v16

This commit is contained in:
Daniel Roe 2023-02-07 10:08:25 +00:00
parent 5455c4a391
commit 3d034a30d7
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
"@types/file-loader": "5.0.1",
"@types/html-minifier": "4.0.2",
"@types/less": "3.0.3",
"@types/node": "18.11.19",
"@types/node": "^16",
"@types/optimize-css-assets-webpack-plugin": "5.0.5",
"@types/pug": "2.0.6",
"@types/serve-static": "1.15.0",

View File

@ -3060,10 +3060,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
"@types/node@18.11.19":
version "18.11.19"
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d"
integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==
"@types/node@^16":
version "16.18.12"
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.12.tgz#e3bfea80e31523fde4292a6118f19ffa24fd6f65"
integrity sha512-vzLe5NaNMjIE3mcddFVGlAXN1LEWueUsMsOJWaT6wWMJGyljHAWHznqfnKUQWGzu7TLPrGvWdNAsvQYW+C0xtw==
"@types/normalize-package-data@^2.4.0":
version "2.4.1"