Skip to content

Commit 7bd7cd7

Browse files
pdanpdanrstoenescu
authored andcommitted
Update deps (quasarframework#1641)
* Change repo, deps, use yarn * Update deploy.sh * Update package.json
1 parent 5dcb056 commit 7bd7cd7

File tree

5 files changed

+372
-237
lines changed

5 files changed

+372
-237
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ test/e2e/dist/
1010
cordova
1111
*.sublime*
1212
.idea/
13+
debug.log

.postcssrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// https://github.com/michael-ciniawsky/postcss-load-config
2+
3+
module.exports = {
4+
"plugins": {
5+
// to edit target browsers: use "browserlist" field in package.json
6+
"autoprefixer": {}
7+
}
8+
}

build/script.dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var
1313
webpackConfig = require('./webpack.config'),
1414
app = express(),
1515
port = process.env.PORT || 8080,
16-
uri = 'http://localhost:' + port
16+
uri = 'http://' + (process.env.HOST || 'localhost') + ':' + port
1717

1818
console.log(' Starting dev server with "' + (process.argv[2] || env.platform.theme).bold + '" theme...')
1919
console.log(' Will listen at ' + uri.bold)
@@ -23,7 +23,7 @@ var compiler = webpack(webpackConfig)
2323

2424
var devMiddleware = require('webpack-dev-middleware')(compiler, {
2525
publicPath: webpackConfig.output.publicPath,
26-
quiet: true
26+
logLevel: 'silent'
2727
})
2828

2929
var hotMiddleware = require('webpack-hot-middleware')(compiler, {

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"build": "node build/script.build.js",
1515
"test:umd": "node build/script.test-umd.js",
1616
"lint": "eslint --ext .js,.vue src dev",
17-
"deploy": "build/deploy.sh"
17+
"deploy": "bash build/deploy.sh"
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/rstoenescu/quasar-framework.git"
21+
"url": "git+https://github.com/quasarframework/quasar.git"
2222
},
2323
"keywords": [
2424
"vuejs",
@@ -43,64 +43,64 @@
4343
},
4444
"homepage": "http://quasar-framework.org",
4545
"devDependencies": {
46-
"autoprefixer": "^7.2.5",
46+
"autoprefixer": "^8.0.0",
4747
"babel-core": "^6.26.0",
48-
"babel-eslint": "^8.0.3",
48+
"babel-eslint": "^8.2.2",
4949
"babel-loader": "^7.1.2",
50-
"babel-plugin-transform-runtime": "^6.15.0",
51-
"babel-preset-es2015": "^6.16.0",
50+
"babel-plugin-transform-runtime": "^6.23.0",
51+
"babel-preset-es2015": "^6.24.1",
5252
"babel-preset-es2015-rollup": "^3.0.0",
53-
"babel-preset-stage-2": "^6.17.0",
53+
"babel-preset-stage-2": "^6.24.1",
5454
"colors": "^1.1.2",
55-
"connect-history-api-fallback": "^1.4.0",
55+
"connect-history-api-fallback": "^1.5.0",
5656
"css-loader": "^0.28.10",
5757
"es6-promise-shim": "^0.1.1",
58-
"eslint": "^4.13.1",
59-
"eslint-config-standard": "^10.2.1",
58+
"eslint": "^4.18.1",
59+
"eslint-config-standard": "^11.0.0-beta.0",
6060
"eslint-friendly-formatter": "^3.0.0",
6161
"eslint-loader": "^1.9.0",
62-
"eslint-plugin-html": "^3.2.2",
63-
"eslint-plugin-import": "^2.8.0",
64-
"eslint-plugin-node": "^5.2.1",
62+
"eslint-plugin-html": "^4.0.2",
63+
"eslint-plugin-import": "^2.9.0",
64+
"eslint-plugin-node": "^6.0.1",
6565
"eslint-plugin-promise": "^3.6.0",
6666
"eslint-plugin-standard": "^3.0.1",
6767
"eventsource-polyfill": "^0.9.6",
6868
"express": "^4.16.2",
69-
"extract-text-webpack-plugin": "^3.0.1",
69+
"extract-text-webpack-plugin": "^3.0.2",
7070
"file-loader": "^1.1.9",
71-
"friendly-errors-webpack-plugin": "^1.3.1",
71+
"friendly-errors-webpack-plugin": "^1.6.1",
7272
"git-directory-deploy": "^1.5.1",
7373
"html-webpack-plugin": "^2.30.1",
7474
"json-loader": "^0.5.7",
7575
"opn": "^5.2.0",
76-
"parse5": "^2.1.0",
77-
"postcss-loader": "^1.0.0",
78-
"progress-bar-webpack-plugin": "^1.9.0",
79-
"quasar-extras": "^1.0.0",
76+
"parse5": "^2.2.3",
77+
"postcss-loader": "^2.1.0",
78+
"progress-bar-webpack-plugin": "^1.11.0",
79+
"quasar-extras": "^1.0.2",
8080
"raw-loader": "^0.5.1",
8181
"rollup": "^0.56.2",
82-
"rollup-plugin-babel": "^3.0.2",
82+
"rollup-plugin-babel": "^3.0.3",
8383
"rollup-plugin-buble": "^0.19.2",
84-
"rollup-plugin-json": "^2.1.0",
85-
"rollup-plugin-node-resolve": "^3.0.2",
84+
"rollup-plugin-json": "^2.3.0",
85+
"rollup-plugin-node-resolve": "^3.0.3",
8686
"rollup-plugin-replace": "^2.0.0",
8787
"rollup-plugin-vue": "^3.0.0",
88-
"rtlcss": "^2.2.0",
89-
"shelljs": "^0.8.0",
90-
"stylint": "^1.5.6",
88+
"rtlcss": "^2.2.1",
89+
"shelljs": "^0.8.1",
90+
"stylint": "^1.5.9",
9191
"stylus": "^0.54.5",
9292
"stylus-loader": "^3.0.1",
9393
"sym": "0.0.4",
94-
"uglify-es": "^3.3.7",
94+
"uglify-es": "^3.3.9",
9595
"url-loader": "^0.6.2",
96-
"vue": "^2.5.11",
97-
"vue-loader": "^13.3.0",
96+
"vue": "^2.5.13",
97+
"vue-loader": "^14.1.1",
9898
"vue-router": "^3.0.1",
99-
"vue-style-loader": "^3.0.3",
100-
"vue-template-compiler": "^2.5.11",
101-
"webpack": "^3.10.0",
102-
"webpack-dev-middleware": "^1.12.0",
103-
"webpack-hot-middleware": "^2.20.0",
99+
"vue-style-loader": "^4.0.2",
100+
"vue-template-compiler": "^2.5.13",
101+
"webpack": "^3.11.0",
102+
"webpack-dev-middleware": "^2.0.6",
103+
"webpack-hot-middleware": "^2.21.0",
104104
"webpack-merge": "^4.1.2"
105105
},
106106
"peerDependencies": {

0 commit comments

Comments
 (0)