updated version

This commit is contained in:
Sean Macfarlane
2020-11-17 17:58:57 -05:00
parent 0d6b2f05af
commit 1f9da3f314
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
/node_modules
/.pnp
.pnp.js
package-lock.json
# testing
/coverage

View File

@@ -1,6 +1,6 @@
{
"name": "wlan-cloud-ui",
"version": "0.5.3",
"version": "0.5.4",
"author": "ConnectUs",
"description": "React Portal",
"engines": {
@@ -21,7 +21,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@apollo/client": "^3.1.3",
"@tip-wlan/wlan-cloud-ui-library": "^0.3.16",
"@tip-wlan/wlan-cloud-ui-library": "^0.3.19",
"antd": "^4.5.2",
"apollo-upload-client": "^13.0.0",
"clean-webpack-plugin": "^3.0.0",