|
10 | 10 | "url": "https://github.com/handsontable/ngHandsontable/issues" |
11 | 11 | }, |
12 | 12 | "author": "Marcin Warpechowski <hello@handsontable.com>", |
13 | | - "version": "0.9.0", |
| 13 | + "version": "0.10.0", |
14 | 14 | "devDependencies": { |
15 | | - "angular": "^1.4.2", |
16 | | - "angular-mocks": "^1.4.2", |
| 15 | + "angular": "^1.5.0", |
| 16 | + "angular-mocks": "^1.5.0", |
17 | 17 | "browserify-replace": "^0.9.0", |
18 | 18 | "grunt": "~0.4.5", |
19 | | - "grunt-browserify": "^3.8.0", |
20 | | - "grunt-contrib-concat": "~0.5.0", |
21 | | - "grunt-contrib-jshint": "^0.10.0", |
22 | | - "grunt-contrib-uglify": "~0.5.1", |
23 | | - "grunt-contrib-watch": "~0.6.1", |
24 | | - "grunt-jscs": "^2.1.0", |
25 | | - "handsontable": "git://github.com/handsontable/handsontable", |
26 | | - "jasmine-core": "^2.3.4", |
27 | | - "karma": "^0.12.37", |
28 | | - "karma-angular": "0.0.6", |
29 | | - "karma-chrome-launcher": "^0.2.0", |
30 | | - "karma-jasmine": "^0.2.2", |
31 | | - "karma-phantomjs-launcher": "^0.2.0", |
32 | | - "phantomjs": "^1.9.17" |
| 19 | + "grunt-browserify": "^4.0.0", |
| 20 | + "grunt-contrib-concat": "^1.0.0", |
| 21 | + "grunt-contrib-jshint": "^1.0.0", |
| 22 | + "grunt-contrib-uglify": "^0.11.0", |
| 23 | + "grunt-contrib-watch": "^0.6.1", |
| 24 | + "grunt-jscs": "^2.8.0", |
| 25 | + "handsontable": "^0.24.0", |
| 26 | + "jasmine-core": "^2.4.0", |
| 27 | + "karma": "^0.13.0", |
| 28 | + "karma-angular": "^0.0.6", |
| 29 | + "karma-chrome-launcher": "^0.2.2", |
| 30 | + "karma-jasmine": "^0.3.7", |
| 31 | + "karma-phantomjs-launcher": "^1.0.0", |
| 32 | + "phantomjs-prebuilt": "^2.1.4" |
33 | 33 | }, |
34 | 34 | "scripts": { |
35 | 35 | "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS" |
|
0 commit comments