Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit e25df44

Browse files
author
Steffan
committed
update dependencies
1 parent 6072148 commit e25df44

File tree

3 files changed

+159
-50
lines changed

3 files changed

+159
-50
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-resource [![Build](https://img.shields.io/circleci/project/pagekit/vue-resource/develop.svg)](https://circleci.com/gh/pagekit/vue-resource) [![Downloads](https://img.shields.io/npm/dm/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/vue-resource/badge?style=rounded)](https://www.jsdelivr.com/package/npm/vue-resource) [![Version](https://img.shields.io/npm/v/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![License](https://img.shields.io/npm/l/vue-resource.svg)](https://www.npmjs.com/package/vue-resource)
1+
# vue-resource [![Build](https://circleci.com/gh/pagekit/vue-resource.svg?style=shield)](https://circleci.com/gh/pagekit/vue-resource) [![Downloads](https://img.shields.io/npm/dm/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/vue-resource/badge?style=rounded)](https://www.jsdelivr.com/package/npm/vue-resource) [![Version](https://img.shields.io/npm/v/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![License](https://img.shields.io/npm/l/vue-resource.svg)](https://www.npmjs.com/package/vue-resource)
22

33
The plugin for [Vue.js](http://vuejs.org) provides services for making web requests and handle responses using a [XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) or JSONP.
44

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
},
3838
"devDependencies": {
3939
"buble": "^0.19.1",
40-
"buble-loader": "^0.5.0",
40+
"buble-loader": "^0.5.1",
4141
"eslint": "^4.17.0",
4242
"generate-release": "^1.1.1",
43-
"jasmine": "^3.0.0",
44-
"jasmine-core": "^3.1.0",
43+
"jasmine": "^3.2.0",
44+
"jasmine-core": "^3.2.1",
4545
"jest": "^22.2.2",
4646
"karma": "^2.0.0",
4747
"karma-chrome-launcher": "^2.2.0",
4848
"karma-firefox-launcher": "^1.1.0",
4949
"karma-jasmine": "^1.1.1",
5050
"karma-safari-launcher": "^1.0.0",
5151
"karma-webpack": "^2.0.9",
52-
"replace-in-file": "^3.1.1",
53-
"rollup": "^0.59.1",
52+
"replace-in-file": "^3.4.2",
53+
"rollup": "^0.66.0",
5454
"rollup-plugin-buble": "^0.19.1",
55-
"uglify-js": "^3.3.10",
56-
"vue": "^2.5.13",
55+
"uglify-js": "^3.4.9",
56+
"vue": "^2.5.17",
5757
"webpack": "^3.11.0"
5858
}
5959
}

0 commit comments

Comments
 (0)