This repository was archived by the owner on Dec 1, 2023. It is now read-only.
File tree 3 files changed +159
-50
lines changed 3 files changed +159
-50
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
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.
4
4
Original file line number Diff line number Diff line change 37
37
},
38
38
"devDependencies" : {
39
39
"buble" : " ^0.19.1" ,
40
- "buble-loader" : " ^0.5.0 " ,
40
+ "buble-loader" : " ^0.5.1 " ,
41
41
"eslint" : " ^4.17.0" ,
42
42
"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 " ,
45
45
"jest" : " ^22.2.2" ,
46
46
"karma" : " ^2.0.0" ,
47
47
"karma-chrome-launcher" : " ^2.2.0" ,
48
48
"karma-firefox-launcher" : " ^1.1.0" ,
49
49
"karma-jasmine" : " ^1.1.1" ,
50
50
"karma-safari-launcher" : " ^1.0.0" ,
51
51
"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 " ,
54
54
"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 " ,
57
57
"webpack" : " ^3.11.0"
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments