@ballistix.digital/react-components 3.1.4 → 3.1.6
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.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "3.1.
|
|
10
|
+
"version": "3.1.6",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"module": "dist/index.esm.js",
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@floating-ui/react": "^0.26.17",
|
|
30
|
-
"@formatjs/intl-localematcher": "^0.4
|
|
30
|
+
"@formatjs/intl-localematcher": "^0.5.4",
|
|
31
31
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
32
32
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
33
33
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
41
41
|
"@fortawesome/sharp-regular-svg-icons": "^6.4.2",
|
|
42
42
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
|
43
|
-
"@headlessui/react": "^1.
|
|
43
|
+
"@headlessui/react": "^2.1.2",
|
|
44
44
|
"@heroicons/react": "^2.0.18",
|
|
45
45
|
"@react-input/mask": "^1.0.20",
|
|
46
46
|
"@tailwindcss/forms": "^0.5.6",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
55
|
"moment": "^2.29.4",
|
|
56
56
|
"postcss": "8.4.27",
|
|
57
|
-
"react": "18.
|
|
57
|
+
"react": "18.3.1",
|
|
58
58
|
"react-dom": "18.3.1",
|
|
59
59
|
"react-dropzone": "^14.2.3",
|
|
60
60
|
"react-geosuggest": "^2.14.1",
|
|
61
|
-
"react-i18next": "^
|
|
61
|
+
"react-i18next": "^14.1.2",
|
|
62
62
|
"react-query": "^3.39.3",
|
|
63
63
|
"react-tailwindcss-datepicker": "^1.6.6",
|
|
64
64
|
"react-tailwindcss-select": "^1.8.5",
|
|
65
|
-
"tailwindcss": "3.
|
|
65
|
+
"tailwindcss": "3.4.4",
|
|
66
66
|
"typescript": "5.5.3",
|
|
67
67
|
"uuid": "^10.0.0",
|
|
68
68
|
"xlsx": "^0.18.5",
|
|
@@ -74,25 +74,25 @@
|
|
|
74
74
|
"@storybook/addon-essentials": "^8.1.6",
|
|
75
75
|
"@storybook/addon-interactions": "^8.1.6",
|
|
76
76
|
"@storybook/addon-links": "^8.1.6",
|
|
77
|
-
"@storybook/addon-onboarding": "^
|
|
77
|
+
"@storybook/addon-onboarding": "^8.2.0",
|
|
78
78
|
"@storybook/blocks": "^8.1.6",
|
|
79
79
|
"@storybook/nextjs": "^8.1.6",
|
|
80
80
|
"@storybook/react": "^8.1.6",
|
|
81
81
|
"@storybook/testing-library": "^0.2.0",
|
|
82
82
|
"@types/lodash": "^4.14.196",
|
|
83
83
|
"@types/negotiator": "^0.6.1",
|
|
84
|
-
"@types/node": "20.
|
|
85
|
-
"@types/react": "18.
|
|
84
|
+
"@types/node": "20.14.10",
|
|
85
|
+
"@types/react": "18.3.3",
|
|
86
86
|
"@types/react-dom": "18.3.0",
|
|
87
87
|
"@types/react-geosuggest": "^2.7.16",
|
|
88
88
|
"@types/uuid": "^10.0.0",
|
|
89
89
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
90
90
|
"@typescript-eslint/parser": "^7.15.0",
|
|
91
91
|
"eslint": "8",
|
|
92
|
-
"eslint-config-next": "
|
|
92
|
+
"eslint-config-next": "14.2.4",
|
|
93
93
|
"eslint-config-prettier": "^8.9.0",
|
|
94
94
|
"eslint-plugin-prettier": "^5.0.0",
|
|
95
|
-
"eslint-plugin-simple-import-sort": "^
|
|
95
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
96
96
|
"eslint-plugin-storybook": "^0.8.0",
|
|
97
97
|
"next": "^14.2.3",
|
|
98
98
|
"prettier": "^3.0.0",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"rollup-plugin-dts": "^6.0.2",
|
|
102
102
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
103
103
|
"rollup-plugin-postcss": "^4.0.2",
|
|
104
|
-
"rollup-plugin-typescript2": "^0.
|
|
104
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
105
105
|
"storybook": "^8.1.6",
|
|
106
106
|
"webpack": "^5.92.1"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
|
-
"@formatjs/intl-localematcher": "^0.4
|
|
109
|
+
"@formatjs/intl-localematcher": "^0.5.4",
|
|
110
110
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
111
111
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
112
112
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
120
120
|
"@fortawesome/sharp-regular-svg-icons": "^6.4.2",
|
|
121
121
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
|
122
|
-
"@headlessui/react": "^1.
|
|
122
|
+
"@headlessui/react": "^2.1.2",
|
|
123
123
|
"@heroicons/react": "^2.0.18",
|
|
124
124
|
"@react-input/mask": "^1.0.20",
|
|
125
125
|
"@tailwindcss/forms": "^0.5.6",
|
|
@@ -130,13 +130,13 @@
|
|
|
130
130
|
"i18next": "^23.4.1",
|
|
131
131
|
"lodash": "^4.17.21",
|
|
132
132
|
"postcss": "8.4.27",
|
|
133
|
-
"react": "18.
|
|
133
|
+
"react": "18.3.1",
|
|
134
134
|
"react-dom": "18.3.1",
|
|
135
|
-
"react-i18next": "^
|
|
135
|
+
"react-i18next": "^14.1.2",
|
|
136
136
|
"react-query": "^3.39.3",
|
|
137
137
|
"react-tailwindcss-datepicker": "^1.6.6",
|
|
138
138
|
"react-tailwindcss-select": "^1.8.5",
|
|
139
|
-
"tailwindcss": "3.
|
|
139
|
+
"tailwindcss": "3.4.4",
|
|
140
140
|
"typescript": "5.5.3",
|
|
141
141
|
"uuid": "^10.0.0",
|
|
142
142
|
"xlsx": "^0.18.5",
|