Skip to content

Commit 64edd36

Browse files
author
Edward Xiao
committed
no message
1 parent 6fc486a commit 64edd36

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

lib/react-inputs-validation.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inputs-validation",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "React form input validation components",
55
"main": "index.js",
66
"repository": {
@@ -52,15 +52,15 @@
5252
"react-dom": "^16.8.6"
5353
},
5454
"devDependencies": {
55-
"@babel/cli": "^7.1.2",
56-
"@babel/core": "^7.1.2",
55+
"@babel/cli": "^7.4.4",
56+
"@babel/core": "^7.4.5",
5757
"@babel/plugin-proposal-class-properties": "^7.1.0",
5858
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
59-
"@babel/preset-env": "^7.1.0",
59+
"@babel/preset-env": "^7.4.5",
6060
"@babel/preset-react": "^7.0.0",
6161
"@babel/preset-typescript": "^7.1.0",
6262
"@types/jest": "^23.3.5",
63-
"@types/react": "^16.8.14",
63+
"@types/react": "^16.8.19",
6464
"@types/react-dom": "^16.8.4",
6565
"awesome-typescript-loader": "^5.2.1",
6666
"babel-core": "^7.0.0-bridge.0",
@@ -110,7 +110,7 @@
110110
"tslint-config-prettier": "^1.15.0",
111111
"tslint-loader": "^3.5.4",
112112
"typescript": "^3.1.3",
113-
"uglifyjs-webpack-plugin": "^1.2.2",
113+
"uglifyjs-webpack-plugin": "^2.1.3",
114114
"url-loader": "^1.1.2",
115115
"webpack": "^4.19.1",
116116
"webpack-assets-manifest": "^3.1.0",

webpack/production.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ const config = objectAssign(base, {
2020
output: {
2121
comments: false,
2222
},
23-
compress: {
24-
warnings: false,
25-
},
23+
warnings: false,
2624
},
2725
}),
2826
],

0 commit comments

Comments
 (0)