Skip to content

Commit e337723

Browse files
committed
Update dependencies
1 parent e8aae7b commit e337723

File tree

2 files changed

+924
-2490
lines changed

2 files changed

+924
-2490
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,25 @@
1010
"type": "git",
1111
"url": "git+https://github.com/scriptex/html5-form-validator.git"
1212
},
13-
"keywords": ["HTML5", "form", "validator"],
13+
"keywords": [
14+
"HTML5",
15+
"form",
16+
"validator"
17+
],
1418
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
1519
"license": "MIT",
1620
"bugs": {
1721
"url": "https://github.com/scriptex/html5-form-validator/issues"
1822
},
1923
"homepage": "https://github.com/scriptex/html5-form-validator#readme",
2024
"devDependencies": {
21-
"@babel/cli": "^7.0.0-beta.44",
22-
"@babel/core": "^7.0.0-beta.44",
23-
"@babel/preset-env": "^7.0.0-beta.44",
24-
"@babel/preset-stage-2": "^7.0.0-beta.44",
25+
"@babel/cli": "^7.0.0-beta.51",
26+
"@babel/core": "^7.0.0-beta.51",
27+
"@babel/preset-env": "^7.0.0-beta.51",
28+
"@babel/preset-stage-2": "^7.0.0-beta.51",
2529
"babel-loader": "^8.0.0-beta",
2630
"unminified-webpack-plugin": "^2.0.0",
27-
"webpack": "^4.5.0",
28-
"webpack-cli": "^2.0.14"
31+
"webpack": "^4.12.0",
32+
"webpack-cli": "^3.0.8"
2933
}
3034
}

0 commit comments

Comments
 (0)