Skip to content

Commit 2ad8308

Browse files
committed
FF 4.20.3 and dep upgrades
1 parent 782562c commit 2ad8308

File tree

43 files changed

+47
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+47
-67
lines changed

.babelrc.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ module.exports = {
1818
"@babel/plugin-transform-flow-strip-types",
1919
"@babel/plugin-syntax-dynamic-import",
2020
"@babel/plugin-syntax-import-meta",
21-
["@babel/plugin-proposal-class-properties", { loose }],
22-
"@babel/plugin-proposal-json-strings",
23-
[
24-
"@babel/plugin-proposal-decorators",
25-
{
26-
legacy: true,
27-
},
28-
],
29-
"@babel/plugin-proposal-function-sent",
30-
"@babel/plugin-proposal-export-namespace-from",
31-
"@babel/plugin-proposal-numeric-separator",
32-
"@babel/plugin-proposal-throw-expressions",
3321
test && "@babel/plugin-transform-react-jsx-source",
3422
].filter(Boolean),
3523
};

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ dist
66
[libs]
77

88
[options]
9-
esproposal.decorators=ignore

examples/async-field-level-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"main": "index.js",
1313
"dependencies": {
14-
"final-form": "4.20.2",
14+
"final-form": "4.20.3",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"react-final-form": "6.5.3",

examples/async-redux-submission/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://codesandbox.io/s/new",
1313
"main": "src/index.js",
1414
"dependencies": {
15-
"final-form": "4.20.2",
15+
"final-form": "4.20.3",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2",
1818
"react-final-form": "6.5.3",

examples/async-typeahead-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"dependencies": {
88
"arrify": "2.0.1",
9-
"final-form": "4.20.2",
9+
"final-form": "4.20.3",
1010
"final-form-set-field-data": "1.0.2",
1111
"ramda": "0.25.0",
1212
"react": "17.0.2",

examples/auto-save-field-blur/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [],
66
"main": "index.js",
77
"dependencies": {
8-
"final-form": "4.20.2",
8+
"final-form": "4.20.3",
99
"final-form-set-field-data": "1.0.2",
1010
"object-diff": "0.0.4",
1111
"react": "17.0.2",

examples/auto-save-selective-debounce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [],
66
"main": "index.js",
77
"dependencies": {
8-
"final-form": "4.20.2",
8+
"final-form": "4.20.3",
99
"object-diff": "0.0.4",
1010
"react": "17.0.2",
1111
"react-dom": "17.0.2",

examples/auto-save-with-debounce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"main": "index.js",
1313
"dependencies": {
14-
"final-form": "4.20.2",
14+
"final-form": "4.20.3",
1515
"object-diff": "0.0.4",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2",

examples/calculated-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://codesandbox.io/s/oq52p6v96y",
77
"main": "index.js",
88
"dependencies": {
9-
"final-form": "4.20.2",
9+
"final-form": "4.20.3",
1010
"final-form-calculate": "1.3.1",
1111
"react": "17.0.2",
1212
"react-dom": "17.0.2",

examples/chakra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@emotion/core": "^10.0.17",
1616
"@emotion/styled": "^10.0.17",
1717
"emotion-theming": "^10.0.17",
18-
"final-form": "4.20.2",
18+
"final-form": "4.20.3",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
2121
"react-final-form": "6.5.3",

0 commit comments

Comments
 (0)