|
1 | 1 | {
|
2 | 2 | "name": "js-data-http",
|
3 | 3 | "description": "HTTP (XHR) adapter for js-data in the browser.",
|
4 |
| - "version": "3.0.0-beta.8", |
| 4 | + "version": "3.0.0-rc.1", |
5 | 5 | "homepage": "https://github.com/js-data/js-data-http",
|
6 | 6 | "repository": {
|
7 | 7 | "type": "git",
|
|
74 | 74 | "release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
|
75 | 75 | },
|
76 | 76 | "dependencies": {
|
77 |
| - "js-data-adapter": "0.7.4" |
| 77 | + "js-data-adapter": "~0.8.0" |
78 | 78 | },
|
79 | 79 | "peerDependencies": {
|
80 |
| - "js-data": "^3.0.0-beta.10" |
| 80 | + "js-data": "^3.0.0-rc.4" |
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "axios": "0.12.0", |
84 |
| - "babel-plugin-syntax-async-functions": "6.8.0", |
85 |
| - "babel-plugin-transform-regenerator": "6.9.0", |
| 83 | + "axios": "0.13.1", |
| 84 | + "babel-plugin-syntax-async-functions": "6.13.0", |
| 85 | + "babel-plugin-transform-regenerator": "6.11.4", |
86 | 86 | "babel-preset-stage-0": "6.5.0",
|
87 | 87 | "istanbul": "0.4.4",
|
88 |
| - "js-data-repo-tools": "0.5.5", |
89 |
| - "karma": "1.1.1", |
| 88 | + "js-data-repo-tools": "0.5.6", |
| 89 | + "karma": "1.1.2", |
90 | 90 | "karma-browserstack-launcher": "1.0.1",
|
91 | 91 | "karma-chai": "0.1.0",
|
92 | 92 | "karma-mocha": "1.1.1",
|
93 | 93 | "karma-phantomjs-launcher": "1.0.1",
|
94 | 94 | "karma-sinon": "1.0.5",
|
95 |
| - "phantomjs-prebuilt": "2.1.7", |
96 |
| - "rollup-plugin-commonjs": "3.1.0", |
| 95 | + "phantomjs-prebuilt": "2.1.11", |
| 96 | + "rollup-plugin-commonjs": "3.3.1", |
97 | 97 | "rollup-plugin-replace": "1.1.1",
|
98 | 98 | "uglify-js": "2.7.0"
|
99 | 99 | }
|
|
0 commit comments