@cryptofi/core-ui 0.63.0 → 0.64.0
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 +8 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.64.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"test:watch": "yarn test --collectCoverage=false --watch",
|
|
33
33
|
"validate:types": "npx tsc --noEmit"
|
|
34
34
|
},
|
|
35
|
+
"exports": {
|
|
36
|
+
".": "./dist/index.js"
|
|
37
|
+
},
|
|
35
38
|
"module": "dist/index.js",
|
|
36
39
|
"types": "dist/types/index.d.ts",
|
|
37
40
|
"src": "src",
|
|
@@ -97,13 +100,13 @@
|
|
|
97
100
|
"@types/react-dom": "^18.2.25",
|
|
98
101
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
99
102
|
"@types/stringify-object": "^4.0.4",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
103
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
101
104
|
"@typescript-eslint/parser": "^7.15.0",
|
|
102
105
|
"chalk": "4.1.2",
|
|
103
106
|
"core-js": "^3.37.1",
|
|
104
107
|
"cross-var": "^1.1.0",
|
|
105
108
|
"dotenv-cli": "^7.4.1",
|
|
106
|
-
"eslint": "^9.
|
|
109
|
+
"eslint": "^9.7.0",
|
|
107
110
|
"eslint-config-prettier": "^9.1.0",
|
|
108
111
|
"eslint-plugin-check-file": "^2.8.0",
|
|
109
112
|
"eslint-plugin-import": "^2.29.0",
|
|
@@ -111,7 +114,7 @@
|
|
|
111
114
|
"eslint-plugin-prettier": "5.1.3",
|
|
112
115
|
"eslint-plugin-react": "^7.34.2",
|
|
113
116
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
114
|
-
"eslint-plugin-simple-import-sort": "^12.
|
|
117
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
115
118
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
116
119
|
"framer-motion": "^10.16.4",
|
|
117
120
|
"globals": "^15.6.0",
|
|
@@ -133,7 +136,7 @@
|
|
|
133
136
|
"stringify-object": "^5.0.0",
|
|
134
137
|
"ts-jest": "^29.1.5",
|
|
135
138
|
"typescript": "^5.4.5",
|
|
136
|
-
"typescript-eslint": "^7.
|
|
139
|
+
"typescript-eslint": "^7.16.0",
|
|
137
140
|
"vite": "^5.2.10"
|
|
138
141
|
},
|
|
139
142
|
"packageManager": "yarn@4.2.2"
|