diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/vnext/package.json b/vnext/package.json index f30e5bcf..ef9c9848 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -11,36 +11,36 @@ "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { - "@babel/core": "7.10.4", + "@babel/core": "7.11.6", "@babel/plugin-proposal-class-properties": "7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "7.10.4", + "@babel/preset-env": "7.11.5", "@babel/preset-react": "7.10.4", "babel-eslint": "^10.1.0", - "babel-jest": "^26.1.0", + "babel-jest": "^26.3.0", "babel-loader": "^8.1.0", - "css-loader": "^3.6.0", + "css-loader": "^4.3.0", "error-overlay-webpack-plugin": "^0.4.1", - "eslint": "^7.4.0", + "eslint": "^7.8.1", "eslint-loader": "^4.0.2", "eslint-plugin-babel": "^5.3.1", - "eslint-plugin-jest": "^23.18.0", + "eslint-plugin-jest": "^24.0.0", "eslint-plugin-only-ascii": "^0.0.0", - "eslint-plugin-react": "^7.20.3", - "eslint-plugin-react-hooks": "^4.0.6", - "file-loader": "^6.0.0", - "html-loader": "^1.1.0", - "html-webpack-plugin": "^4.3.0", - "jest": "^26.1.0", - "mini-css-extract-plugin": "^0.9.0", - "optimize-css-assets-webpack-plugin": "^5.0.3", - "postcss-loader": "^3.0.0", + "eslint-plugin-react": "^7.20.6", + "eslint-plugin-react-hooks": "^4.1.0", + "file-loader": "^6.1.0", + "html-loader": "^1.3.0", + "html-webpack-plugin": "^4.4.1", + "jest": "^26.4.2", + "mini-css-extract-plugin": "^0.11.1", + "optimize-css-assets-webpack-plugin": "^5.0.4", + "postcss-loader": "^4.0.1", "postcss-preset-env": "^6.7.0", "react-test-renderer": "^16.13.1", "style-loader": "^1.2.1", - "stylelint": "^13.6.1", + "stylelint": "^13.7.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^4.43.0", + "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, @@ -76,20 +76,20 @@ } }, "dependencies": { - "axios": "^0.19.2", + "axios": "^0.20.0", "core-js": "^3.6.5", "evil-icons": "^1.10.1", "moment": "^2.27.0", "qs": "^6.9.4", "react": "16.13.1", - "react-content-loader": "^5.1.0", + "react-content-loader": "^5.1.1", "react-cookies": "^0.1.1", "react-dom": "16.13.1", "react-router-dom": "^5.2.0", - "react-use": "^15.3.2", + "react-use": "^15.3.4", "react-use-form-state": "^0.13.1", - "regenerator-runtime": "^0.13.5", + "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", - "url-polyfill": "^1.1.9" + "url-polyfill": "^1.1.10" } } |