diff --git a/examples/draft-0-9-1/tex/package.json b/examples/draft-0-9-1/tex/package.json index c69b8b0b0d..382e215a81 100644 --- a/examples/draft-0-9-1/tex/package.json +++ b/examples/draft-0-9-1/tex/package.json @@ -7,7 +7,7 @@ "dependencies": { "babel": "5.8.23", "babel-core": "^6.8.0", - "babel-loader": "^6.2.4", + "babel-loader": "^8.2.4", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "express": "^4.13.1", @@ -15,7 +15,7 @@ "katex": "^0.5.1", "react": "^15.0.0", "react-dom": "^15.0.0", - "webpack": "^1.10.5", + "webpack": "^5.0.0", "webpack-dev-server": "^1.10.1" } }