1
Fork 0

Merge pull request #85 from viktorstrate/dependabot/npm_and_yarn/ui/babel-plugin-graphql-tag-3.1.0

ui (npm): bump babel-plugin-graphql-tag from 3.0.0 to 3.1.0 in /ui
This commit is contained in:
Viktor Strate Kløvedal 2020-09-21 22:02:42 +02:00 committed by GitHub
commit cb63aca0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -4361,9 +4361,9 @@
}
},
"babel-plugin-graphql-tag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.0.0.tgz",
"integrity": "sha512-v9cNN/csE0IFH0Mb9rJHqgU9IzDz3DjSITfjvt1WlcRIVa5rZwWSV1dje6DUqdLGMAm84t9tbAnOLKrXYYHcFA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.1.0.tgz",
"integrity": "sha512-NuFBZ0Gr7zmf5dbImFBkYIxhu8VriU/86MRYxjShlldleiRVjcZ+rYEzanQAQlH2Q7kNGqaeXvpM7uqUForsng==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",

View File

@ -40,7 +40,7 @@
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-plugin-graphql-tag": "^3.0.0",
"babel-plugin-graphql-tag": "^3.1.0",
"babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",