Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 7c63b27

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix-context-fatal-error
2 parents 9dcbb98 + 26c1f7d commit 7c63b27

File tree

20 files changed

+1504
-35439
lines changed

20 files changed

+1504
-35439
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "12"
44
script:
55
- npm run test

examples/microfrontends/package-lock.json

Lines changed: 0 additions & 11963 deletions
This file was deleted.

examples/microfrontends/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"bootstrap": "lerna bootstrap",
77
"postinstall": "npm run bootstrap",
88
"prebuild": "npm run externals:build",
9-
"build": "ENV=production webpack",
109
"prestart": "npm run externals:build",
1110
"start": "webpack-dev-server",
1211
"start:production": "NODE_ENV=production npm start",
@@ -28,19 +27,19 @@
2827
"redux-thunk": "2.3.0"
2928
},
3029
"devDependencies": {
31-
"@babel/core": "7.9.0",
32-
"@babel/preset-env": "7.9.0",
30+
"@babel/core": "7.9.6",
31+
"@babel/preset-env": "7.9.6",
3332
"@babel/preset-react": "7.9.4",
3433
"babel-core": "7.0.0-bridge.0",
3534
"babel-loader": "8.1.0",
3635
"copy-webpack-plugin": "5.1.1",
3736
"copyfiles": "2.2.0",
38-
"core-js": "3.6.4",
39-
"html-webpack-plugin": "4.0.4",
37+
"core-js": "3.6.5",
38+
"html-webpack-plugin": "4.3.0",
4039
"lerna": "3.20.2",
4140
"redux-devtools-extension": "2.13.8",
4241
"rimraf": "3.0.2",
43-
"webpack": "4.42.1",
42+
"webpack": "4.43.0",
4443
"webpack-cli": "3.3.11",
4544
"webpack-dev-server": "3.10.3"
4645
}

0 commit comments

Comments
 (0)