Skip to content

Commit aebc5b8

Browse files
committed
chore: dependencies update
1 parent 62c6b92 commit aebc5b8

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

Diff for: Vue_Full_Project/package.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "CoreUI Vue Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -17,89 +17,89 @@
1717
"build": "node build/build.js"
1818
},
1919
"dependencies": {
20-
"bootstrap": "4.0.0",
21-
"bootstrap-vue": "2.0.0-rc.1",
20+
"bootstrap": "^4.1.1",
21+
"bootstrap-vue": "^2.0.0-rc.9",
2222
"chart.js": "^2.7.2",
2323
"flag-icon-css": "^3.0.0",
2424
"font-awesome": "^4.7.0",
2525
"simple-line-icons": "^2.4.1",
26-
"vue": "2.5.13",
26+
"vue": "^2.5.16",
2727
"vue-chartjs": "^3.3.1",
2828
"vue-router": "^3.0.1"
2929
},
3030
"devDependencies": {
31-
"autoprefixer": "7.2.5",
32-
"babel-core": "6.26.0",
33-
"babel-eslint": "8.2.2",
31+
"autoprefixer": "^8.4.1",
32+
"babel-core": "^6.26.3",
33+
"babel-eslint": "^8.2.3",
3434
"babel-helper-vue-jsx-merge-props": "^2.0.3",
3535
"babel-loader": "^7.1.4",
36-
"babel-plugin-istanbul": "^4.1.5",
36+
"babel-plugin-istanbul": "^4.1.6",
3737
"babel-plugin-syntax-jsx": "^6.18.0",
3838
"babel-plugin-transform-runtime": "^6.23.0",
39-
"babel-plugin-transform-vue-jsx": "^3.5.0",
39+
"babel-plugin-transform-vue-jsx": "^3.7.0",
4040
"babel-preset-env": "^1.6.1",
4141
"babel-preset-stage-2": "^6.24.1",
4242
"babel-register": "^6.26.0",
4343
"chai": "^4.1.2",
44-
"chalk": "^2.3.2",
45-
"chromedriver": "^2.27.2",
44+
"chalk": "^2.4.1",
45+
"chromedriver": "^2.38.3",
4646
"copy-webpack-plugin": "^4.5.1",
47-
"cross-env": "^5.0.1",
48-
"cross-spawn": "^5.0.1",
47+
"cross-env": "^5.1.5",
48+
"cross-spawn": "^6.0.5",
4949
"connect-history-api-fallback": "1.5.0",
5050
"css-loader": "^0.28.11",
5151
"eslint": "^4.19.1",
5252
"eslint-config-standard": "^11.0.0",
53-
"eslint-friendly-formatter": "^4.0.0",
53+
"eslint-friendly-formatter": "^4.0.1",
5454
"eslint-loader": "^2.0.0",
55-
"eslint-plugin-import": "^2.9.0",
56-
"eslint-plugin-html": "^4.0.2",
55+
"eslint-plugin-import": "^2.11.0",
56+
"eslint-plugin-html": "^4.0.3",
5757
"eslint-plugin-node": "^6.0.1",
5858
"eslint-plugin-promise": "^3.7.0",
59-
"eslint-plugin-standard": "^3.0.1",
60-
"eslint-plugin-vue": "^4.4.0",
59+
"eslint-plugin-standard": "^3.1.0",
60+
"eslint-plugin-vue": "^4.5.0",
6161
"extract-text-webpack-plugin": "^3.0.2",
6262
"file-loader": "^1.1.11",
63-
"friendly-errors-webpack-plugin": "^1.6.1",
64-
"html-webpack-plugin": "^2.30.1",
65-
"inject-loader": "^3.0.1",
66-
"karma": "^2.0.0",
67-
"karma-coverage": "^1.1.1",
63+
"friendly-errors-webpack-plugin": "^1.7.0",
64+
"html-webpack-plugin": "^3.2.0",
65+
"inject-loader": "^4.0.1",
66+
"karma": "^2.0.2",
67+
"karma-coverage": "^1.1.2",
6868
"karma-mocha": "^1.3.0",
6969
"karma-phantomjs-launcher": "^1.0.4",
7070
"karma-phantomjs-shim": "^1.5.0",
71-
"karma-sinon-chai": "^1.3.3",
71+
"karma-sinon-chai": "^1.3.4",
7272
"karma-sourcemap-loader": "^0.3.7",
7373
"karma-spec-reporter": "^0.0.32",
74-
"karma-webpack": "^2.0.9",
75-
"lolex": "2.3.2",
76-
"mocha": "^5.0.5",
77-
"nightwatch": "^0.9.20",
74+
"karma-webpack": "^3.0.0",
75+
"lolex": "^2.4.1",
76+
"mocha": "^5.1.1",
77+
"nightwatch": "^0.9.21",
7878
"node-notifier": "^5.2.1",
79-
"optimize-css-assets-webpack-plugin": "^3.2.0",
80-
"ora": "^1.2.0",
79+
"optimize-css-assets-webpack-plugin": "^4.0.1",
80+
"ora": "^2.1.0",
8181
"phantomjs-prebuilt": "^2.1.16",
8282
"portfinder": "^1.0.13",
8383
"postcss-import": "^11.1.0",
84-
"postcss-loader": "^2.1.3",
85-
"postcss-url": "^7.3.1",
84+
"postcss-loader": "^2.1.5",
85+
"postcss-url": "^7.3.2",
8686
"rimraf": "^2.6.2",
87-
"selenium-server": "^3.11.0",
87+
"selenium-server": "^3.12.0",
8888
"semver": "^5.5.0",
89-
"shelljs": "^0.8.1",
90-
"sinon": "^4.4.9",
89+
"shelljs": "^0.8.2",
90+
"sinon": "^5.0.7",
9191
"sinon-chai": "^3.0.0",
92-
"uglifyjs-webpack-plugin": "^1.2.4",
92+
"uglifyjs-webpack-plugin": "^1.2.5",
9393
"url-loader": "^1.0.1",
9494
"vue-loader": "^14.2.2",
9595
"vue-style-loader": "^4.1.0",
96-
"vue-template-compiler": "2.5.13",
96+
"vue-template-compiler": "^2.5.16",
9797
"webpack": "^3.11.0",
98-
"webpack-bundle-analyzer": "^2.11.1",
98+
"webpack-bundle-analyzer": "^2.11.2",
9999
"webpack-dev-server": "^2.11.2",
100100
"webpack-merge": "^4.1.2",
101-
"node-sass": "^4.8.3",
102-
"sass-loader": "^6.0.7"
101+
"node-sass": "^4.9.0",
102+
"sass-loader": "^7.0.1"
103103
},
104104
"engines": {
105105
"node": ">= 8.9.4",

Diff for: Vue_Starter/package.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "CoreUI Vue Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -17,89 +17,89 @@
1717
"build": "node build/build.js"
1818
},
1919
"dependencies": {
20-
"bootstrap": "4.0.0",
21-
"bootstrap-vue": "2.0.0-rc.1",
20+
"bootstrap": "^4.1.1",
21+
"bootstrap-vue": "^2.0.0-rc.9",
2222
"chart.js": "^2.7.2",
2323
"flag-icon-css": "^3.0.0",
2424
"font-awesome": "^4.7.0",
2525
"simple-line-icons": "^2.4.1",
26-
"vue": "2.5.13",
26+
"vue": "^2.5.16",
2727
"vue-chartjs": "^3.3.1",
2828
"vue-router": "^3.0.1"
2929
},
3030
"devDependencies": {
31-
"autoprefixer": "7.2.5",
32-
"babel-core": "6.26.0",
33-
"babel-eslint": "8.2.2",
31+
"autoprefixer": "^8.4.1",
32+
"babel-core": "^6.26.3",
33+
"babel-eslint": "^8.2.3",
3434
"babel-helper-vue-jsx-merge-props": "^2.0.3",
3535
"babel-loader": "^7.1.4",
36-
"babel-plugin-istanbul": "^4.1.5",
36+
"babel-plugin-istanbul": "^4.1.6",
3737
"babel-plugin-syntax-jsx": "^6.18.0",
3838
"babel-plugin-transform-runtime": "^6.23.0",
39-
"babel-plugin-transform-vue-jsx": "^3.5.0",
39+
"babel-plugin-transform-vue-jsx": "^3.7.0",
4040
"babel-preset-env": "^1.6.1",
4141
"babel-preset-stage-2": "^6.24.1",
4242
"babel-register": "^6.26.0",
4343
"chai": "^4.1.2",
44-
"chalk": "^2.3.2",
45-
"chromedriver": "^2.27.2",
44+
"chalk": "^2.4.1",
45+
"chromedriver": "^2.38.3",
4646
"copy-webpack-plugin": "^4.5.1",
47-
"cross-env": "^5.0.1",
48-
"cross-spawn": "^5.0.1",
47+
"cross-env": "^5.1.5",
48+
"cross-spawn": "^6.0.5",
4949
"connect-history-api-fallback": "1.5.0",
5050
"css-loader": "^0.28.11",
5151
"eslint": "^4.19.1",
5252
"eslint-config-standard": "^11.0.0",
53-
"eslint-friendly-formatter": "^4.0.0",
53+
"eslint-friendly-formatter": "^4.0.1",
5454
"eslint-loader": "^2.0.0",
55-
"eslint-plugin-import": "^2.9.0",
56-
"eslint-plugin-html": "^4.0.2",
55+
"eslint-plugin-import": "^2.11.0",
56+
"eslint-plugin-html": "^4.0.3",
5757
"eslint-plugin-node": "^6.0.1",
5858
"eslint-plugin-promise": "^3.7.0",
59-
"eslint-plugin-standard": "^3.0.1",
60-
"eslint-plugin-vue": "^4.4.0",
59+
"eslint-plugin-standard": "^3.1.0",
60+
"eslint-plugin-vue": "^4.5.0",
6161
"extract-text-webpack-plugin": "^3.0.2",
6262
"file-loader": "^1.1.11",
63-
"friendly-errors-webpack-plugin": "^1.6.1",
64-
"html-webpack-plugin": "^2.30.1",
65-
"inject-loader": "^3.0.1",
66-
"karma": "^2.0.0",
67-
"karma-coverage": "^1.1.1",
63+
"friendly-errors-webpack-plugin": "^1.7.0",
64+
"html-webpack-plugin": "^3.2.0",
65+
"inject-loader": "^4.0.1",
66+
"karma": "^2.0.2",
67+
"karma-coverage": "^1.1.2",
6868
"karma-mocha": "^1.3.0",
6969
"karma-phantomjs-launcher": "^1.0.4",
7070
"karma-phantomjs-shim": "^1.5.0",
71-
"karma-sinon-chai": "^1.3.3",
71+
"karma-sinon-chai": "^1.3.4",
7272
"karma-sourcemap-loader": "^0.3.7",
7373
"karma-spec-reporter": "^0.0.32",
74-
"karma-webpack": "^2.0.9",
75-
"lolex": "2.3.2",
76-
"mocha": "^5.0.5",
77-
"nightwatch": "^0.9.20",
74+
"karma-webpack": "^3.0.0",
75+
"lolex": "^2.4.1",
76+
"mocha": "^5.1.1",
77+
"nightwatch": "^0.9.21",
7878
"node-notifier": "^5.2.1",
79-
"optimize-css-assets-webpack-plugin": "^3.2.0",
80-
"ora": "^1.2.0",
79+
"optimize-css-assets-webpack-plugin": "^4.0.1",
80+
"ora": "^2.1.0",
8181
"phantomjs-prebuilt": "^2.1.16",
8282
"portfinder": "^1.0.13",
8383
"postcss-import": "^11.1.0",
84-
"postcss-loader": "^2.1.3",
85-
"postcss-url": "^7.3.1",
84+
"postcss-loader": "^2.1.5",
85+
"postcss-url": "^7.3.2",
8686
"rimraf": "^2.6.2",
87-
"selenium-server": "^3.11.0",
87+
"selenium-server": "^3.12.0",
8888
"semver": "^5.5.0",
89-
"shelljs": "^0.8.1",
90-
"sinon": "^4.4.9",
89+
"shelljs": "^0.8.2",
90+
"sinon": "^5.0.7",
9191
"sinon-chai": "^3.0.0",
92-
"uglifyjs-webpack-plugin": "^1.2.4",
92+
"uglifyjs-webpack-plugin": "^1.2.5",
9393
"url-loader": "^1.0.1",
9494
"vue-loader": "^14.2.2",
9595
"vue-style-loader": "^4.1.0",
96-
"vue-template-compiler": "2.5.13",
96+
"vue-template-compiler": "^2.5.16",
9797
"webpack": "^3.11.0",
98-
"webpack-bundle-analyzer": "^2.11.1",
98+
"webpack-bundle-analyzer": "^2.11.2",
9999
"webpack-dev-server": "^2.11.2",
100100
"webpack-merge": "^4.1.2",
101-
"node-sass": "^4.8.3",
102-
"sass-loader": "^6.0.7"
101+
"node-sass": "^4.9.0",
102+
"sass-loader": "^7.0.1"
103103
},
104104
"engines": {
105105
"node": ">= 8.9.4",

0 commit comments

Comments
 (0)