@ballistix.digital/react-components 4.10.0 → 5.0.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 CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "4.10.0",
10
+ "version": "5.0.0",
11
11
  "main": "dist/index.js",
12
12
  "source": "src/index.tsx",
13
13
  "module": "dist/index.esm.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@dnd-kit/core": "^6.1.0",
28
- "@dnd-kit/modifiers": "^7.0.0",
29
- "@dnd-kit/sortable": "^8.0.0",
28
+ "@dnd-kit/modifiers": "^9.0.0",
29
+ "@dnd-kit/sortable": "^10.0.0",
30
30
  "@dnd-kit/utilities": "^3.2.2",
31
- "@floating-ui/react": "^0.26.17",
31
+ "@floating-ui/react": "^0.27.2",
32
32
  "@fortawesome/fontawesome-svg-core": "^6.7.2",
33
33
  "@fortawesome/free-brands-svg-icons": "^6.7.2",
34
34
  "@fortawesome/pro-duotone-svg-icons": "^6.7.2",
@@ -42,6 +42,7 @@
42
42
  "@react-input/mask": "^1.0.20",
43
43
  "@tailwindcss/forms": "^0.5.6",
44
44
  "@tanstack/react-table": "^8.11.6",
45
+ "@ubilabs/react-geosuggest": "^2.16.2",
45
46
  "autoprefixer": "10.4.17",
46
47
  "dayjs": "^1.11.13",
47
48
  "formik": "^2.4.3",
@@ -49,7 +50,6 @@
49
50
  "moment": "^2.29.4",
50
51
  "postcss": "8.4.31",
51
52
  "react-dropzone": "^14.2.3",
52
- "react-geosuggest": "^2.14.1",
53
53
  "react-tailwindcss-datepicker": "^1.6.6",
54
54
  "react-tailwindcss-select": "^1.8.5",
55
55
  "tailwindcss": "3.4.4",
@@ -64,17 +64,16 @@
64
64
  "@parcel/packager-ts": "2.13.0",
65
65
  "@parcel/transformer-typescript-tsc": "^2.12.0",
66
66
  "@parcel/transformer-typescript-types": "2.13.0",
67
- "@storybook/addon-essentials": "^8.3.1",
68
- "@storybook/addon-interactions": "^8.3.1",
69
- "@storybook/addon-links": "^8.3.1",
70
- "@storybook/blocks": "^8.3.1",
71
- "@storybook/nextjs": "^8.3.1",
72
- "@storybook/react": "^8.3.1",
67
+ "@storybook/addon-essentials": "^8.4.7",
68
+ "@storybook/addon-interactions": "^8.4.7",
69
+ "@storybook/addon-links": "^8.4.7",
70
+ "@storybook/blocks": "^8.4.7",
71
+ "@storybook/nextjs": "^8.4.7",
72
+ "@storybook/react": "^8.4.7",
73
73
  "@storybook/testing-library": "^0.2.0",
74
74
  "@types/lodash": "^4.14.196",
75
- "@types/react": "18.3.3",
76
- "@types/react-dom": "18.3.0",
77
- "@types/react-geosuggest": "^2.7.16",
75
+ "@types/react": "19.0.2",
76
+ "@types/react-dom": "19.0.1",
78
77
  "@types/uuid": "^10.0.0",
79
78
  "@typescript-eslint/eslint-plugin": "^8.6.0",
80
79
  "@typescript-eslint/parser": "^8.6.0",
@@ -85,18 +84,18 @@
85
84
  "eslint-plugin-react-hooks": "5.1.0-rc-f2df5694-20240916",
86
85
  "eslint-plugin-simple-import-sort": "^12.1.1",
87
86
  "eslint-plugin-storybook": "^0.11.0",
88
- "next": "^14.2.11",
87
+ "next": "^15.1.3",
89
88
  "parcel": "^2.12.0",
90
89
  "prettier": "^3.0.0",
91
- "react": "^18.3.1",
92
- "react-dom": "^18.3.1",
93
- "storybook": "^8.3.1",
90
+ "react": "^19.0.0",
91
+ "react-dom": "^19.0.0",
92
+ "storybook": "^8.4.7",
94
93
  "webpack": "^5.94.0"
95
94
  },
96
95
  "peerDependencies": {
97
96
  "@headlessui/react": "^2.1.2",
98
- "react": "^18.3.1",
99
- "react-dom": "^18.3.1"
97
+ "react": "^19.0.0",
98
+ "react-dom": "^19.0.0"
100
99
  },
101
100
  "packageManager": "yarn@4.3.1"
102
101
  }