chore(deps): update dependency @nextcloud/babel-config to v1.2.0

This commit is contained in:
Renovate Bot 2024-05-17 06:32:09 +00:00
parent 0825598c36
commit 176874f979
1 changed files with 9 additions and 5 deletions

14
package-lock.json generated
View File

@ -2331,14 +2331,18 @@
}
},
"node_modules/@nextcloud/babel-config": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.1.1.tgz",
"integrity": "sha512-u+SahG1xgNa5MYhKVbfko6VF3KVUmV1S6W+ccG1C3bA0AQwkDR/UMn3lM6pCV6kL7NarDFbG7VM5W47mesHlrg==",
"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==",
"dev": true,
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"peerDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.8"
"@babel/preset-env": "^7.24.5"
}
},
"node_modules/@nextcloud/browser-storage": {