BOD-17 Basic creation of a contract functioning.

This commit is contained in:
Patrick Fic
2020-03-31 12:11:48 -07:00
parent 9ae3843b3b
commit 72f4d31b05
17 changed files with 884 additions and 190 deletions

View File

@@ -7,9 +7,9 @@
"@ckeditor/ckeditor5-build-classic": "^18.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@nivo/pie": "^0.61.1",
"@tanem/react-nprogress": "^3.0.19",
"@tanem/react-nprogress": "^3.0.20",
"aamva": "^1.2.0",
"antd": "^4.0.4",
"antd": "^4.1.0",
"apollo-boost": "^0.4.4",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
@@ -18,9 +18,9 @@
"apollo-link-ws": "^1.0.19",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"firebase": "^7.12.0",
"firebase": "^7.13.1",
"graphql": "^14.6.0",
"i18next": "^19.3.3",
"i18next": "^19.3.4",
"node-sass": "^4.13.1",
"react": "^16.13.1",
"react-apollo": "^3.1.3",
@@ -73,6 +73,6 @@
"@apollo/react-testing": "^3.1.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"source-map-explorer": "^2.3.1"
"source-map-explorer": "^2.4.2"
}
}