diff --git a/examples/.eslintrc b/examples/.eslintrc new file mode 100644 index 0000000000..541dc2ca65 --- /dev/null +++ b/examples/.eslintrc @@ -0,0 +1,5 @@ +{ + "rules": { + "comma-dangle": 0 + } +} \ No newline at end of file diff --git a/examples/webpack1/package.json b/examples/webpack1/package.json index 970c311055..8b3efc66b8 100644 --- a/examples/webpack1/package.json +++ b/examples/webpack1/package.json @@ -12,16 +12,16 @@ "author": "Alexander Fedyashov ", "license": "MIT", "dependencies": { - "babel-core": "^6.24.1", + "babel-core": "^6.26.0", "babel-loader": "^6.4.1", "babel-plugin-lodash": "^3.2.11", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-1": "^6.24.1", - "cross-env": "^5.0.0", - "react": "^15.5.4", - "react-dom": "^15.5.4", - "semantic-ui-react": "^0.68.4", + "cross-env": "^5.0.5", + "react": "^15.6.2", + "react-dom": "^15.6.2", + "semantic-ui-react": "^0.74.2", "webpack": "^1.15.0" }, "devDependencies": { diff --git a/examples/webpack1/webpack.config.js b/examples/webpack1/webpack.config.js index 2c984e7ac6..2d4f7a4c5f 100644 --- a/examples/webpack1/webpack.config.js +++ b/examples/webpack1/webpack.config.js @@ -55,7 +55,7 @@ if (env === 'production') { dead_code: true, warnings: false, }, - }), + }) ) } diff --git a/examples/webpack2/package.json b/examples/webpack2/package.json index 3afdc3dbd1..1276926d86 100644 --- a/examples/webpack2/package.json +++ b/examples/webpack2/package.json @@ -12,17 +12,17 @@ "author": "Alexander Fedyashov ", "license": "MIT", "dependencies": { - "babel-core": "^6.24.1", - "babel-loader": "^7.0.0", + "babel-core": "^6.26.0", + "babel-loader": "^7.1.2", "babel-plugin-lodash": "^3.2.11", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-1": "^6.24.1", - "cross-env": "^5.0.0", - "react": "^15.5.4", - "react-dom": "^15.5.4", - "semantic-ui-react": "^0.68.4", - "webpack": "^2.6.1" + "cross-env": "^5.0.5", + "react": "^15.6.2", + "react-dom": "^15.6.2", + "semantic-ui-react": "^0.74.2", + "webpack": "^2.7.0" }, "devDependencies": { "webpack-bundle-analyzer": "^2.8.2" diff --git a/examples/webpack2/webpack.config.js b/examples/webpack2/webpack.config.js index 26c89ae897..d322995fa1 100644 --- a/examples/webpack2/webpack.config.js +++ b/examples/webpack2/webpack.config.js @@ -60,7 +60,7 @@ if (env === 'production') { dead_code: true, warnings: false, }, - }), + }) ) }