@cryptofi/core-ui 3.0.0 → 3.0.1

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": "@cryptofi/core-ui",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -66,25 +66,26 @@
66
66
  "big.js": "^7.0.1",
67
67
  "colord": "^2.9.3",
68
68
  "currency.js": "^2.0.4",
69
- "dayjs": "^1.11.18",
69
+ "dayjs": "^1.11.19",
70
70
  "lodash": "^4.17.21",
71
71
  "nanoid": "^3.3.11",
72
72
  "react-currency-input-field": "^4.0.3",
73
- "react-hook-form": "^7.65.0",
73
+ "react-hook-form": "^7.66.0",
74
74
  "react-paginate": "^8.3.0",
75
- "recharts": "^2.15.3",
75
+ "recharts": "^3.4.1",
76
76
  "yup": "^1.7.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@babel/core": "^7.28.4",
79
+ "@babel/core": "^7.28.5",
80
80
  "@chakra-ui/react": "^2.10.3",
81
81
  "@chakra-ui/storybook-addon": "^5.2.5",
82
82
  "@emotion/react": "^11.14.0",
83
83
  "@emotion/styled": "^11.14.1",
84
- "@eslint/js": "^9.38.0",
85
- "@rollup/plugin-commonjs": "^28.0.8",
84
+ "@eslint/js": "^9.39.1",
85
+ "@rollup/plugin-commonjs": "^29.0.0",
86
86
  "@rollup/plugin-node-resolve": "^16.0.3",
87
87
  "@rollup/plugin-terser": "^0.4.4",
88
+ "@rollup/plugin-typescript": "^12.3.0",
88
89
  "@storybook/addon-essentials": "^8.6.14",
89
90
  "@storybook/addon-interactions": "^8.6.14",
90
91
  "@storybook/addon-links": "^8.6.14",
@@ -108,21 +109,21 @@
108
109
  "@types/eslint__js": "^9.14.0",
109
110
  "@types/jest": "^30.0.0",
110
111
  "@types/lodash": "^4.17.20",
111
- "@types/node": "^24.9.0",
112
+ "@types/node": "^24.10.0",
112
113
  "@types/prop-types": "^15",
113
114
  "@types/react": "^19.x.x",
114
115
  "@types/react-dom": "^19.x.x",
115
116
  "@types/rollup-plugin-peer-deps-external": "^2",
116
117
  "@types/stringify-object": "^4.0.4",
117
- "@typescript-eslint/eslint-plugin": "^8.46.0",
118
- "@typescript-eslint/parser": "^8.46.1",
118
+ "@typescript-eslint/eslint-plugin": "^8.46.2",
119
+ "@typescript-eslint/parser": "^8.46.4",
119
120
  "chalk": "^4.1.2",
120
121
  "core-js": "^3.46.0",
121
122
  "cross-var": "^1.1.0",
122
- "dotenv-cli": "^10.0.0",
123
+ "dotenv-cli": "^11.0.0",
123
124
  "eslint": "^9.38.0",
124
125
  "eslint-config-prettier": "^10.1.8",
125
- "eslint-plugin-check-file": "^3.3.0",
126
+ "eslint-plugin-check-file": "^3.3.1",
126
127
  "eslint-plugin-import": "^2.32.0",
127
128
  "eslint-plugin-jsx-a11y": "^6.10.2",
128
129
  "eslint-plugin-prettier": "5.5.4",
@@ -131,7 +132,7 @@
131
132
  "eslint-plugin-simple-import-sort": "^12.1.1",
132
133
  "eslint-plugin-unused-imports": "^4.3.0",
133
134
  "framer-motion": "^10.16.4",
134
- "globals": "^16.4.0",
135
+ "globals": "^16.5.0",
135
136
  "identity-obj-proxy": "^3.0.0",
136
137
  "jest": "^30.2.0",
137
138
  "pnpapi": "^0.0.0",
@@ -140,7 +141,7 @@
140
141
  "react": "^18.x.x",
141
142
  "react-dom": "^18.x.x",
142
143
  "react-imask": "^7.6.1",
143
- "rollup": "^4.52.5",
144
+ "rollup": "^4.53.2",
144
145
  "rollup-plugin-delete": "^3.0.1",
145
146
  "rollup-plugin-dts": "^6.2.3",
146
147
  "rollup-plugin-filesize": "^10.0.0",
@@ -150,9 +151,10 @@
150
151
  "storybook": "^8.6.14",
151
152
  "stringify-object": "^6.0.0",
152
153
  "ts-jest": "^29.4.5",
154
+ "tslib": "^2.8.1",
153
155
  "typescript": "^5.9.3",
154
- "typescript-eslint": "^8.46.1",
155
- "vite": "^7.1.11"
156
+ "typescript-eslint": "^8.46.3",
157
+ "vite": "^6.4.1"
156
158
  },
157
- "packageManager": "pnpm@10.17.1"
159
+ "packageManager": "pnpm@10.19.0"
158
160
  }