mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
build(deps-dev): bump @nextcloud/typings in /build/frontend-legacy
Bumps [@nextcloud/typings](https://github.com/nextcloud-libraries/nextcloud-typings) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-typings/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-typings/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-typings/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: "@nextcloud/typings" dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fac380fb88
commit
60adc36063
2 changed files with 6 additions and 7 deletions
11
build/frontend-legacy/package-lock.json
generated
11
build/frontend-legacy/package-lock.json
generated
|
|
@ -91,7 +91,7 @@
|
|||
"@babel/plugin-transform-private-methods": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
"@nextcloud/babel-config": "^1.3.0",
|
||||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/typings": "^1.10.0",
|
||||
"@nextcloud/webpack-vue-config": "^7.0.1",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@testing-library/jest-dom": "^6.6.4",
|
||||
|
|
@ -3695,16 +3695,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/typings": {
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz",
|
||||
"integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz",
|
||||
"integrity": "sha512-SMC42rDjOH3SspPTLMZRv76ZliHpj2JJkF8pGLP8l1QrVTZxE47Qz5qeKmbj2VL+dRv2e/NgixlAFmzVnxkhqg==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@types/jquery": "3.5.16"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload": {
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
"@babel/plugin-transform-private-methods": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
"@nextcloud/babel-config": "^1.3.0",
|
||||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/typings": "^1.10.0",
|
||||
"@nextcloud/webpack-vue-config": "^7.0.1",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@testing-library/jest-dom": "^6.6.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue