@lotte-innovate/ui-component-test 0.0.101 → 0.0.102
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.102",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -97,7 +97,8 @@
|
|
97
97
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
98
98
|
"storybook-addon-deep-controls": "^0.7.1",
|
99
99
|
"storybook-dark-mode": "^4.0.2",
|
100
|
-
"tailwind-merge": "^2.2.2"
|
100
|
+
"tailwind-merge": "^2.2.2",
|
101
|
+
"tinymce": "^6.8.5"
|
101
102
|
},
|
102
103
|
"devDependencies": {
|
103
104
|
"@babel/cli": "^7.24.7",
|
@@ -1 +0,0 @@
|
|
1
|
-
export = tinymce;
|