@cryptofi/core-ui 2.0.2 → 2.0.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"yup": "^1.6.1"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@babel/core": "^7.26.
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
80
80
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
81
81
|
"@rollup/plugin-terser": "^0.4.4",
|
|
82
|
-
"@storybook/addon-essentials": "^8.6.
|
|
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",
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
"core-js": "^3.40.0",
|
|
113
113
|
"cross-var": "^1.1.0",
|
|
114
114
|
"dotenv-cli": "^8.0.0",
|
|
115
|
-
"eslint": "^9.
|
|
115
|
+
"eslint": "^9.22.0",
|
|
116
116
|
"eslint-config-prettier": "^10.0.1",
|
|
117
117
|
"eslint-plugin-check-file": "^3.1.0",
|
|
118
118
|
"eslint-plugin-import": "^2.31.0",
|
|
119
119
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
120
120
|
"eslint-plugin-prettier": "5.2.3",
|
|
121
121
|
"eslint-plugin-react": "^7.37.4",
|
|
122
|
-
"eslint-plugin-react-hooks": "^5.
|
|
122
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
123
123
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
124
124
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
125
125
|
"framer-motion": "^10.16.4",
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
"react": "^18.3.1",
|
|
133
133
|
"react-dom": "^18.3.1",
|
|
134
134
|
"react-imask": "^7.6.1",
|
|
135
|
-
"rollup": "^4.
|
|
136
|
-
"rollup-plugin-delete": "^
|
|
135
|
+
"rollup": "^4.36.0",
|
|
136
|
+
"rollup-plugin-delete": "^3.0.1",
|
|
137
137
|
"rollup-plugin-dts": "^6.1.1",
|
|
138
138
|
"rollup-plugin-filesize": "^10.0.0",
|
|
139
139
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"stringify-object": "^5.0.0",
|
|
144
144
|
"ts-jest": "^29.2.6",
|
|
145
145
|
"typescript": "^5.8.2",
|
|
146
|
-
"typescript-eslint": "^8.
|
|
147
|
-
"vite": "^6.
|
|
146
|
+
"typescript-eslint": "^8.27.0",
|
|
147
|
+
"vite": "^6.2.2"
|
|
148
148
|
},
|
|
149
149
|
"packageManager": "yarn@4.6.0"
|
|
150
150
|
}
|