Update dependency typescript to v5.4.3
This commit is contained in:
parent
8ce32e525f
commit
088bfb45c2
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -112,7 +112,7 @@
|
||||||
"stylelint-config-standard-scss": "13.0.0",
|
"stylelint-config-standard-scss": "13.0.0",
|
||||||
"stylelint-prettier": "5.0.0",
|
"stylelint-prettier": "5.0.0",
|
||||||
"tracked-built-ins": "3.3.0",
|
"tracked-built-ins": "3.3.0",
|
||||||
"typescript": "5.4.2",
|
"typescript": "5.4.3",
|
||||||
"webpack": "5.90.3",
|
"webpack": "5.90.3",
|
||||||
"webpack-subresource-integrity-embroider": "0.1.3"
|
"webpack-subresource-integrity-embroider": "0.1.3"
|
||||||
},
|
},
|
||||||
|
@ -50718,9 +50718,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.4.2",
|
"version": "5.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
||||||
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
|
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"tsc": "bin/tsc",
|
"tsc": "bin/tsc",
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
"stylelint-config-standard-scss": "13.0.0",
|
"stylelint-config-standard-scss": "13.0.0",
|
||||||
"stylelint-prettier": "5.0.0",
|
"stylelint-prettier": "5.0.0",
|
||||||
"tracked-built-ins": "3.3.0",
|
"tracked-built-ins": "3.3.0",
|
||||||
"typescript": "5.4.2",
|
"typescript": "5.4.3",
|
||||||
"webpack": "5.90.3",
|
"webpack": "5.90.3",
|
||||||
"webpack-subresource-integrity-embroider": "0.1.3"
|
"webpack-subresource-integrity-embroider": "0.1.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue