|
40 | 40 | },
|
41 | 41 | "homepage": "https://github.com/handsontable/formula-parser",
|
42 | 42 | "devDependencies": {
|
43 |
| - "babel-cli": "^6.3.15", |
44 |
| - "babel-core": "^6.17.0", |
45 |
| - "babel-eslint": "^7.0.0", |
46 |
| - "babel-loader": "^6.2.5", |
| 43 | + "babel-cli": "^6.24.1", |
| 44 | + "babel-core": "^6.25.0", |
| 45 | + "babel-eslint": "^7.2.3", |
| 46 | + "babel-loader": "^7.1.1", |
47 | 47 | "babel-plugin-check-es2015-constants": "^6.3.13",
|
48 | 48 | "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
49 | 49 | "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
50 |
| - "babel-plugin-transform-es2015-block-scoping": "^6.3.13", |
51 |
| - "babel-plugin-transform-es2015-classes": "^6.3.13", |
52 |
| - "babel-plugin-transform-es2015-computed-properties": "^6.3.13", |
| 50 | + "babel-plugin-transform-es2015-block-scoping": "^6.24.1", |
| 51 | + "babel-plugin-transform-es2015-classes": "^6.24.1", |
| 52 | + "babel-plugin-transform-es2015-computed-properties": "^6.24.1", |
53 | 53 | "babel-plugin-transform-es2015-destructuring": "^6.3.13",
|
54 | 54 | "babel-plugin-transform-es2015-for-of": "^6.3.13",
|
55 |
| - "babel-plugin-transform-es2015-function-name": "^6.3.13", |
| 55 | + "babel-plugin-transform-es2015-function-name": "^6.24.1", |
56 | 56 | "babel-plugin-transform-es2015-literals": "^6.3.13",
|
57 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.3.13", |
58 |
| - "babel-plugin-transform-es2015-object-super": "^6.3.13", |
59 |
| - "babel-plugin-transform-es2015-parameters": "^6.3.13", |
60 |
| - "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", |
| 57 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", |
| 58 | + "babel-plugin-transform-es2015-object-super": "^6.24.1", |
| 59 | + "babel-plugin-transform-es2015-parameters": "^6.24.1", |
| 60 | + "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1", |
61 | 61 | "babel-plugin-transform-es2015-spread": "^6.3.13",
|
62 |
| - "babel-plugin-transform-es2015-sticky-regex": "^6.3.13", |
| 62 | + "babel-plugin-transform-es2015-sticky-regex": "^6.24.1", |
63 | 63 | "babel-plugin-transform-es2015-template-literals": "^6.3.13",
|
64 |
| - "babel-plugin-transform-es2015-unicode-regex": "^6.3.13", |
| 64 | + "babel-plugin-transform-es2015-unicode-regex": "^6.24.1", |
65 | 65 | "babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
|
66 | 66 | "babel-plugin-transform-es3-property-literals": "^6.5.0",
|
67 | 67 | "babel-plugin-transform-object-rest-spread": "^6.3.13",
|
68 |
| - "babel-register": "^6.16.3", |
69 |
| - "check-es3-syntax-cli": "^0.1.1", |
70 |
| - "cross-env": "^3.1.4", |
71 |
| - "eslint-config-airbnb-base": "^11.1.0", |
72 |
| - "eslint-plugin-import": "^2.2.0", |
73 |
| - "eslint": "^3.8.1", |
| 68 | + "babel-register": "^6.24.1", |
| 69 | + "check-es3-syntax-cli": "^0.2.0", |
| 70 | + "cross-env": "^5.0.1", |
| 71 | + "eslint": "^4.2.0", |
| 72 | + "eslint-config-airbnb-base": "^11.2.0", |
| 73 | + "eslint-plugin-import": "^2.7.0", |
74 | 74 | "generate-release": "^0.10.2",
|
75 |
| - "glob": "^7.1.1", |
76 |
| - "jest": "^19.0.2", |
| 75 | + "glob": "^7.1.2", |
| 76 | + "jest": "^20.0.4", |
77 | 77 | "jison": "^0.4.17",
|
78 | 78 | "jscs": "^3.0.7",
|
79 | 79 | "null-loader": "^0.1.1",
|
80 | 80 | "rimraf": "^2.3.4",
|
81 |
| - "webpack": "^2.0.0" |
| 81 | + "webpack": "^3.2.0" |
82 | 82 | },
|
83 | 83 | "dependencies": {
|
84 |
| - "formulajs": "github:handsontable/formula.js#1.0.6", |
85 |
| - "tiny-emitter": "^1.0.2" |
| 84 | + "formulajs": "github:handsontable/formula.js#1.2.1", |
| 85 | + "tiny-emitter": "^2.0.1" |
86 | 86 | },
|
87 | 87 | "jest": {
|
88 | 88 | "setupTestFrameworkScriptFile": "./test/index.js",
|
|
0 commit comments