@cryptofi/core-ui 1.2.0 → 1.2.2
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 +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
],
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@chakra-ui/react": "^2.4.9",
|
|
50
|
-
"@emotion/react": "^11.13.
|
|
50
|
+
"@emotion/react": "^11.13.3",
|
|
51
51
|
"@emotion/styled": "^11.13.0",
|
|
52
52
|
"framer-motion": "^10.16.4",
|
|
53
53
|
"react": "^18.3.1",
|
|
@@ -59,69 +59,69 @@
|
|
|
59
59
|
"big.js": "^6.2.1",
|
|
60
60
|
"colord": "^2.9.3",
|
|
61
61
|
"currency.js": "^2.0.4",
|
|
62
|
-
"dayjs": "^1.11.
|
|
62
|
+
"dayjs": "^1.11.13",
|
|
63
63
|
"nanoid": "^3.3.6",
|
|
64
64
|
"react-currency-input-field": "^3.8.0",
|
|
65
|
-
"react-hook-form": "^7.
|
|
65
|
+
"react-hook-form": "^7.53.0",
|
|
66
66
|
"react-paginate": "^8.2.0",
|
|
67
67
|
"recharts": "^2.12.4",
|
|
68
68
|
"yup": "^1.4.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/core": "^7.
|
|
71
|
+
"@babel/core": "^7.25.2",
|
|
72
72
|
"@chakra-ui/react": "^2.4.9",
|
|
73
73
|
"@chakra-ui/storybook-addon": "^5.1.0",
|
|
74
|
-
"@emotion/react": "^11.13.
|
|
74
|
+
"@emotion/react": "^11.13.3",
|
|
75
75
|
"@emotion/styled": "^11.13.0",
|
|
76
|
-
"@eslint/js": "^9.
|
|
76
|
+
"@eslint/js": "^9.9.1",
|
|
77
77
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
78
78
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
79
79
|
"@rollup/plugin-terser": "^0.4.4",
|
|
80
|
-
"@storybook/addon-essentials": "^8.2.
|
|
81
|
-
"@storybook/addon-interactions": "^8.2.
|
|
82
|
-
"@storybook/addon-links": "^8.2.
|
|
83
|
-
"@storybook/addon-onboarding": "^8.2.
|
|
84
|
-
"@storybook/blocks": "^8.2.
|
|
85
|
-
"@storybook/components": "^8.2.
|
|
86
|
-
"@storybook/manager-api": "^8.2.
|
|
87
|
-
"@storybook/preview-api": "^8.2.
|
|
88
|
-
"@storybook/react": "^8.2.
|
|
89
|
-
"@storybook/react-vite": "^8.2.
|
|
90
|
-
"@storybook/test": "^8.2.
|
|
91
|
-
"@storybook/types": "^8.2.
|
|
80
|
+
"@storybook/addon-essentials": "^8.2.9",
|
|
81
|
+
"@storybook/addon-interactions": "^8.2.9",
|
|
82
|
+
"@storybook/addon-links": "^8.2.9",
|
|
83
|
+
"@storybook/addon-onboarding": "^8.2.9",
|
|
84
|
+
"@storybook/blocks": "^8.2.9",
|
|
85
|
+
"@storybook/components": "^8.2.9",
|
|
86
|
+
"@storybook/manager-api": "^8.2.9",
|
|
87
|
+
"@storybook/preview-api": "^8.2.9",
|
|
88
|
+
"@storybook/react": "^8.2.9",
|
|
89
|
+
"@storybook/react-vite": "^8.2.9",
|
|
90
|
+
"@storybook/test": "^8.2.9",
|
|
91
|
+
"@storybook/types": "^8.2.9",
|
|
92
92
|
"@svgr/cli": "^8.1.0",
|
|
93
93
|
"@svgr/core": "^8.1.0",
|
|
94
94
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
95
95
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
96
96
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
97
|
-
"@testing-library/jest-dom": "^6.
|
|
98
|
-
"@testing-library/react": "^16.0.
|
|
97
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
98
|
+
"@testing-library/react": "^16.0.1",
|
|
99
99
|
"@types/big.js": "^6.2.2",
|
|
100
100
|
"@types/eslint__js": "^8.42.3",
|
|
101
101
|
"@types/jest": "^29.2.6",
|
|
102
102
|
"@types/prop-types": "^15",
|
|
103
|
-
"@types/react": "^18.3.
|
|
103
|
+
"@types/react": "^18.3.5",
|
|
104
104
|
"@types/react-dom": "^18.2.25",
|
|
105
105
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
106
106
|
"@types/stringify-object": "^4.0.4",
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
108
|
-
"@typescript-eslint/parser": "^
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
108
|
+
"@typescript-eslint/parser": "^8.3.0",
|
|
109
109
|
"chalk": "4.1.2",
|
|
110
|
-
"core-js": "^3.
|
|
110
|
+
"core-js": "^3.38.1",
|
|
111
111
|
"cross-var": "^1.1.0",
|
|
112
112
|
"dotenv-cli": "^7.4.1",
|
|
113
|
-
"eslint": "^9.
|
|
113
|
+
"eslint": "^9.9.1",
|
|
114
114
|
"eslint-config-prettier": "^9.1.0",
|
|
115
115
|
"eslint-plugin-check-file": "^2.8.0",
|
|
116
116
|
"eslint-plugin-import": "^2.29.0",
|
|
117
117
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
118
|
-
"eslint-plugin-prettier": "5.1
|
|
118
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
119
119
|
"eslint-plugin-react": "^7.35.0",
|
|
120
120
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
121
121
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
122
|
-
"eslint-plugin-unused-imports": "^4.
|
|
122
|
+
"eslint-plugin-unused-imports": "^4.1.3",
|
|
123
123
|
"framer-motion": "^10.16.4",
|
|
124
|
-
"globals": "^15.
|
|
124
|
+
"globals": "^15.9.0",
|
|
125
125
|
"identity-obj-proxy": "^3.0.0",
|
|
126
126
|
"jest": "^29.4.0",
|
|
127
127
|
"pnpapi": "^0.0.0",
|
|
@@ -129,19 +129,19 @@
|
|
|
129
129
|
"prop-types": "^15.8.1",
|
|
130
130
|
"react": "^18.3.1",
|
|
131
131
|
"react-dom": "^18.2.0",
|
|
132
|
-
"rollup": "^4.
|
|
132
|
+
"rollup": "^4.21.2",
|
|
133
133
|
"rollup-plugin-delete": "^2.0.0",
|
|
134
134
|
"rollup-plugin-dts": "^6.1.1",
|
|
135
135
|
"rollup-plugin-filesize": "^10.0.0",
|
|
136
136
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
137
137
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
138
138
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
139
|
-
"storybook": "^8.2.
|
|
139
|
+
"storybook": "^8.2.9",
|
|
140
140
|
"stringify-object": "^5.0.0",
|
|
141
|
-
"ts-jest": "^29.2.
|
|
142
|
-
"typescript": "^5.4
|
|
143
|
-
"typescript-eslint": "^
|
|
144
|
-
"vite": "^5.
|
|
141
|
+
"ts-jest": "^29.2.5",
|
|
142
|
+
"typescript": "^5.5.4",
|
|
143
|
+
"typescript-eslint": "^8.3.0",
|
|
144
|
+
"vite": "^5.4.2"
|
|
145
145
|
},
|
|
146
146
|
"packageManager": "yarn@4.2.2"
|
|
147
147
|
}
|