|
1 | 1 | { |
2 | 2 | "name": "react-handsontable", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "A Handsontable component for ReactJS.", |
5 | 5 | "author": "Handsoncode <hello@handsontable.com>", |
6 | 6 | "license": "MIT", |
|
21 | 21 | }, |
22 | 22 | "main": "./dist/react-handsontable.js", |
23 | 23 | "devDependencies": { |
24 | | - "babel-core": "^6.18.2", |
25 | | - "babel-jest": "^17.0.2", |
26 | | - "babel-loader": "^6.2.8", |
27 | | - "babel-preset-es2015": "^6.18.0", |
28 | | - "babel-preset-react": "^6.16.0", |
| 24 | + "babel-core": "^6.25.0", |
| 25 | + "babel-loader": "^7.1.1", |
| 26 | + "babel-preset-es2015": "^6.24.1", |
| 27 | + "babel-preset-react": "^6.24.1", |
| 28 | + "css-loader": "^0.28.4", |
| 29 | + "expose-loader": "^0.7.3", |
| 30 | + "react": "^15.6.1", |
| 31 | + "react-dom": "^15.6.1", |
| 32 | + "style-loader": "^0.18.2", |
| 33 | + "webpack": "^3.2.0", |
| 34 | + "babel-jest": "^20.0.3", |
29 | 35 | "babel-runtime": "~5.8.20", |
30 | | - "css-loader": "^0.26.0", |
31 | 36 | "cssstyle": "git://github.com/jansiegel/CSSStyleDeclaration.git", |
32 | | - "enzyme": "^2.6.0", |
33 | | - "enzyme-to-json": "^1.4.4", |
34 | | - "expose-loader": "^0.7.1", |
| 37 | + "enzyme": "^2.9.1", |
| 38 | + "enzyme-to-json": "^1.5.1", |
35 | 39 | "generate-release": "^0.10.2", |
36 | | - "jest": "^17.0.3", |
| 40 | + "jest": "^20.0.4", |
37 | 41 | "markdown-styles": "^3.1.9", |
38 | | - "react": "^15.4.1", |
39 | | - "react-addons-test-utils": "^15.4.1", |
40 | | - "react-dom": "^15.4.1", |
41 | 42 | "rimraf": "^2.5.4", |
42 | | - "style-loader": "^0.13.1", |
43 | 43 | "uglify-js": "^2.7.5", |
44 | | - "webpack": "^2.2.1" |
| 44 | + "react-test-renderer": "^15.6.1" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | 47 | "zeroclipboard": "^2.3.0", |
48 | 48 | "moment": "^2.17.1", |
49 | 49 | "numbro": "^1.9.3", |
50 | 50 | "pikaday": "^1.5.1", |
51 | | - "handsontable": "^0.31.1" |
| 51 | + "handsontable": "^0.33.0" |
52 | 52 | }, |
53 | 53 | "scripts": { |
54 | 54 | "test": "npm run _pre-testing && jest", |
|
73 | 73 | ], |
74 | 74 | "snapshotSerializers": [ |
75 | 75 | "<rootDir>/node_modules/enzyme-to-json/serializer" |
76 | | - ] |
| 76 | + ], |
| 77 | + "globals": { |
| 78 | + "__HOT_BUILD_DATE__": "", |
| 79 | + "__HOT_PACKAGE_NAME__": "", |
| 80 | + "__HOT_VERSION__": "", |
| 81 | + "__HOT_BASE_VERSION__": "" |
| 82 | + } |
77 | 83 | } |
78 | 84 | } |
0 commit comments