1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

M #~: Upgrade fireedge package.json (#72)

This commit is contained in:
Sergio Betanzos 2020-07-03 11:30:54 +02:00 committed by GitHub
parent 0292f690c4
commit b40a3f8fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,38 +19,40 @@
],
"author": "Jorge Lobo",
"license": "ISC",
"engines": {
"node": ">=12.18.2"
},
"dependencies": {
"@material-ui/core": "^4.9.8",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"ace-builds": "^1.4.11",
"atob": "^2.1.2",
"axios": "^0.19.0",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"colors": "^1.3.3",
"compression": "^1.7.3",
"concurrently": "^5.1.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"helmet": "^3.21.0",
"http": "^0.0.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"helmet": "^3.23.3",
"http": "0.0.1-security",
"immutable": "^4.0.0-rc.12",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"node-pre-gyp": "^0.14.0",
"moment": "^2.27.0",
"morgan": "^1.10.0",
"node-pre-gyp": "^0.15.0",
"one-datatable": "sbbarragan/material-table#develop",
"prop-types": "^15.7.2",
"qrcode": "^1.4.2",
"react": "^16.8.6",
"react-ace": "^9.1.1",
"react-dom": "^16.8.6",
"react-hook-form": "^5.7.2",
"react-json-pretty": "^2.1.0",
"react-perfect-scrollbar": "^1.5.3",
"react-hook-form": "^6.0.0",
"react-json-pretty": "^2.2.0",
"react-redux": "^7.1.0",
"react-router-dom": "^4.3.1",
"redux": "^4.0.4",
@ -60,25 +62,25 @@
"sprintf-js": "^1.1.2",
"upcast": "^4.0.0",
"url": "^0.11.0",
"websocket": "^1.0.30",
"websocket": "^1.0.31",
"window-or-global": "^1.0.1",
"xml2js": "^0.4.19",
"xml2js": "^0.4.23",
"xmlrpc": "^1.3.2",
"yaml": "^1.7.2",
"yaml": "^1.10.0",
"yup": "^0.29.1",
"zeromq": "^5.1.0"
"zeromq": "^5.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.2.0",
"cypress": "^3.4.1",
"enzyme": "^3.9.0",
@ -86,10 +88,10 @@
"eslint": "^6.1.0",
"jloboescalona-eslint-config": "^1.1.0",
"node-sass": "^4.12.0",
"nodemon": "^1.18.10",
"nodemon": "^2.0.4",
"react-addons-test-utils": "^15.6.2",
"style-loader": "^1.0.0",
"webpack": "^4.29.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.7",
"webpack-node-externals": "^1.7.2"
}