|
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/final-form/final-form-arrays#readme", |
27 | 27 | "devDependencies": { |
28 | | - "@babel/core": "^7.0.0", |
| 28 | + "@babel/core": "^7.5.4", |
29 | 29 | "@babel/plugin-external-helpers": "^7.0.0", |
30 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
31 | | - "@babel/plugin-proposal-decorators": "^7.0.0", |
32 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
33 | | - "@babel/plugin-proposal-function-sent": "^7.0.0", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.5.0", |
| 31 | + "@babel/plugin-proposal-decorators": "^7.4.4", |
| 32 | + "@babel/plugin-proposal-export-namespace-from": "^7.5.2", |
| 33 | + "@babel/plugin-proposal-function-sent": "^7.5.0", |
34 | 34 | "@babel/plugin-proposal-json-strings": "^7.0.0", |
35 | 35 | "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
36 | 36 | "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
37 | 37 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
38 | 38 | "@babel/plugin-syntax-import-meta": "^7.0.0", |
39 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
40 | | - "@babel/plugin-transform-runtime": "^7.2.0", |
41 | | - "@babel/preset-env": "^7.0.0", |
| 39 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 40 | + "@babel/plugin-transform-runtime": "^7.5.0", |
| 41 | + "@babel/preset-env": "^7.5.4", |
42 | 42 | "@babel/preset-flow": "^7.0.0", |
43 | 43 | "babel-core": "^7.0.0-bridge.0", |
44 | | - "babel-eslint": "^10.0.1", |
45 | | - "babel-jest": "^23.4.2", |
46 | | - "bundlesize": "^0.17.1", |
| 44 | + "babel-eslint": "^10.0.2", |
| 45 | + "babel-jest": "^24.8.0", |
| 46 | + "bundlesize": "^0.18.0", |
47 | 47 | "doctoc": "^1.3.0", |
48 | | - "eslint": "^5.13.0", |
| 48 | + "eslint": "^6.0.1", |
49 | 49 | "eslint-config-react-app": "^3.0.6", |
50 | | - "eslint-plugin-babel": "^5.1.0", |
| 50 | + "eslint-plugin-babel": "^5.3.0", |
51 | 51 | "eslint-plugin-flowtype": "^3.2.1", |
52 | 52 | "eslint-plugin-import": "^2.16.0", |
53 | 53 | "eslint-plugin-jsx-a11y": "^6.2.1", |
54 | | - "eslint-plugin-react": "^7.12.4", |
55 | | - "final-form": "^4.11.1", |
56 | | - "flow-bin": "^0.92.1", |
| 54 | + "eslint-plugin-react": "^7.13.0", |
| 55 | + "final-form": "^4.17.0", |
| 56 | + "flow-bin": "^0.102.0", |
57 | 57 | "glow": "^1.2.2", |
58 | | - "husky": "^1.3.1", |
59 | | - "jest": "^24.1.0", |
60 | | - "lint-staged": "^8.1.3", |
61 | | - "nps": "^5.7.1", |
| 58 | + "husky": "^3.0.0", |
| 59 | + "jest": "^24.8.0", |
| 60 | + "lint-staged": "^9.2.0", |
| 61 | + "nps": "^5.9.5", |
62 | 62 | "nps-utils": "^1.5.0", |
63 | | - "prettier": "^1.16.4", |
64 | | - "prettier-eslint-cli": "^4.7.0", |
65 | | - "rollup": "^1.1.2", |
66 | | - "rollup-plugin-babel": "^4.3.2", |
67 | | - "rollup-plugin-commonjs": "^9.1.5", |
| 63 | + "prettier": "^1.18.2", |
| 64 | + "prettier-eslint-cli": "^5.0.0", |
| 65 | + "react": "^16.8.6", |
| 66 | + "rollup": "^1.16.7", |
| 67 | + "rollup-plugin-babel": "^4.3.3", |
| 68 | + "rollup-plugin-commonjs": "^10.0.1", |
68 | 69 | "rollup-plugin-flow": "^1.1.1", |
69 | | - "rollup-plugin-node-resolve": "^4.0.0", |
70 | | - "rollup-plugin-replace": "^2.0.0", |
| 70 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 71 | + "rollup-plugin-replace": "^2.2.0", |
71 | 72 | "rollup-plugin-uglify": "^6.0.2", |
72 | | - "typescript": "^3.3.1" |
| 73 | + "typescript": "^3.5.3" |
73 | 74 | }, |
74 | 75 | "peerDependencies": { |
75 | | - "final-form": ">=1.2.0" |
| 76 | + "final-form": "^4.17.0" |
76 | 77 | }, |
77 | 78 | "lint-staged": { |
78 | 79 | "*.{js*,ts*,json,md,css}": [ |
|
0 commit comments