|
29 | 29 | }, |
30 | 30 | "homepage": "https://github.com/final-form/react-final-form#readme", |
31 | 31 | "devDependencies": { |
32 | | - "@babel/core": "^7.9.0", |
| 32 | + "@babel/core": "^7.10.0", |
33 | 33 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
34 | | - "@babel/plugin-proposal-decorators": "^7.8.3", |
| 34 | + "@babel/plugin-proposal-decorators": "^7.10.0", |
35 | 35 | "@babel/plugin-proposal-export-namespace-from": "^7.8.3", |
36 | 36 | "@babel/plugin-proposal-function-sent": "^7.8.3", |
37 | | - "@babel/plugin-proposal-json-strings": "^7.8.3", |
| 37 | + "@babel/plugin-proposal-json-strings": "^7.10.0", |
38 | 38 | "@babel/plugin-proposal-numeric-separator": "^7.8.3", |
39 | 39 | "@babel/plugin-proposal-throw-expressions": "^7.8.3", |
40 | 40 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
41 | 41 | "@babel/plugin-syntax-import-meta": "^7.8.3", |
42 | 42 | "@babel/plugin-transform-flow-strip-types": "^7.9.0", |
43 | | - "@babel/plugin-transform-runtime": "^7.9.0", |
44 | | - "@babel/preset-env": "^7.9.0", |
| 43 | + "@babel/plugin-transform-runtime": "^7.10.0", |
| 44 | + "@babel/preset-env": "^7.10.0", |
45 | 45 | "@babel/preset-flow": "^7.9.0", |
46 | | - "@babel/preset-react": "^7.9.4", |
47 | | - "@testing-library/jest-dom": "^5.3.0", |
| 46 | + "@babel/preset-react": "^7.10.0", |
| 47 | + "@testing-library/jest-dom": "^5.8.0", |
48 | 48 | "@testing-library/react": "^10.0.2", |
49 | 49 | "@types/react": "^16.9.27", |
50 | | - "@typescript-eslint/eslint-plugin": "^2.26.0", |
51 | | - "@typescript-eslint/parser": "^2.26.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^3.0.1", |
| 51 | + "@typescript-eslint/parser": "^3.0.1", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | 53 | "babel-eslint": "^10.1.0", |
54 | | - "babel-jest": "^25.2.4", |
| 54 | + "babel-jest": "^26.0.1", |
55 | 55 | "bundlesize": "^0.18.0", |
56 | 56 | "doctoc": "^1.4.0", |
57 | | - "dtslint": "^3.4.0", |
58 | | - "eslint": "^6.8.0", |
| 57 | + "dtslint": "^3.6.4", |
| 58 | + "eslint": "^7.1.0", |
59 | 59 | "eslint-config-react-app": "^5.2.1", |
60 | 60 | "eslint-plugin-babel": "^5.2.1", |
61 | | - "eslint-plugin-flowtype": "^4.7.0", |
| 61 | + "eslint-plugin-flowtype": "^5.1.1", |
62 | 62 | "eslint-plugin-import": "^2.20.2", |
63 | 63 | "eslint-plugin-jsx-a11y": "^6.2.1", |
64 | 64 | "eslint-plugin-react": "^7.19.0", |
65 | | - "eslint-plugin-react-hooks": "^3.0.0", |
| 65 | + "eslint-plugin-react-hooks": "^4.0.4", |
66 | 66 | "fast-deep-equal": "^3.1.1", |
67 | | - "final-form": "^4.19.0", |
| 67 | + "final-form": "^4.20.0", |
68 | 68 | "flow-bin": "^0.98.1", |
69 | 69 | "glow": "^1.2.2", |
70 | 70 | "husky": "^4.2.3", |
71 | | - "jest": "^25.2.4", |
| 71 | + "jest": "^26.0.1", |
72 | 72 | "jest-mock-console": "^1.0.0", |
73 | | - "lint-staged": "^10.1.0", |
| 73 | + "lint-staged": "^10.2.6", |
74 | 74 | "nps": "^5.9.12", |
75 | 75 | "nps-utils": "^1.7.0", |
76 | 76 | "opencollective": "^1.0.3", |
77 | 77 | "prettier": "^2.0.2", |
78 | 78 | "prettier-eslint-cli": "^5.0.0", |
79 | 79 | "react": "^16.13.1", |
80 | 80 | "react-dom": "^16.13.1", |
81 | | - "rollup": "^2.3.0", |
| 81 | + "rollup": "^2.10.9", |
82 | 82 | "rollup-plugin-babel": "^4.4.0", |
83 | 83 | "rollup-plugin-commonjs": "^10.0.0", |
84 | 84 | "rollup-plugin-json": "^4.0.0", |
|
87 | 87 | "rollup-plugin-uglify": "^6.0.4", |
88 | 88 | "tar": "^6.0.1", |
89 | 89 | "tslint": "^6.1.0", |
90 | | - "typescript": "^3.8.3" |
| 90 | + "typescript": "^3.9.3" |
91 | 91 | }, |
92 | 92 | "peerDependencies": { |
93 | | - "final-form": "^4.19.0", |
| 93 | + "final-form": "^4.20.0", |
94 | 94 | "react": "^16.8.0" |
95 | 95 | }, |
96 | 96 | "lint-staged": { |
|
128 | 128 | "url": "https://opencollective.com/final-form" |
129 | 129 | }, |
130 | 130 | "dependencies": { |
131 | | - "@babel/runtime": "^7.9.2", |
| 131 | + "@babel/runtime": "^7.10.0", |
132 | 132 | "@scarf/scarf": "^1.0.5", |
133 | | - "ts-essentials": "^6.0.3" |
| 133 | + "ts-essentials": "^6.0.5" |
134 | 134 | } |
135 | 135 | } |
0 commit comments