|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/final-form/react-final-form-arrays#readme",
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/core": "^7.3.4", |
29 |
| - "@babel/plugin-proposal-class-properties": "^7.3.4", |
30 |
| - "@babel/plugin-proposal-decorators": "^7.3.0", |
| 28 | + "@babel/core": "^7.4.5", |
| 29 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 30 | + "@babel/plugin-proposal-decorators": "^7.4.4", |
31 | 31 | "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
32 | 32 | "@babel/plugin-proposal-function-sent": "^7.2.0",
|
33 | 33 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
34 | 34 | "@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
35 | 35 | "@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
36 | 36 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
37 | 37 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
38 |
| - "@babel/plugin-transform-flow-strip-types": "^7.3.4", |
39 |
| - "@babel/plugin-transform-runtime": "^7.3.4", |
40 |
| - "@babel/preset-env": "^7.3.4", |
| 38 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 39 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 40 | + "@babel/preset-env": "^7.4.5", |
41 | 41 | "@babel/preset-flow": "^7.0.0",
|
42 | 42 | "@babel/preset-react": "^7.0.0",
|
43 |
| - "@types/react": "^16.8.6", |
| 43 | + "@types/react": "^16.8.18", |
44 | 44 | "babel-core": "^7.0.0-bridge.0",
|
45 | 45 | "babel-eslint": "^10.0.1",
|
46 |
| - "babel-jest": "^24.1.0", |
47 |
| - "bundlesize": "^0.17.1", |
| 46 | + "babel-jest": "^24.8.0", |
| 47 | + "bundlesize": "^0.17.2", |
48 | 48 | "doctoc": "^1.4.0",
|
49 |
| - "eslint": "^5.15.0", |
50 |
| - "eslint-config-react-app": "^3.0.7", |
| 49 | + "eslint": "^5.16.0", |
| 50 | + "eslint-config-react-app": "^4.0.1", |
51 | 51 | "eslint-plugin-babel": "^5.2.1",
|
52 |
| - "eslint-plugin-flowtype": "^3.4.2", |
53 |
| - "eslint-plugin-import": "^2.16.0", |
| 52 | + "eslint-plugin-flowtype": "^3.9.1", |
| 53 | + "eslint-plugin-import": "^2.17.3", |
54 | 54 | "eslint-plugin-jsx-a11y": "^6.2.1",
|
55 |
| - "eslint-plugin-react": "^7.12.4", |
56 |
| - "final-form": "^4.11.1", |
| 55 | + "eslint-plugin-react": "^7.13.0", |
| 56 | + "eslint-plugin-react-hooks": "^1.6.0", |
| 57 | + "final-form": "^4.13.0", |
57 | 58 | "final-form-arrays": "^1.1.2",
|
58 |
| - "flow-bin": "^0.94.0", |
| 59 | + "flow-bin": "^0.98.1", |
59 | 60 | "glow": "^1.2.2",
|
60 |
| - "husky": "^1.3.1", |
61 |
| - "jest": "^24.1.0", |
62 |
| - "jest-watch-typeahead": "^0.2.1", |
63 |
| - "lint-staged": "^8.1.5", |
64 |
| - "nps": "^5.9.4", |
| 61 | + "husky": "^2.3.0", |
| 62 | + "jest": "^24.8.0", |
| 63 | + "jest-dom": "^3.4.0", |
| 64 | + "jest-watch-typeahead": "^0.3.1", |
| 65 | + "lint-staged": "^8.1.7", |
| 66 | + "nps": "^5.9.5", |
65 | 67 | "nps-utils": "^1.7.0",
|
66 |
| - "prettier": "^1.16.4", |
| 68 | + "prettier": "^1.17.1", |
67 | 69 | "prettier-eslint-cli": "^4.7.1",
|
68 | 70 | "raf": "^3.4.0",
|
69 |
| - "react": "^16.8.3", |
70 |
| - "react-dom": "^16.8.3", |
71 |
| - "react-final-form": "^4.0.2", |
72 |
| - "rollup": "^1.4.1", |
| 71 | + "react": "^16.8.6", |
| 72 | + "react-dom": "^16.8.6", |
| 73 | + "react-final-form": "^6.0.0", |
| 74 | + "react-testing-library": "^7.0.1", |
| 75 | + "rollup": "^1.12.4", |
73 | 76 | "rollup-plugin-babel": "^4.3.2",
|
74 |
| - "rollup-plugin-commonjs": "^9.2.1", |
75 |
| - "rollup-plugin-node-resolve": "^4.0.1", |
76 |
| - "rollup-plugin-replace": "^2.1.0", |
| 77 | + "rollup-plugin-commonjs": "^10.0.0", |
| 78 | + "rollup-plugin-node-resolve": "^5.0.0", |
| 79 | + "rollup-plugin-replace": "^2.2.0", |
77 | 80 | "rollup-plugin-uglify": "^6.0.2",
|
78 |
| - "typescript": "^3.3.3333" |
| 81 | + "typescript": "^3.4.5" |
79 | 82 | },
|
80 | 83 | "peerDependencies": {
|
81 | 84 | "final-form": ">=4.0.0",
|
82 | 85 | "final-form-arrays": ">=1.0.4",
|
83 |
| - "react-final-form": "^4.0.0", |
| 86 | + "react-final-form": "^6.0.0", |
84 | 87 | "prop-types": "^15.6.0",
|
85 |
| - "react": "^16.3.0" |
| 88 | + "react": "^16.8.0" |
86 | 89 | },
|
87 | 90 | "jest": {
|
88 | 91 | "watchPlugins": [
|
|
114 | 117 | }
|
115 | 118 | ],
|
116 | 119 | "dependencies": {
|
117 |
| - "@babel/runtime": "^7.3.4", |
118 |
| - "react-lifecycles-compat": "^3.0.4" |
| 120 | + "@babel/runtime": "^7.4.5" |
119 | 121 | }
|
120 | 122 | }
|
0 commit comments