build(deps-dev): bump @nextcloud/babel-config from 1.2.0 to 1.3.0

Bumps [@nextcloud/babel-config](https://github.com/nextcloud-libraries/babel-config) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/nextcloud-libraries/babel-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/babel-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/babel-config/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/babel-config"
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-15 02:21:18 +00:00 committed by Andy Scherzinger
parent cc626b3af6
commit bdca51f1d0
2 changed files with 8 additions and 10 deletions

16
package-lock.json generated
View file

@ -93,7 +93,7 @@
"@babel/preset-typescript": "^7.28.5",
"@cypress/vue2": "^2.1.1",
"@cypress/webpack-preprocessor": "^7.0.2",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/babel-config": "^1.3.0",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.1",
@ -3609,19 +3609,17 @@
}
},
"node_modules/@nextcloud/babel-config": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.2.0.tgz",
"integrity": "sha512-QOESlmX99UOfXdPANpoeFtfoRWWfKhBm1wXgF2lLnwpOBq4ZzdtqI+wphhWA/lkdfw/sftZzd1UJF/gcPDpiAw==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.3.0.tgz",
"integrity": "sha512-qk4mBJahzp2mkiizU9RbeABa6JhqSwR43SXptNQhM3kpxAuP2OAQQhomYnxog/XfFcYExZzOkgRBPlcLEoik0w==",
"dev": true,
"license": "AGPL-3.0-or-later",
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20 || ^22 || ^24"
},
"peerDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.27.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.24.5"
"@babel/preset-env": "^7.27.2"
}
},
"node_modules/@nextcloud/browser-storage": {

View file

@ -124,7 +124,7 @@
"@babel/preset-typescript": "^7.28.5",
"@cypress/vue2": "^2.1.1",
"@cypress/webpack-preprocessor": "^7.0.2",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/babel-config": "^1.3.0",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.1",