Merge pull request #28126 from nextcloud/dependabot/npm_and_yarn/stable22/nextcloud/babel-config-1.0.0

Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0
This commit is contained in:
MichaIng 2021-07-25 17:29:25 +02:00 committed by GitHub
commit 4c47cef75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4939,9 +4939,9 @@
}
},
"@nextcloud/babel-config": {
"version": "1.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.0.0-beta.1.tgz",
"integrity": "sha512-qA3Xl33J7V8S596JFpVRMoQ/Lknz19gfRWN14GRb2xl7MBcbonSzCPpgqZcgOdA/MQL+CfRPW40hEX0zNKB1fA==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.0.0.tgz",
"integrity": "sha512-olz7sqPD7xMDP2KcYwODtitH37faR/C5jKX1oxXzdDf+s1FRy6OQTC5ZqZR2LHZA6jTUvmwM/xWBPoEB/HPFRw==",
"dev": true
},
"@nextcloud/browser-storage": {

View file

@ -94,7 +94,7 @@
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",