@konoma-development/react-components 0.3.0 → 0.3.2
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@konoma-development/react-components",
|
|
3
3
|
"packageManager": "yarn@4.12.0",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"lint": "eslint .",
|
|
19
19
|
"lint:fix": "eslint . --fix",
|
|
20
20
|
"format": "prettier --write .",
|
|
21
|
+
"type-check": "tsc --noEmit",
|
|
21
22
|
"format:check": "prettier --check ."
|
|
22
23
|
},
|
|
23
24
|
"engines": {
|
|
@@ -25,55 +26,55 @@
|
|
|
25
26
|
},
|
|
26
27
|
"engineStrict": true,
|
|
27
28
|
"devDependencies": {
|
|
28
|
-
"@emotion/react": "
|
|
29
|
-
"@emotion/styled": "
|
|
30
|
-
"@eslint/compat": "
|
|
31
|
-
"@eslint/js": "
|
|
32
|
-
"@floating-ui/react": "
|
|
33
|
-
"@heroicons/react": "
|
|
34
|
-
"@iconify-icon/react": "
|
|
35
|
-
"@tailwindcss/postcss": "
|
|
36
|
-
"@types/node": "
|
|
37
|
-
"@types/react": "
|
|
38
|
-
"@types/react-dom": "
|
|
39
|
-
"@typescript-eslint/parser": "
|
|
40
|
-
"@vitejs/plugin-react": "
|
|
41
|
-
"dnd-core": "
|
|
42
|
-
"eslint": "
|
|
43
|
-
"eslint-config-prettier": "
|
|
44
|
-
"eslint-plugin-i18next": "
|
|
45
|
-
"eslint-plugin-prettier": "
|
|
46
|
-
"eslint-plugin-react": "
|
|
47
|
-
"eslint-plugin-simple-import-sort": "
|
|
48
|
-
"globals": "
|
|
49
|
-
"jiti": "
|
|
50
|
-
"prettier": "
|
|
51
|
-
"prettier-plugin-tailwindcss": "
|
|
52
|
-
"re-resizable": "
|
|
53
|
-
"react": "
|
|
54
|
-
"react-dnd": "
|
|
55
|
-
"react-dnd-html5-backend": "
|
|
56
|
-
"react-dnd-touch-backend": "
|
|
57
|
-
"react-dom": "
|
|
58
|
-
"react-imask": "
|
|
59
|
-
"react-select": "
|
|
60
|
-
"rollup": "
|
|
61
|
-
"tailwindcss": "
|
|
62
|
-
"typescript": "
|
|
63
|
-
"typescript-eslint": "
|
|
64
|
-
"vite": "
|
|
65
|
-
"vite-plugin-css-injected-by-js": "
|
|
66
|
-
"vite-plugin-dts": "
|
|
29
|
+
"@emotion/react": "11.14.0",
|
|
30
|
+
"@emotion/styled": "11.14.1",
|
|
31
|
+
"@eslint/compat": "2.0.1",
|
|
32
|
+
"@eslint/js": "9.39.2",
|
|
33
|
+
"@floating-ui/react": "0.27.16",
|
|
34
|
+
"@heroicons/react": "2.2.0",
|
|
35
|
+
"@iconify-icon/react": "3.0.3",
|
|
36
|
+
"@tailwindcss/postcss": "4.1.10",
|
|
37
|
+
"@types/node": "22.19.7",
|
|
38
|
+
"@types/react": "19.2.9",
|
|
39
|
+
"@types/react-dom": "19.2.3",
|
|
40
|
+
"@typescript-eslint/parser": "8.53.1",
|
|
41
|
+
"@vitejs/plugin-react": "5.1.2",
|
|
42
|
+
"dnd-core": "16.0.1",
|
|
43
|
+
"eslint": "9.39.2",
|
|
44
|
+
"eslint-config-prettier": "10.1.8",
|
|
45
|
+
"eslint-plugin-i18next": "6.1.3",
|
|
46
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
47
|
+
"eslint-plugin-react": "7.37.5",
|
|
48
|
+
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
49
|
+
"globals": "17.0.0",
|
|
50
|
+
"jiti": "2.6.1",
|
|
51
|
+
"prettier": "3.8.1",
|
|
52
|
+
"prettier-plugin-tailwindcss": "0.7.2",
|
|
53
|
+
"re-resizable": "6.11.2",
|
|
54
|
+
"react": "19.2.3",
|
|
55
|
+
"react-dnd": "16.0.1",
|
|
56
|
+
"react-dnd-html5-backend": "16.0.1",
|
|
57
|
+
"react-dnd-touch-backend": "16.0.1",
|
|
58
|
+
"react-dom": "19.2.3",
|
|
59
|
+
"react-imask": "7.6.1",
|
|
60
|
+
"react-select": "5.10.2",
|
|
61
|
+
"rollup": "4.56.0",
|
|
62
|
+
"tailwindcss": "4.1.18",
|
|
63
|
+
"typescript": "5.9.3",
|
|
64
|
+
"typescript-eslint": "8.53.1",
|
|
65
|
+
"vite": "7.3.1",
|
|
66
|
+
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
67
|
+
"vite-plugin-dts": "4.5.4"
|
|
67
68
|
},
|
|
68
69
|
"peerDependencies": {
|
|
69
|
-
"dnd-core": "
|
|
70
|
-
"re-resizable": "
|
|
71
|
-
"react": "
|
|
72
|
-
"react-dnd": "
|
|
73
|
-
"react-dnd-html5-backend": "
|
|
74
|
-
"react-dnd-touch-backend": "
|
|
75
|
-
"react-dom": "
|
|
76
|
-
"react-imask": "
|
|
77
|
-
"react-select": "
|
|
70
|
+
"dnd-core": "16.0.1",
|
|
71
|
+
"re-resizable": "6.11.2",
|
|
72
|
+
"react": "19.2.3",
|
|
73
|
+
"react-dnd": "16.0.1",
|
|
74
|
+
"react-dnd-html5-backend": "16.0.1",
|
|
75
|
+
"react-dnd-touch-backend": "16.0.1",
|
|
76
|
+
"react-dom": "19.2.3",
|
|
77
|
+
"react-imask": "7.6.1",
|
|
78
|
+
"react-select": "5.10.2"
|
|
78
79
|
}
|
|
79
80
|
}
|