Skip to content

Commit

Permalink
1.1.0 - improvements and packages upgrades
Browse files Browse the repository at this point in the history
- react/dom upgrades to 18.3.1
- added checking `isFormValidating` in the condition `isFormSubmitAllowed`
  • Loading branch information
Tynik committed Sep 11, 2024
1 parent ca983f6 commit 7baa730
Show file tree
Hide file tree
Showing 4 changed files with 1,100 additions and 1,643 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hive/honey-form",
"version": "1.0.0",
"version": "1.1.0",
"description": "The TS library to build the fully customized forms using React framework",
"keywords": [
"react",
Expand Down Expand Up @@ -31,15 +31,15 @@
"!dist/**/jest*"
],
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"@mdx-js/react": "3.0.1"
},
"devDependencies": {
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.12",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/mdx": "2.0.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -48,17 +48,17 @@
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"html-webpack-plugin": "5.6.0"
Expand Down
Loading

0 comments on commit 7baa730

Please sign in to comment.