@konoma-development/react-components 0.2.13 → 0.2.15

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.2.13",
4
+ "version": "0.2.15",
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": "^11.14.0",
29
- "@emotion/styled": "^11.14.1",
30
- "@eslint/compat": "^1.2.5",
31
- "@eslint/js": "^9.18.0",
32
- "@floating-ui/react": "^0.27.16",
33
- "@heroicons/react": "^2.2.0",
34
- "@iconify-icon/react": "^2.3.0",
35
- "@tailwindcss/postcss": "^4.1.10",
36
- "@types/node": "^22.10.8",
37
- "@types/react": "^19.2.6",
38
- "@types/react-dom": "^19.2.3",
39
- "@typescript-eslint/parser": "^8.21.0",
40
- "@vitejs/plugin-react": "^4.3.4",
41
- "dnd-core": "^16.0.1",
42
- "eslint": "^9.18.0",
43
- "eslint-config-prettier": "^10.0.1",
44
- "eslint-plugin-i18next": "^6.1.1",
45
- "eslint-plugin-prettier": "^5.2.3",
46
- "eslint-plugin-react": "^7.37.4",
47
- "eslint-plugin-simple-import-sort": "^12.1.1",
48
- "globals": "^15.14.0",
49
- "jiti": "^2.4.2",
50
- "prettier": "^3.4.2",
51
- "prettier-plugin-tailwindcss": "^0.6.12",
52
- "re-resizable": "^6.10.3",
53
- "react": "^19.2.0",
54
- "react-dnd": "^16.0.1",
55
- "react-dnd-html5-backend": "^16.0.1",
56
- "react-dnd-touch-backend": "^16.0.1",
57
- "react-dom": "^19.2.0",
58
- "react-imask": "^7.6.1",
59
- "react-select": "^5.9.0",
60
- "rollup": "^4.31.0",
61
- "tailwindcss": "^4.1.10",
62
- "typescript": "^5.7.3",
63
- "typescript-eslint": "^8.21.0",
64
- "vite": "^6.0.11",
65
- "vite-plugin-css-injected-by-js": "^3.5.2",
66
- "vite-plugin-dts": "^4.5.0"
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": "^16.0.1",
70
- "re-resizable": "^6.10.3",
71
- "react": "^19.2.0",
72
- "react-dnd": "^16.0.1",
73
- "react-dnd-html5-backend": "^16.0.1",
74
- "react-dnd-touch-backend": "^16.0.1",
75
- "react-dom": "^19.2.0",
76
- "react-imask": "^7.6.1",
77
- "react-select": "^5.9.0"
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
  }