aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package.json
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-06-14 18:39:37 +0200
committerMichael Muré <batolettre@gmail.com>2020-06-14 18:39:58 +0200
commitc9e4a356a9e63867ef2c71e05b42f6da97b2b439 (patch)
treeeda026129448c4a77ce463229aadd0cb586c759b /webui/package.json
parentbdab0d6b6712ec311fb157006e608e7d3c9fb41d (diff)
downloadgit-bug-c9e4a356a9e63867ef2c71e05b42f6da97b2b439.tar.gz
webui: update some deps
Diffstat (limited to 'webui/package.json')
-rw-r--r--webui/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/webui/package.json b/webui/package.json
index 902ed1db..61d05a88 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -24,7 +24,7 @@
"react-moment": "^0.9.7",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
- "react-scripts": "^3.3.1",
+ "react-scripts": "^3.4.1",
"remark-html": "^10.0.0",
"remark-parse": "^7.0.2",
"remark-react": "^6.0.0",
@@ -32,12 +32,12 @@
"unified": "^8.4.2"
},
"devDependencies": {
- "@graphql-codegen/cli": "^1.12.1",
- "@graphql-codegen/fragment-matcher": "^1.12.1",
- "@graphql-codegen/near-operation-file-preset": "^1.12.2-alpha-ea7264f9.15",
- "@graphql-codegen/typescript-operations": "^1.12.1",
- "@graphql-codegen/typescript-react-apollo": "^1.12.1",
- "@graphql-codegen/introspection": "^1.12.2",
+ "@graphql-codegen/cli": "^1.15.3",
+ "@graphql-codegen/fragment-matcher": "^1.15.3",
+ "@graphql-codegen/near-operation-file-preset": "^1.15.3",
+ "@graphql-codegen/typescript-operations": "^1.15.3",
+ "@graphql-codegen/typescript-react-apollo": "^1.15.3",
+ "@graphql-codegen/introspection": "^1.15.3",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",