@pdg/react-form 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -9,7 +9,7 @@ npm install -D @pdg/react-form
9
9
 
10
10
  ### 추가 패키지 설치
11
11
  ```
12
- npm install -D @emotion/react @emotion/styled @mui/icons-material @mui/material @mui/x-date-pickers @pdg/react-component @tinymce/miniature @tinymce/tinymce-react dayjs simplebar-react
12
+ npm install -D @emotion/react @emotion/styled @mui/icons-material @mui/material @mui/x-date-pickers @pdg/react-component @pdg/react-hook @tinymce/miniature @tinymce/tinymce-react dayjs simplebar-react
13
13
  ```
14
14
 
15
15
  ## simplebar-react css 추가
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@pdg/react-form",
3
3
  "title": "Typescript React Form Module",
4
4
  "description": "Typescript React Form Module",
5
- "version": "1.2.3",
5
+ "version": "1.2.4",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.esm.js",
@@ -57,7 +57,8 @@
57
57
  "@mui/icons-material": "^7.0.0",
58
58
  "@mui/material": "^7.0.0",
59
59
  "@mui/x-date-pickers": "^7.0.0",
60
- "@pdg/react-component": "^1.1.11",
60
+ "@pdg/react-component": "^1.1.12",
61
+ "@pdg/react-hook": "^2.0.10",
61
62
  "@tinymce/miniature": "^6.0.0",
62
63
  "@tinymce/tinymce-react": "^6.0.0",
63
64
  "dayjs": "^1.11.19",
@@ -70,8 +71,7 @@
70
71
  "@pdg/compare": "^1.0.8",
71
72
  "@pdg/data": "^1.0.5",
72
73
  "@pdg/formatting": "^1.0.8",
73
- "@pdg/react-hook": "^2.0.9",
74
- "@pdg/types": "^1.0.9",
74
+ "@pdg/types": "^1.0.10",
75
75
  "classnames": "^2.5.1",
76
76
  "react-number-format": "^5.4.4",
77
77
  "react-resize-detector": "^12.3.0"
@@ -87,7 +87,8 @@
87
87
  "@mui/icons-material": "^7.3.6",
88
88
  "@mui/material": "^7.3.6",
89
89
  "@mui/x-date-pickers": "^8.22.1",
90
- "@pdg/react-component": "^1.1.11",
90
+ "@pdg/react-component": "^1.1.12",
91
+ "@pdg/react-hook": "^2.0.10",
91
92
  "@rollup/plugin-babel": "^6.1.0",
92
93
  "@rollup/plugin-commonjs": "29.0.0",
93
94
  "@rollup/plugin-eslint": "^9.2.0",