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

Appearance settings

Commit 8776925

Browse filesBrowse files
committed
chore: dependencies update
- update `babel-plugin-module-resolver` to `^3.1.2` - update `eslint-config-prettier` to `^3.5.0` - update `eslint-plugin-jest` to `^22.1.3` - update `rollup-plugin-uglify` to `^6.0.1` - update `vue` to `^2.5.22` - update `vue-server-renderer` to `^2.5.22` - update `vue-template-compiler` to `^2.5.22` - lock `rollup-plugin-vue` on `4.3.2`
1 parent f5895ee commit 8776925
Copy full SHA for 8776925

File tree

2 files changed

+9
-9
lines changed
Filter options

2 files changed

+9
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![NPM downloads][npm-download]][npm]
55
![Rollup badge](https://img.shields.io/badge/Rollup-^0.68.2-ff69b4.svg)
66
![Jest](https://img.shields.io/badge/Jest-^23.6.0-blue.svg)
7-
![Vue](https://img.shields.io/badge/Vue-^2.5.21-brightgreen.svg)
7+
![Vue](https://img.shields.io/badge/Vue-^2.5.22-brightgreen.svg)
88

99
[npm]: https://www.npmjs.com/package/@coreui/vue
1010
[npm-download]: https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square

‎package.json

Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
"babel-eslint": "^10.0.1",
6969
"babel-jest": "^23.6.0",
7070
"babel-plugin-dynamic-import-node": "^2.2.0",
71-
"babel-plugin-module-resolver": "^3.1.1",
71+
"babel-plugin-module-resolver": "^3.1.2",
7272
"babel-preset-vue-app": "^2.0.0",
7373
"eslint": "^5.12.0",
74-
"eslint-config-prettier": "^3.3.0",
74+
"eslint-config-prettier": "^3.5.0",
7575
"eslint-import-resolver-babel-module": "^4.0.0",
7676
"eslint-plugin-html": "^5.0.0",
7777
"eslint-plugin-import": "^2.14.0",
78-
"eslint-plugin-jest": "^22.1.2",
78+
"eslint-plugin-jest": "^22.1.3",
7979
"eslint-plugin-prettier": "^3.0.1",
8080
"eslint-plugin-vue": "^5.1.0",
8181
"husky": "^1.3.1",
@@ -95,16 +95,16 @@
9595
"rollup-plugin-license": "^0.7.0",
9696
"rollup-plugin-node-resolve": "^3.4.0",
9797
"rollup-plugin-replace": "^2.1.0",
98-
"rollup-plugin-uglify": "^6.0.0",
99-
"rollup-plugin-vue": "^4.3.2",
98+
"rollup-plugin-uglify": "^6.0.1",
99+
"rollup-plugin-vue": "4.3.2",
100100
"sass-loader": "^7.1.0",
101101
"uglify-es": "^3.3.9",
102-
"vue": "^2.5.21",
102+
"vue": "^2.5.22",
103103
"vue-jest": "^3.0.2",
104104
"vue-loader": "^15.5.1",
105105
"vue-router": "^3.0.2",
106-
"vue-server-renderer": "^2.5.21",
107-
"vue-template-compiler": "^2.5.21"
106+
"vue-server-renderer": "^2.5.22",
107+
"vue-template-compiler": "^2.5.22"
108108
},
109109
"peerDependencies": {
110110
"@coreui/coreui": "^2.1.4"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.