chore: bump version in ./app/package.json #242

This commit is contained in:
Bill Church 2021-05-17 06:50:13 -04:00
parent 545d503e91
commit 00e990c7e6

View file

@ -1,6 +1,6 @@
{ {
"name": "webssh2", "name": "webssh2",
"version": "0.3.1", "version": "0.4.0-testing-0",
"ignore": [ "ignore": [
".gitignore" ".gitignore"
], ],
@ -65,9 +65,12 @@
"css-loader": "^5.2.4", "css-loader": "^5.2.4",
"eslint": "^7.26.0", "eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"mini-css-extract-plugin": "^1.6.0", "mini-css-extract-plugin": "^1.6.0",
"nodaemon": "0.0.5", "nodaemon": "0.0.5",
"prettier": "^2.3.0",
"snazzy": "^9.0.0", "snazzy": "^9.0.0",
"socket.io-client": "^4.1.1", "socket.io-client": "^4.1.1",
"standard-version": "^9.3.0", "standard-version": "^9.3.0",