Merge pull request #2383 from nextcloud/dependabot/npm_and_yarn/typescript-5.5.2

This commit is contained in:
dependabot[bot] 2024-06-25 19:30:46 +00:00 коммит произвёл GitHub
Родитель 91c70f7dd2 94785de577
Коммит f1c029eb0e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -0,0 +1,3 @@
# Maintenance
- Update the typescript transcompiler

8
package-lock.json сгенерированный
Просмотреть файл

@ -59,7 +59,7 @@
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-scss": "^5.3.0",
"ts-loader": "^9.5.1",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"vue-template-compiler": "^2.7.15",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
@ -21130,9 +21130,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

Просмотреть файл

@ -80,7 +80,7 @@
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-scss": "^5.3.0",
"ts-loader": "^9.5.1",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"vue-template-compiler": "^2.7.15",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",