pds-dev-kit-web-test 2.4.8 → 2.4.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.esm.js",
package/release-note.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.4.8]
2
+ ## [v2.4.9]
3
3
  ## release|https://design.storybook.publ.biz/
4
4
 
5
5
  ### bundle
6
- * peerDependenciesreact18추가
7
- * rollup.config.mjs 업데이트
8
- * - external 확장하여 (!) Unresolved dependencies warning해결
9
- * - styled component babel plugin 추가
10
- * webpack.confing.js 변경
6
+ * externalstyled-component 추가
package/rollup.config.mjs CHANGED
@@ -27,7 +27,8 @@ export default {
27
27
  'react-router',
28
28
  'void-elements',
29
29
  'nuka-carousel',
30
- 'lottie-react'
30
+ 'lottie-react',
31
+ 'react-hook-form'
31
32
  ],
32
33
  plugins: [
33
34
  // 바벨 트랜스파일러 설정