|
1 | 1 | { |
2 | 2 | "name": "jquery-mockjax", |
3 | 3 | "title": "jQuery Mockjax", |
4 | | - "version": "2.5.1", |
| 4 | + "version": "2.6.0", |
5 | 5 | "main": "./src/jquery.mockjax.js", |
6 | 6 | "description": "The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.", |
7 | 7 | "url": "https://github.com/jakerella/jquery-mockjax", |
|
53 | 53 | "jquery": ">=1.5.2" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "browserify": "^13.1.0", |
57 | | - "browserstack-runner": "^0.7.0", |
58 | | - "grunt": "^1.0.1", |
59 | | - "grunt-browserify": "^5.0.0", |
| 56 | + "browserify": "^16.5.2", |
| 57 | + "browserstack-runner": "^0.9.3", |
| 58 | + "grunt": "^1.3.0", |
| 59 | + "grunt-browserify": "^5.3.0", |
60 | 60 | "grunt-contrib-concat": "^1.0.1", |
61 | | - "grunt-contrib-connect": "^1.0.2", |
62 | | - "grunt-contrib-jshint": "^1.1.0", |
63 | | - "grunt-contrib-qunit": "^1.2.0", |
64 | | - "grunt-contrib-uglify": "^2.0.0", |
65 | | - "grunt-contrib-watch": "^1.0.0", |
66 | | - "grunt-mocha-test": "^0.12.7", |
67 | | - "http-server": "^0.11.1", |
68 | | - "jsdom": "~4.2.0", |
69 | | - "load-grunt-tasks": "^0.6.0", |
70 | | - "mocha": "^2.2.4", |
71 | | - "puppeteer": "^1.1.1", |
72 | | - "sinon": "^1.17.4", |
73 | | - "xmlhttprequest": "^1.7.0" |
| 61 | + "grunt-contrib-connect": "^3.0.0", |
| 62 | + "grunt-contrib-jshint": "^2.1.0", |
| 63 | + "grunt-contrib-qunit": "^4.0.0", |
| 64 | + "grunt-contrib-uglify": "^5.0.0", |
| 65 | + "grunt-contrib-watch": "^1.1.0", |
| 66 | + "grunt-mocha-test": "^0.13.3", |
| 67 | + "http-server": "^0.12.3", |
| 68 | + "jsdom": "^16.4.0", |
| 69 | + "load-grunt-tasks": "^5.1.0", |
| 70 | + "mocha": "^8.1.1", |
| 71 | + "puppeteer": "^5.2.1", |
| 72 | + "sinon": "^9.0.3", |
| 73 | + "xmlhttprequest": "^1.8.0" |
74 | 74 | } |
75 | 75 | } |
0 commit comments