Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c425d9

Browse files
committed
Update packages
1 parent b7a2b7e commit 6c425d9

File tree

6 files changed

+2588
-2863
lines changed

6 files changed

+2588
-2863
lines changed

‎examples/build/webpack.dev.conf.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const HOST = process.env.HOST
1414
const PORT = process.env.PORT && Number(process.env.PORT)
1515

1616
const devWebpackConfig = merge(baseWebpackConfig, {
17+
mode: 'development',
1718
module: {
1819
rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap, usePostCSS: false })
1920
},

‎examples/build/webpack.prod.conf.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
1414
const env = require('../config/prod.env')
1515

1616
const webpackConfig = merge(baseWebpackConfig, {
17+
mode: 'production',
1718
module: {
1819
rules: utils.styleLoaders({
1920
sourceMap: config.build.productionSourceMap,

‎examples/package.json‎

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"dependencies": {
1414
"vue": "^2.5.2",
15-
"vue2vis": "^0.0.5"
15+
"vue2vis": "^0.0.15"
1616
},
1717
"devDependencies": {
18-
"autoprefixer": "^7.1.2",
18+
"autoprefixer": "^9.4.1",
1919
"babel-core": "^6.22.1",
20-
"babel-eslint": "^8.2.1",
20+
"babel-eslint": "^10.0.1",
2121
"babel-helper-vue-jsx-merge-props": "^2.0.3",
2222
"babel-loader": "^7.1.1",
2323
"babel-plugin-syntax-jsx": "^6.18.0",
@@ -27,36 +27,36 @@
2727
"babel-preset-stage-2": "^6.22.0",
2828
"chalk": "^2.0.1",
2929
"copy-webpack-plugin": "^4.0.1",
30-
"css-loader": "^0.28.0",
31-
"eslint": "^4.15.0",
32-
"eslint-config-airbnb-base": "^11.3.0",
33-
"eslint-friendly-formatter": "^3.0.0",
34-
"eslint-import-resolver-webpack": "^0.8.3",
35-
"eslint-loader": "^1.7.1",
30+
"css-loader": "^1.0.1",
31+
"eslint": "^5.9.0",
32+
"eslint-config-airbnb-base": "^13.1.0",
33+
"eslint-friendly-formatter": "^4.0.1",
34+
"eslint-import-resolver-webpack": "^0.10.1",
35+
"eslint-loader": "^2.1.1d",
3636
"eslint-plugin-import": "^2.7.0",
37-
"eslint-plugin-vue": "^4.0.0",
37+
"eslint-plugin-vue": "^5.0.0",
3838
"extract-text-webpack-plugin": "^3.0.0",
39-
"file-loader": "^1.1.4",
39+
"file-loader": "^2.0.0",
4040
"friendly-errors-webpack-plugin": "^1.6.1",
41-
"html-webpack-plugin": "^2.30.1",
41+
"html-webpack-plugin": "^3.2.0",
4242
"node-notifier": "^5.1.2",
43-
"optimize-css-assets-webpack-plugin": "^3.2.0",
44-
"ora": "^1.2.0",
43+
"optimize-css-assets-webpack-plugin": "^5.0.1",
44+
"ora": "^3.0.0",
4545
"portfinder": "^1.0.13",
46-
"postcss-import": "^11.0.0",
47-
"postcss-loader": "^2.0.8",
48-
"postcss-url": "^7.2.1",
46+
"postcss-import": "^12.0.1",
47+
"postcss-loader": "^3.0.0",
48+
"postcss-url": "^8.0.0",
4949
"rimraf": "^2.6.0",
5050
"semver": "^5.3.0",
51-
"shelljs": "^0.7.6",
52-
"uglifyjs-webpack-plugin": "^1.1.1",
53-
"url-loader": "^0.5.8",
54-
"vue-loader": "^13.3.0",
55-
"vue-style-loader": "^3.0.1",
51+
"shelljs": "^0.8.3",
52+
"uglifyjs-webpack-plugin": "^2.0.1",
53+
"url-loader": "^1.1.2",
54+
"vue-loader": "^14.2.2",
55+
"vue-style-loader": "^4.1.2",
5656
"vue-template-compiler": "^2.5.2",
57-
"webpack": "^3.6.0",
58-
"webpack-bundle-analyzer": "^2.9.0",
59-
"webpack-dev-server": "^2.9.1",
57+
"webpack": "^4.27.0",
58+
"webpack-bundle-analyzer": "^3.0.3",
59+
"webpack-dev-server": "^3.1.10",
6060
"webpack-merge": "^4.1.0"
6161
},
6262
"engines": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /