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 1047 additions and 732 deletions

View file

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

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",