Skip to content

Commit c2e8373

Browse files
committedMay 27, 2020
Upgraded deps
1 parent bd235f9 commit c2e8373

File tree

2 files changed

+42
-11830
lines changed

2 files changed

+42
-11830
lines changed
 

Diff for: ‎package-lock.json

-11,789
This file was deleted.

Diff for: ‎package.json

+42-41
Original file line numberDiff line numberDiff line change
@@ -26,56 +26,57 @@
2626
},
2727
"homepage": "https://github.com/final-form/react-final-form-html5-validation#readme",
2828
"devDependencies": {
29-
"@babel/core": "^7.2.2",
30-
"@babel/plugin-external-helpers": "^7.2.0",
31-
"@babel/plugin-proposal-class-properties": "^7.3.0",
32-
"@babel/plugin-proposal-decorators": "^7.3.0",
33-
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
34-
"@babel/plugin-proposal-function-sent": "^7.2.0",
35-
"@babel/plugin-proposal-json-strings": "^7.2.0",
36-
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
37-
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
38-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
39-
"@babel/plugin-syntax-import-meta": "^7.2.0",
40-
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
41-
"@babel/preset-env": "^7.3.1",
42-
"@babel/preset-flow": "^7.0.0",
43-
"@babel/preset-react": "^7.0.0",
29+
"@babel/core": "^7.10.0",
30+
"@babel/plugin-external-helpers": "^7.8.3",
31+
"@babel/plugin-proposal-class-properties": "^7.8.3",
32+
"@babel/plugin-proposal-decorators": "^7.10.0",
33+
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
34+
"@babel/plugin-proposal-function-sent": "^7.8.3",
35+
"@babel/plugin-proposal-json-strings": "^7.10.0",
36+
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
37+
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
38+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
39+
"@babel/plugin-syntax-import-meta": "^7.8.3",
40+
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
41+
"@babel/preset-env": "^7.10.0",
42+
"@babel/preset-flow": "^7.9.0",
43+
"@babel/preset-react": "^7.10.0",
4444
"babel-core": "^7.0.0-bridge.0",
45-
"babel-eslint": "^10.0.1",
46-
"babel-jest": "^24.1.0",
47-
"bundlesize": "^0.17.1",
45+
"babel-eslint": "^10.1.0",
46+
"babel-jest": "^26.0.1",
47+
"bundlesize": "^0.18.0",
4848
"doctoc": "^1.4.0",
49-
"eslint": "^5.13.0",
50-
"eslint-config-react-app": "^3.0.6",
49+
"eslint": "^7.1.0",
50+
"eslint-config-react-app": "^5.2.1",
5151
"eslint-plugin-babel": "^5.3.0",
52-
"eslint-plugin-flowtype": "^3.2.1",
53-
"eslint-plugin-import": "^2.16.0",
54-
"eslint-plugin-jsx-a11y": "^6.2.1",
55-
"eslint-plugin-react": "^7.12.4",
56-
"final-form": "^4.11.1",
52+
"eslint-plugin-flowtype": "^5.1.1",
53+
"eslint-plugin-import": "^2.20.2",
54+
"eslint-plugin-jsx-a11y": "^6.2.3",
55+
"eslint-plugin-react": "^7.20.0",
56+
"eslint-plugin-react-hooks": "^4.0.4",
57+
"final-form": "^4.20.0",
5758
"flow-bin": "^0.92.1",
5859
"glow": "^1.2.2",
59-
"husky": "^1.3.1",
60-
"jest": "^24.1.0",
61-
"lint-staged": "^8.1.3",
62-
"nps": "^5.9.3",
60+
"husky": "^4.2.5",
61+
"jest": "^26.0.1",
62+
"lint-staged": "^10.2.6",
63+
"nps": "^5.9.12",
6364
"nps-utils": "^1.7.0",
64-
"prettier": "^1.16.4",
65-
"prettier-eslint-cli": "^4.7.1",
66-
"prop-types": "^15.6.2",
65+
"prettier": "^2.0.5",
66+
"prettier-eslint-cli": "^5.0.0",
67+
"prop-types": "^15.7.2",
6768
"raf": "^3.4.1",
68-
"react": "^16.8.1",
69-
"react-dom": "^16.8.1",
69+
"react": "^16.13.1",
70+
"react-dom": "^16.13.1",
7071
"react-final-form": "^6.5.0",
71-
"react-test-renderer": "^16.8.1",
72-
"rollup": "^1.1.2",
73-
"rollup-plugin-babel": "^4.3.2",
74-
"rollup-plugin-commonjs": "^9.2.0",
72+
"react-test-renderer": "^16.13.1",
73+
"rollup": "^2.10.9",
74+
"rollup-plugin-babel": "^4.4.0",
75+
"rollup-plugin-commonjs": "^10.1.0",
7576
"rollup-plugin-flow": "^1.1.1",
76-
"rollup-plugin-node-resolve": "^4.0.0",
77-
"rollup-plugin-replace": "^2.1.0",
78-
"rollup-plugin-uglify": "^6.0.2"
77+
"rollup-plugin-node-resolve": "^5.2.0",
78+
"rollup-plugin-replace": "^2.2.0",
79+
"rollup-plugin-uglify": "^6.0.4"
7980
},
8081
"peerDependencies": {
8182
"final-form": ">=4.20.0",

0 commit comments

Comments
 (0)
Please sign in to comment.