@lotte-innovate/ui-component-test 0.1.62 → 0.1.63
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.1.
|
4
|
+
"version": "0.1.63",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -81,7 +81,6 @@
|
|
81
81
|
"class-variance-authority": "^0.7.0",
|
82
82
|
"clsx": "^2.1.0",
|
83
83
|
"cross-env": "^7.0.3",
|
84
|
-
"cssnano": "^7.0.6",
|
85
84
|
"dotenv": "^16.4.5",
|
86
85
|
"lucide-react": "^0.364.0",
|
87
86
|
"next": "14.1.4",
|
@@ -118,18 +117,21 @@
|
|
118
117
|
"@types/node": "^20",
|
119
118
|
"@types/react": "^18",
|
120
119
|
"@types/react-dom": "^18",
|
121
|
-
"autoprefixer": "^10.
|
120
|
+
"autoprefixer": "^10.4.20",
|
122
121
|
"chromatic": "^11.5.4",
|
122
|
+
"cssnano": "^7.0.6",
|
123
123
|
"eslint": "^8",
|
124
124
|
"eslint-config-next": "14.1.4",
|
125
125
|
"eslint-plugin-storybook": "^0.8.0",
|
126
|
-
"postcss": "^8",
|
126
|
+
"postcss": "^8.4.47",
|
127
|
+
"postcss-cli": "^11.0.0",
|
128
|
+
"postcss-import": "^16.1.0",
|
127
129
|
"prettier": "^3.3.3",
|
128
130
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
129
131
|
"rimraf": "^6.0.1",
|
130
132
|
"rollup-plugin-terser": "^7.0.2",
|
131
133
|
"storybook": "^8.3.5",
|
132
|
-
"tailwindcss": "^3.
|
134
|
+
"tailwindcss": "^3.4.14",
|
133
135
|
"tsc-alias": "^1.8.10",
|
134
136
|
"typescript": "^5"
|
135
137
|
},
|