Skip to content

Commit 4e18c4e

Browse files
v0.0.1-alpha.15
1 parent 19e99dd commit 4e18c4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@module-federation/aegis",
3-
"version": "0.0.1-alpha.14",
3+
"version": "0.0.1-alpha.15",
44
"main": "lib/",
55
"module": "esm/",
66
"repository": "git@github.com:module-federation/aegis.git",
@@ -20,7 +20,9 @@
2020
"devDependencies": {
2121
"@babel/cli": "^7.12.1",
2222
"@babel/core": "^7.12.3",
23+
"@babel/node": "^7.10.5",
2324
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
25+
"@babel/polyfill": "^7.11.5",
2426
"@babel/preset-env": "^7.12.1",
2527
"@babel/preset-react": "^7.12.5",
2628
"core-js": "^3.10.1",
@@ -32,13 +34,11 @@
3234
"eslint-plugin-prettier": "^3.1.4",
3335
"eslint-plugin-promise": "^4.2.1",
3436
"eslint-plugin-standard": "^4.0.2",
35-
"prettier": "^2.1.2",
36-
"@babel/node": "^7.10.5",
37-
"@babel/polyfill": "^7.11.5",
3837
"esm": "^3.2.25",
3938
"express-cli": "0.0.1",
4039
"mocha": "^8.2.0",
4140
"nodemon": "^2.0.6",
41+
"prettier": "^2.1.2",
4242
"rimraf": "^3.0.2",
4343
"webpack": "^5.4.0",
4444
"webpack-cli": "^3.3.12"

0 commit comments

Comments
 (0)