Skip to content

Commit

Permalink
Update Final Form (#2758)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent e7a5515 commit 567146a
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 98 deletions.
4 changes: 2 additions & 2 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mui/x-data-grid-pro": "^7.22.3",
"change-case": "^5.2.0",
"dnd-core": "^16.0.0",
"final-form": "^4.0.0",
"final-form": "^4.20.10",
"graphql": "^15.0.0",
"graphql-tag": "^2.0.0",
"lodash.isequal": "^4.5.0",
Expand All @@ -49,7 +49,7 @@
"react-dnd": "^16.0.0",
"react-dnd-multi-backend": "^8.0.3",
"react-dom": "^17.0.2",
"react-final-form": "^6.0.0",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mui/x-data-grid": "^7.22.3",
"clsx": "^1.2.1",
"draft-js": "^0.11.7",
"final-form": "^4.20.9",
"final-form": "^4.20.10",
"graphql": "^15.0.0",
"history": "^4.10.1",
"prism-react-renderer": "^1.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/admin-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@types/react-dom": "^17.0.0",
"@types/tinycolor2": "^1.4.2",
"eslint": "^8.0.0",
"final-form": "^4.0.0",
"final-form": "^4.20.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.0",
"react": "^17.0",
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.0"
Expand All @@ -56,7 +56,7 @@
"@mui/material": "^6.2.1",
"react": "^17.0",
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-final-form": "^6.5.9",
"react-intl": "^5.0.0 || ^6.0.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/admin-date-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@types/react-date-range": "^1.4.3",
"@types/react-dom": "^17.0.0",
"eslint": "^8.0.0",
"final-form": "^4.0.0",
"final-form": "^4.20.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.0",
"react": "^17.0",
"react-dom": "^17.0",
"react-final-form": "^6.5.7",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.0"
Expand All @@ -56,7 +56,7 @@
"@mui/material": "^6.2.1",
"react": "^17.0",
"react-dom": "^17.0",
"react-final-form": "^6.5.7",
"react-final-form": "^6.5.9",
"react-intl": "^5.0.0 || ^6.0.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/admin-rte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"@types/react-dom": "^17.0.0",
"draft-js": "^0.11.4",
"eslint": "^8.0.0",
"final-form": "^4.16.1",
"final-form": "^4.20.10",
"jest": "^29.5.0",
"jest-junit": "^15.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.0",
"react": "^17.0",
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
Expand All @@ -65,10 +65,10 @@
"peerDependencies": {
"@mui/material": "^6.2.1",
"draft-js": "^0.11.4",
"final-form": "^4.16.1",
"final-form": "^4.20.10",
"react": "^17.0",
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-final-form": "^6.5.9",
"react-intl": "^5.0.0 || ^6.0.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/file-saver": "^2.0.1",
"@types/final-form-set-field-data": "^1.0.0",
"@types/final-form-set-field-data": "^1.0.3",
"@types/history": "^4.0.0",
"@types/jest": "^29.5.0",
"@types/lodash.debounce": "^4.0.6",
Expand All @@ -74,7 +74,7 @@
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^9.0.0",
"eslint": "^8.0.0",
"final-form": "^4.16.1",
"final-form": "^4.20.10",
"graphql": "^15.0.0",
"history": "^4.10.1",
"jest": "^29.5.0",
Expand All @@ -85,7 +85,7 @@
"react": "^17.0.0",
"react-dnd": "^16.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.3.1",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
Expand All @@ -101,13 +101,13 @@
"@mui/x-data-grid": "^7.22.3",
"@mui/x-data-grid-premium": "^7.22.3",
"@mui/x-data-grid-pro": "^7.22.3",
"final-form": "^4.16.1",
"final-form": "^4.20.10",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"history": "^4.10.1",
"react": "^17.0",
"react-dnd": "^16.0.0",
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-final-form": "^6.5.9",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/blocks-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/uuid": "^8.0.0",
"chokidar-cli": "^2.0.0",
"eslint": "^8.0.0",
"final-form": "^4.0.0",
"final-form": "^4.20.10",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^15.0.0",
Expand All @@ -66,7 +66,7 @@
"react": "^16.8.0 || ^17.0.0",
"react-dnd": "^16.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-final-form": "^6.0.0",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
Expand All @@ -78,7 +78,7 @@
"react": "^16.8.0 || ^17.0.0",
"react-dnd": "^16.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-final-form": "^6.0.0",
"react-final-form": "^6.5.9",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"commander": "^10.0.1",
"date-fns": "^4.1.0",
"file-saver": "^2.0.0",
"final-form-arrays": "^3.0.2",
"final-form-set-field-touched": "^1.0.0",
"final-form-arrays": "^3.1.0",
"final-form-set-field-touched": "^1.0.1",
"glob": "^10.3.10",
"graphql-tag": "^2.0.0",
"js-cookie": "^3.0.5",
Expand All @@ -62,7 +62,7 @@
"pluralize": "^8.0.0",
"react-cool-dimensions": "^2.0.0",
"react-dropzone": "^14.3.5",
"react-final-form-arrays": "^3.1.3",
"react-final-form-arrays": "^3.1.4",
"react-hotkeys-hook": "^3.0.0",
"react-image-crop": "^8.0.0",
"react-split": "^2.0.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@mui/x-data-grid": "^7.22.3",
"@types/draft-js": "^0.11.10",
"@types/file-saver": "^2.0.0",
"@types/final-form-set-field-touched": "^1.0.0",
"@types/final-form-set-field-touched": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash.escaperegexp": "^4.0.0",
Expand All @@ -113,7 +113,7 @@
"csstype": "^3.1.1",
"draft-js": "^0.11.7",
"eslint": "^8.0.0",
"final-form": "^4.20.9",
"final-form": "^4.20.10",
"graphql": "^15.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -138,13 +138,13 @@
"@emotion/styled": "^11.3.0",
"@mui/material": "^6.2.1",
"@mui/x-data-grid": "^7.22.3",
"final-form": "^4.0.0",
"final-form": "^4.20.10",
"graphql": "^15.0.0 || ^16.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dnd": "^16.0.0",
"react-dnd-html5-backend": "^16.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-final-form": "^6.0.0",
"react-final-form": "^6.5.9",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
Expand Down
Loading

0 comments on commit 567146a

Please sign in to comment.