Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit d780fbd

Browse files
authored
Hot reload working in Docs upload dependencies (#1198) (#1199)
1 parent d37e2c9 commit d780fbd

File tree

3 files changed

+161
-93
lines changed

3 files changed

+161
-93
lines changed

internal/cosmos-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"clean-webpack-plugin": "0.1.19",
1919
"css-loader": "0.28.11",
2020
"error-overlay-webpack-plugin": "0.1.5",
21-
"execa": "0.10.0",
21+
"execa": "1.0.0",
2222
"html-webpack-plugin": "3.2.0",
2323
"ora": "2.1.0",
2424
"react-hot-loader": "4.3.3",
2525
"serve": "9.1.0",
2626
"style-loader": "0.21.0",
2727
"webpack": "4.15.1",
2828
"webpack-cli": "3.0.8",
29-
"webpack-dev-server": "3.1.4",
29+
"webpack-dev-server": "3.1.10",
3030
"yargs": "11.0.0"
3131
}
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"enzyme": "^3.5.0",
5252
"enzyme-adapter-react-16": "^1.3.0",
5353
"enzyme-to-json": "^3.3.4",
54-
"execa": "0.10.0",
54+
"execa": "1.0.0",
5555
"fs-extra": "6.0.1",
5656
"htmlparser2": "3.9.2",
5757
"jest": "^23.5.0",

0 commit comments

Comments
 (0)