@cryptofi/core-ui 2.0.1 → 2.0.3

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": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -70,16 +70,16 @@
70
70
  "yup": "^1.6.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@babel/core": "^7.26.9",
73
+ "@babel/core": "^7.26.10",
74
74
  "@chakra-ui/react": "^2.10.3",
75
75
  "@chakra-ui/storybook-addon": "^5.2.5",
76
76
  "@emotion/react": "^11.14.0",
77
77
  "@emotion/styled": "^11.14.0",
78
78
  "@eslint/js": "^9.21.0",
79
79
  "@rollup/plugin-commonjs": "^28.0.2",
80
- "@rollup/plugin-node-resolve": "^16.0.0",
80
+ "@rollup/plugin-node-resolve": "^16.0.1",
81
81
  "@rollup/plugin-terser": "^0.4.4",
82
- "@storybook/addon-essentials": "^8.6.4",
82
+ "@storybook/addon-essentials": "^8.6.8",
83
83
  "@storybook/addon-interactions": "^8.6.4",
84
84
  "@storybook/addon-links": "^8.6.4",
85
85
  "@storybook/addon-onboarding": "^8.6.4",
@@ -99,6 +99,7 @@
99
99
  "@testing-library/jest-dom": "^6.6.3",
100
100
  "@testing-library/react": "^16.2.0",
101
101
  "@types/big.js": "^6.2.2",
102
+ "@types/eslint__js": "^9.14.0",
102
103
  "@types/jest": "^29.5.14",
103
104
  "@types/prop-types": "^15",
104
105
  "@types/react": "^19.x.x",
@@ -111,14 +112,14 @@
111
112
  "core-js": "^3.40.0",
112
113
  "cross-var": "^1.1.0",
113
114
  "dotenv-cli": "^8.0.0",
114
- "eslint": "^9.21.0",
115
+ "eslint": "^9.22.0",
115
116
  "eslint-config-prettier": "^10.0.1",
116
117
  "eslint-plugin-check-file": "^3.1.0",
117
118
  "eslint-plugin-import": "^2.31.0",
118
119
  "eslint-plugin-jsx-a11y": "^6.10.2",
119
120
  "eslint-plugin-prettier": "5.2.3",
120
121
  "eslint-plugin-react": "^7.37.4",
121
- "eslint-plugin-react-hooks": "^5.1.0",
122
+ "eslint-plugin-react-hooks": "^5.2.0",
122
123
  "eslint-plugin-simple-import-sort": "^12.1.1",
123
124
  "eslint-plugin-unused-imports": "^4.1.4",
124
125
  "framer-motion": "^10.16.4",
@@ -131,8 +132,8 @@
131
132
  "react": "^18.3.1",
132
133
  "react-dom": "^18.3.1",
133
134
  "react-imask": "^7.6.1",
134
- "rollup": "^4.34.8",
135
- "rollup-plugin-delete": "^2.1.0",
135
+ "rollup": "^4.36.0",
136
+ "rollup-plugin-delete": "^3.0.1",
136
137
  "rollup-plugin-dts": "^6.1.1",
137
138
  "rollup-plugin-filesize": "^10.0.0",
138
139
  "rollup-plugin-peer-deps-external": "^2.2.4",
@@ -142,8 +143,8 @@
142
143
  "stringify-object": "^5.0.0",
143
144
  "ts-jest": "^29.2.6",
144
145
  "typescript": "^5.8.2",
145
- "typescript-eslint": "^8.23.0",
146
- "vite": "^6.1.1"
146
+ "typescript-eslint": "^8.27.0",
147
+ "vite": "^6.2.2"
147
148
  },
148
149
  "packageManager": "yarn@4.6.0"
149
150
  }