Merge pull request #11479 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/babel-loader-8.0.4

Bump babel-loader from 7.1.5 to 8.0.4 in /apps/accessibility
This commit is contained in:
Roeland Jago Douma 2018-10-01 11:36:06 +02:00 committed by GitHub
commit 240d919cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1051 additions and 736 deletions

View File

@ -1,7 +1,7 @@
{
"presets": [
[
"env",
"@babel/preset-env",
{
"targets": {
"browsers": ["last 2 versions", "not ie <= 11"]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -19,9 +19,9 @@
"not ie <= 11"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"vue-loader": "^15.4.2",