@team-monolith/cds 1.4.9 → 1.6.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
- **1.0** : React 18 (최신 브랜치)
|
|
36
36
|
- **main** : React 17
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
main 브랜치(`v0.x`)는 [jce-codle-jlext](https://github.com/team-monolith-product/jce-codle-jlext)의 JL3에서 사용중이고, 1.0 브랜치(`v1.x`)는 JL4와 [jce-codle-react](https://github.com/team-monolith-product/jce-codle-react)에서 사용중입니다.
|
|
39
39
|
|
|
40
40
|
## 개발 및 배포 절차
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@team-monolith/cds",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@mui/material": "^5.13.6",
|
|
24
24
|
"@types/node": "^16.11.26",
|
|
25
25
|
"@types/react": "^18.2.28",
|
|
26
|
-
"@types/react-dom": "^18.2.13",
|
|
26
|
+
"@types/react-dom": "^18.2.13",
|
|
27
27
|
"editorjs-strikethrough": "^1.0.0",
|
|
28
28
|
"hex-to-css-filter": "^5.4.0",
|
|
29
29
|
"lexical": "^0.12.4",
|