kiban-design-system 1.1.3 → 1.1.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "kiban-design-system",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "author": "Kiban",
5
5
  "private": false,
6
6
  "type": "module",
@@ -24,50 +24,52 @@
24
24
  "build-storybook": "storybook build -c .storybook -o storybook-static"
25
25
  },
26
26
  "peerDependencies": {
27
- "react": "^19.1.0",
28
- "react-dom": "^19.1.0"
27
+ "react": "19.1.0",
28
+ "react-dom": "19.1.0"
29
29
  },
30
30
  "dependencies": {
31
- "luxon": "^3.6.1",
32
- "moment": "^2.30.1",
33
- "pako": "^2.1.0",
34
- "react-phone-input-2": "^2.15.1",
35
- "react-router-dom": "^7.6.2",
36
- "sortablejs": "^1.15.6"
31
+ "luxon": "3.6.1",
32
+ "moment": "2.30.1",
33
+ "pako": "2.1.0",
34
+ "react-phone-input-2": "2.15.1",
35
+ "react-router-dom": "7.6.2",
36
+ "sortablejs": "1.15.6"
37
37
  },
38
38
  "devDependencies": {
39
- "@babel/preset-react": "^7.27.1",
40
- "@babel/preset-typescript": "^7.27.1",
41
- "@eslint/js": "^9.25.0",
42
- "@rollup/plugin-babel": "^6.0.4",
43
- "@rollup/plugin-commonjs": "^28.0.3",
44
- "@rollup/plugin-json": "^6.1.0",
45
- "@rollup/plugin-node-resolve": "^16.0.1",
46
- "@rollup/plugin-typescript": "^12.1.2",
47
- "@storybook/addon-onboarding": "^9.0.5",
48
- "@storybook/react-vite": "^9.0.5",
49
- "@types/luxon": "^3.6.2",
50
- "@types/pako": "^2.0.3",
51
- "@types/react": "^19.1.2",
52
- "@types/react-dom": "^19.1.2",
53
- "@types/sortablejs": "^1.15.8",
54
- "@vitejs/plugin-react": "^4.4.1",
55
- "autoprefixer": "^10.4.21",
56
- "eslint": "^9.25.0",
57
- "eslint-plugin-react-hooks": "^5.2.0",
58
- "eslint-plugin-react-refresh": "^0.4.19",
59
- "eslint-plugin-storybook": "^9.0.5",
60
- "globals": "^16.0.0",
61
- "rollup": "^4.42.0",
62
- "rollup-plugin-peer-deps-external": "^2.2.4",
63
- "rollup-plugin-postcss": "^4.0.2",
64
- "rollup-plugin-sass": "^1.15.2",
65
- "rollup-plugin-svg": "^2.0.0",
66
- "sass": "^1.89.2",
67
- "sass-embedded": "^1.89.1",
68
- "storybook": "^9.0.5",
39
+ "@babel/preset-react": "7.27.1",
40
+ "@babel/preset-typescript": "7.27.1",
41
+ "@eslint/js": "9.25.0",
42
+ "@rollup/plugin-babel": "6.0.4",
43
+ "@rollup/plugin-commonjs": "28.0.3",
44
+ "@rollup/plugin-json": "6.1.0",
45
+ "@rollup/plugin-node-resolve": "16.0.1",
46
+ "@rollup/plugin-typescript": "12.1.2",
47
+ "@storybook/addon-onboarding": "9.0.5",
48
+ "@storybook/react-vite": "9.0.5",
49
+ "@types/luxon": "3.6.2",
50
+ "@types/pako": "2.0.3",
51
+ "@types/react": "19.1.2",
52
+ "@types/react-dom": "19.1.2",
53
+ "@types/sortablejs": "1.15.8",
54
+ "@vitejs/plugin-react": "4.4.1",
55
+ "autoprefixer": "10.4.21",
56
+ "eslint": "9.25.0",
57
+ "eslint-plugin-react-hooks": "5.2.0",
58
+ "eslint-plugin-react-refresh": "0.4.19",
59
+ "eslint-plugin-storybook": "9.0.5",
60
+ "globals": "16.0.0",
61
+ "react": "19.1.0",
62
+ "react-dom": "19.1.0",
63
+ "rollup": "4.42.0",
64
+ "rollup-plugin-peer-deps-external": "2.2.4",
65
+ "rollup-plugin-postcss": "4.0.2",
66
+ "rollup-plugin-sass": "1.15.2",
67
+ "rollup-plugin-svg": "2.0.0",
68
+ "sass": "1.89.2",
69
+ "sass-embedded": "1.89.1",
70
+ "storybook": "9.0.5",
69
71
  "typescript": "~5.8.3",
70
- "typescript-eslint": "^8.30.1",
71
- "vite": "^6.3.5"
72
+ "typescript-eslint": "8.30.1",
73
+ "vite": "6.3.5"
72
74
  }
73
75
  }