mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
fix @types/node version
This commit is contained in:
@@ -6,6 +6,13 @@ updates:
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
groups:
|
||||
node-types:
|
||||
applies-to: version-updates
|
||||
pattersn:
|
||||
- '@types/node'
|
||||
update-types:
|
||||
- 'minor'
|
||||
- 'patch'
|
||||
angular:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
|
||||
Generated
+8
-8
@@ -24,7 +24,7 @@
|
||||
"@angular/cli": "20.1.6",
|
||||
"@angular/compiler-cli": "20.1.7",
|
||||
"@types/luxon": "3.7.1",
|
||||
"@types/node": "24.2.1",
|
||||
"@types/node": "22.16.5",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "5.8.3"
|
||||
}
|
||||
@@ -3326,13 +3326,13 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "24.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz",
|
||||
"integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
|
||||
"version": "22.16.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.5.tgz",
|
||||
"integrity": "sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~7.10.0"
|
||||
"undici-types": "~6.21.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@vitejs/plugin-basic-ssl": {
|
||||
@@ -7527,9 +7527,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
"version": "7.10.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
|
||||
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
||||
"version": "6.21.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
||||
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
"@angular/cli": "20.1.6",
|
||||
"@angular/compiler-cli": "20.1.7",
|
||||
"@types/luxon": "3.7.1",
|
||||
"@types/node": "24.2.1",
|
||||
"@types/node": "22.16.5",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "5.8.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user