@loword/loword-design-system 0.0.7 → 0.0.8
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loword/loword-design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "로워드 디자인 시스템 컴포넌트 패키지(Tailwind v4)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -226,7 +226,9 @@
|
|
|
226
226
|
"eslint-plugin-react": "^7.37.4",
|
|
227
227
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
228
228
|
"globals": "^16.3.0",
|
|
229
|
-
"next": "15.
|
|
229
|
+
"next": "15.5.18",
|
|
230
|
+
"react": "19.1.7",
|
|
231
|
+
"react-dom": "19.1.7",
|
|
230
232
|
"storybook": "8.6.18",
|
|
231
233
|
"tailwindcss": "^4.1.5",
|
|
232
234
|
"tsc-alias": "^1.8.16",
|