@elice/material-survey 1.240514.0 → 1.240514.2

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.
@@ -64,7 +64,7 @@ const MaterialSurveyEditContent = () => {
64
64
  setValue('questionInfoList.0.optionInfo', get());
65
65
  },
66
66
  // eslint-disable-next-line react-hooks/exhaustive-deps
67
- [watchedOptionType, setValue, intl$1]);
67
+ [watchedOptionType, setValue]);
68
68
  /**
69
69
  * Input of option info and answer info,
70
70
  * according to option type.
@@ -60,7 +60,7 @@ const MaterialSurveyEditContent = () => {
60
60
  setValue('questionInfoList.0.optionInfo', get());
61
61
  },
62
62
  // eslint-disable-next-line react-hooks/exhaustive-deps
63
- [watchedOptionType, setValue, intl]);
63
+ [watchedOptionType, setValue]);
64
64
  /**
65
65
  * Input of option info and answer info,
66
66
  * according to option type.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-survey",
3
- "version": "1.240514.0",
3
+ "version": "1.240514.2",
4
4
  "description": "User view and editing components of Elice material survey",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -52,8 +52,8 @@
52
52
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
53
53
  "@elice/intl": "0.240425.0-rc.0",
54
54
  "@elice/markdown": "^1.220815.0",
55
- "@elice/material-shared-types": "1.240514.0",
56
- "@elice/material-shared-utils": "1.240514.0",
55
+ "@elice/material-shared-types": "1.240514.2",
56
+ "@elice/material-shared-utils": "1.240514.2",
57
57
  "@elice/types": "^1.240208.0",
58
58
  "@types/classnames": "^2.3.1",
59
59
  "@types/react": "~17.0.9",
@@ -63,5 +63,5 @@
63
63
  "react-use": "^17.2.4",
64
64
  "styled-components": "^5.3.0"
65
65
  },
66
- "gitHead": "04c7bc30a433e053218d63dedf81d76aa0fe251f"
66
+ "gitHead": "b13df05d69f1f8b7081d670ec2986a6212875563"
67
67
  }