diff --git a/app/react-native/package.json b/app/react-native/package.json index 6365275cb889..4f6935777080 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -31,7 +31,7 @@ "@storybook/channel-websocket": "3.4.0-rc.2", "@storybook/core": "3.4.0-rc.2", "@storybook/ui": "3.4.0-rc.2", - "babel-loader": "^7.1.4", + "babel-loader": "^8.2.4", "babel-plugin-macros": "^2.2.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-syntax-trailing-function-commas": "^6.22.0", @@ -48,10 +48,10 @@ "express": "^4.16.3", "find-cache-dir": "^1.0.0", "global": "^4.3.2", - "html-loader": "^0.5.5", - "html-webpack-plugin": "^2.30.1", - "json5": "^0.5.1", - "markdown-loader": "^2.0.2", + "html-loader": "^1.0.0", + "html-webpack-plugin": "^5.0.0", + "json5": "^2.2.2", + "markdown-loader": "^8.0.0", "prop-types": "^15.6.1", "react-dev-utils": "^5.0.0", "react-native-compat": "^1.0.0", @@ -61,7 +61,7 @@ "url-parse": "^1.1.9", "util-deprecate": "^1.0.2", "uuid": "^3.2.1", - "webpack": "^3.11.0", + "webpack": "^5.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.2", "ws": "^4.1.0"