Implement toast component
Implemented the toast component for success messages
Showing
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
"@babel/preset-env": "^7.3.1", | "@babel/preset-env": "^7.3.1", | ||
"@gitlab/csslab": "^1.9.0", | "@gitlab/csslab": "^1.9.0", | ||
"@gitlab/svgs": "^1.59.0", | "@gitlab/svgs": "^1.59.0", | ||
"@gitlab/ui": "^3.4.0", | "@gitlab/ui": "^3.5.0", | ||
"apollo-cache-inmemory": "^1.5.1", | "apollo-cache-inmemory": "^1.5.1", | ||
"apollo-client": "^2.5.1", | "apollo-client": "^2.5.1", | ||
"apollo-upload-client": "^10.0.0", | "apollo-upload-client": "^10.0.0", | ||
... | ... |
Please register or sign in to comment