Skip to content

Commit f8e98bb

Browse files
committed
chore: upgrade deps
1 parent d3731a6 commit f8e98bb

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

docs/app/components/CodesandboxEdit.vue

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
})
5050
`
5151
52-
import { getParameters } from "codesandbox/lib/api/define";
52+
import { getParameters } from 'codesandbox/lib/api/define';
5353
5454
export default {
5555
name: 'CodesandboxEdit',
@@ -64,29 +64,29 @@
6464
parameters () {
6565
return getParameters({
6666
files: {
67-
"package.json": {
67+
'package.json': {
6868
content: {
6969
name: `Vue Material - ${this.title}`,
7070
keywords: [
71-
"vue-material",
72-
"material-design",
73-
"vue"
71+
'vue-material',
72+
'material-design',
73+
'vue'
7474
],
7575
dependencies: {
76-
vue: "latest",
77-
"vue-material": "latest"
76+
vue: 'latest',
77+
'vue-material': 'latest'
7878
}
7979
}
8080
},
81-
"index.js": {
81+
'index.js': {
8282
content: index
8383
},
84-
"index.html": {
84+
'index.html': {
8585
content: html
8686
},
87-
"App.vue": {
87+
'App.vue': {
8888
content: this.source
89-
},
89+
}
9090
}
9191
})
9292
}

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,82 +43,82 @@
4343
},
4444
"dependencies": {},
4545
"devDependencies": {
46-
"autoprefixer": "^7.2.5",
46+
"autoprefixer": "^7.2.6",
4747
"avoriaz": "^6.3.0",
4848
"axios": "^0.18.0",
4949
"babel-cli": "^6.26.0",
5050
"babel-core": "^6.26.0",
5151
"babel-env": "^2.4.1",
52-
"babel-eslint": "^8.2.1",
53-
"babel-jest": "^22.1.0",
54-
"babel-loader": "^7.1.2",
52+
"babel-eslint": "^8.2.6",
53+
"babel-jest": "^22.4.4",
54+
"babel-loader": "^7.1.5",
5555
"babel-polyfill": "^6.26.0",
5656
"babel-preset-stage-2": "^6.24.1",
5757
"chalk": "^2.3.0",
5858
"clipboard": "^2.0.4",
59-
"codesandbox": "^1.2.7",
60-
"commitizen": "^2.9.6",
59+
"codesandbox": "^2.1.5",
60+
"commitizen": "^2.10.1",
6161
"concat": "^1.0.3",
6262
"connect-history-api-fallback": "^1.5.0",
63-
"conventional-changelog": "^1.1.10",
63+
"conventional-changelog": "^1.1.24",
6464
"conventional-changelog-vue-material": "^0.0.1",
65-
"copy-webpack-plugin": "^4.3.1",
66-
"css-loader": "^0.28.9",
65+
"copy-webpack-plugin": "^4.6.0",
66+
"css-loader": "^0.28.11",
6767
"css-mqpacker": "^6.0.2",
6868
"cz-conventional-changelog": "^2.1.0",
6969
"date-fns": "^2.0.0-alpha.7",
7070
"deepmerge": "^3.2.0",
71-
"eslint": "^4.16.0",
72-
"eslint-config-standard": "^11.0.0-beta.0",
71+
"eslint": "^4.19.1",
72+
"eslint-config-standard": "^11.0.0",
7373
"eslint-plugin-import": "^2.8.0",
74-
"eslint-plugin-jest": "^21.7.0",
74+
"eslint-plugin-jest": "^21.27.2",
7575
"eslint-plugin-node": "^5.2.1",
76-
"eslint-plugin-promise": "^3.6.0",
77-
"eslint-plugin-standard": "^3.0.1",
78-
"eslint-plugin-vue": "^4.2.2",
76+
"eslint-plugin-promise": "^3.8.0",
77+
"eslint-plugin-standard": "^3.1.0",
78+
"eslint-plugin-vue": "^4.7.1",
7979
"eventsource-polyfill": "^0.9.6",
8080
"express": "^4.16.2",
8181
"extract-text-webpack-plugin": "^3.0.2",
8282
"fast-deep-equal": "^2.0.1",
83-
"file-loader": "^1.1.6",
83+
"file-loader": "^1.1.11",
8484
"friendly-errors-webpack-plugin": "^1.6.1",
8585
"fuzzysearch": "^1.0.3",
8686
"github-release-cli": "^0.3.0",
8787
"highlight.js": "^9.15.6",
8888
"html-webpack-plugin": "^2.30.1",
8989
"is-firefox": "^1.0.3",
9090
"is-promise": "^2.1.0",
91-
"jest": "^22.1.4",
91+
"jest": "^22.4.4",
9292
"jest-vue": "^0.8.2",
9393
"node-sass": "^4.7.2",
94-
"offline-plugin": "^4.9.0",
94+
"offline-plugin": "^4.9.1",
9595
"optimize-css-assets-webpack-plugin": "^3.2.0",
9696
"optimize-js-plugin": "^0.0.4",
97-
"ora": "^1.3.0",
97+
"ora": "^1.4.0",
9898
"popper.js": "^1.15.0",
99-
"postcss": "^6.0.16",
100-
"preload-webpack-plugin": "^2.2.0",
99+
"postcss": "^6.0.23",
100+
"preload-webpack-plugin": "^2.3.0",
101101
"prerender-spa-plugin": "^2.1.0",
102102
"pretty": "^2.0.0",
103103
"raf": "^3.4.1",
104-
"sass-loader": "^6.0.6",
105-
"sinon": "^4.2.2",
104+
"sass-loader": "^6.0.7",
105+
"sinon": "^4.5.0",
106106
"url-loader": "^0.6.2",
107107
"vue": "^2.6.10",
108108
"vue-ga": "^1.1.0",
109109
"vue-i18n": "^8.11.2",
110-
"vue-loader": "^13.7.0",
111-
"vue-router": "^3.0.1",
112-
"vue-style-loader": "^3.1.1",
110+
"vue-loader": "^13.7.3",
111+
"vue-router": "^3.0.6",
112+
"vue-style-loader": "^3.1.2",
113113
"vue-template-compiler": "^2.6.10",
114114
"vuelidate": "^0.7.4",
115115
"vuex": "^3.1.1",
116116
"vuex-router-sync": "^5.0.0",
117-
"webpack": "^3.10.0",
118-
"webpack-bundle-analyzer": "^2.9.2",
119-
"webpack-dev-middleware": "^2.0.4",
120-
"webpack-hot-middleware": "^2.21.0",
121-
"webpack-merge": "^4.1.1"
117+
"webpack": "^3.12.0",
118+
"webpack-bundle-analyzer": "^2.13.1",
119+
"webpack-dev-middleware": "^2.0.6",
120+
"webpack-hot-middleware": "^2.24.4",
121+
"webpack-merge": "^4.2.1"
122122
},
123123
"config": {
124124
"commitizen": {

0 commit comments

Comments
 (0)