|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/final-form/react-final-form-arrays#readme",
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/core": "^7.4.5", |
29 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
30 |
| - "@babel/plugin-proposal-decorators": "^7.4.4", |
31 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.2.0", |
32 |
| - "@babel/plugin-proposal-function-sent": "^7.2.0", |
33 |
| - "@babel/plugin-proposal-json-strings": "^7.2.0", |
34 |
| - "@babel/plugin-proposal-numeric-separator": "^7.2.0", |
35 |
| - "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
36 |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
37 |
| - "@babel/plugin-syntax-import-meta": "^7.2.0", |
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 |
| - "@babel/preset-flow": "^7.0.0", |
42 |
| - "@babel/preset-react": "^7.0.0", |
43 |
| - "@testing-library/jest-dom": "^4.0.0", |
44 |
| - "@testing-library/react": "^8.0.1", |
45 |
| - "@types/react": "^16.8.20", |
| 28 | + "@babel/core": "^7.12.3", |
| 29 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 30 | + "@babel/plugin-proposal-decorators": "^7.12.1", |
| 31 | + "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
| 32 | + "@babel/plugin-proposal-function-sent": "^7.12.1", |
| 33 | + "@babel/plugin-proposal-json-strings": "^7.12.1", |
| 34 | + "@babel/plugin-proposal-numeric-separator": "^7.12.1", |
| 35 | + "@babel/plugin-proposal-throw-expressions": "^7.12.1", |
| 36 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 37 | + "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 38 | + "@babel/plugin-transform-flow-strip-types": "^7.12.1", |
| 39 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 40 | + "@babel/preset-env": "^7.12.1", |
| 41 | + "@babel/preset-flow": "^7.12.1", |
| 42 | + "@babel/preset-react": "^7.12.1", |
| 43 | + "@testing-library/jest-dom": "^5.11.4", |
| 44 | + "@testing-library/react": "^11.1.0", |
| 45 | + "@types/react": "^16.9.53", |
| 46 | + "@typescript-eslint/eslint-plugin": "^4.5.0", |
46 | 47 | "babel-core": "^7.0.0-bridge.0",
|
47 |
| - "babel-eslint": "^10.0.1", |
48 |
| - "babel-jest": "^24.8.0", |
| 48 | + "babel-eslint": "^10.1.0", |
| 49 | + "babel-jest": "^26.6.0", |
49 | 50 | "bundlesize": "^0.18.0",
|
50 | 51 | "doctoc": "^1.4.0",
|
51 |
| - "eslint": "^5.16.0", |
52 |
| - "eslint-config-react-app": "^4.0.1", |
53 |
| - "eslint-plugin-babel": "^5.2.1", |
54 |
| - "eslint-plugin-flowtype": "^3.10.3", |
55 |
| - "eslint-plugin-import": "^2.17.3", |
56 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
57 |
| - "eslint-plugin-react": "^7.13.0", |
58 |
| - "eslint-plugin-react-hooks": "^1.6.0", |
59 |
| - "fast-check": "^1.16.0", |
60 |
| - "final-form": "^4.18.1", |
61 |
| - "final-form-arrays": "^3.0.0", |
62 |
| - "flow-bin": "^0.102.0", |
| 52 | + "eslint": "^7.11.0", |
| 53 | + "eslint-config-react-app": "^5.2.1", |
| 54 | + "eslint-plugin-babel": "^5.3.1", |
| 55 | + "eslint-plugin-flowtype": "^5.2.0", |
| 56 | + "eslint-plugin-import": "^2.22.1", |
| 57 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 58 | + "eslint-plugin-react": "^7.21.5", |
| 59 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 60 | + "fast-check": "^2.5.0", |
| 61 | + "final-form": "^4.20.1", |
| 62 | + "final-form-arrays": "^3.0.2", |
| 63 | + "flow-bin": "^0.136.0", |
63 | 64 | "glow": "^1.2.2",
|
64 |
| - "husky": "^3.0.0", |
65 |
| - "jest": "^24.8.0", |
66 |
| - "jest-watch-typeahead": "^0.3.1", |
67 |
| - "lint-staged": "^9.2.0", |
68 |
| - "nps": "^5.9.5", |
| 65 | + "husky": "^4.3.0", |
| 66 | + "jest": "^26.6.0", |
| 67 | + "jest-watch-typeahead": "^0.6.1", |
| 68 | + "lint-staged": "^10.4.2", |
| 69 | + "nps": "^5.10.0", |
69 | 70 | "nps-utils": "^1.7.0",
|
70 |
| - "prettier": "^1.18.2", |
| 71 | + "prettier": "^2.1.2", |
71 | 72 | "prettier-eslint-cli": "^5.0.0",
|
72 |
| - "raf": "^3.4.0", |
73 |
| - "react": "^16.8.6", |
74 |
| - "react-dom": "^16.8.6", |
75 |
| - "react-final-form": "^6.2.1", |
76 |
| - "rollup": "^1.15.5", |
77 |
| - "rollup-plugin-babel": "^4.3.2", |
78 |
| - "rollup-plugin-commonjs": "^10.0.0", |
| 73 | + "raf": "^3.4.1", |
| 74 | + "react": "^17.0.0", |
| 75 | + "react-dom": "^17.0.0", |
| 76 | + "react-final-form": "^6.5.2", |
| 77 | + "rollup": "^2.32.1", |
| 78 | + "rollup-plugin-babel": "^4.4.0", |
| 79 | + "rollup-plugin-commonjs": "^10.1.0", |
79 | 80 | "rollup-plugin-json": "^4.0.0",
|
80 |
| - "rollup-plugin-node-resolve": "^5.0.2", |
| 81 | + "rollup-plugin-node-resolve": "^5.2.0", |
81 | 82 | "rollup-plugin-replace": "^2.2.0",
|
82 |
| - "rollup-plugin-uglify": "^6.0.2", |
83 |
| - "typescript": "^3.5.2" |
| 83 | + "rollup-plugin-uglify": "^6.0.4", |
| 84 | + "typescript": "^4.0.3" |
84 | 85 | },
|
85 | 86 | "peerDependencies": {
|
86 | 87 | "final-form": "^4.15.0",
|
87 | 88 | "final-form-arrays": ">=1.0.4",
|
88 | 89 | "react-final-form": "^6.2.1",
|
89 |
| - "react": "^16.8.0" |
| 90 | + "react": "^16.8.0 || ^17.0.0" |
90 | 91 | },
|
91 | 92 | "jest": {
|
92 | 93 | "watchPlugins": [
|
|
118 | 119 | }
|
119 | 120 | ],
|
120 | 121 | "dependencies": {
|
121 |
| - "@babel/runtime": "^7.4.5" |
| 122 | + "@babel/runtime": "^7.12.1" |
122 | 123 | }
|
123 | 124 | }
|
0 commit comments