@ballistix.digital/react-components 3.0.1 → 3.1.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,11 +7,10 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "3.0.1",
10
+ "version": "3.1.0",
11
11
  "main": "dist/index.js",
12
12
  "module": "dist/index.esm.js",
13
13
  "types": "dist/index.d.ts",
14
- "private": false,
15
14
  "files": [
16
15
  "dist"
17
16
  ],
@@ -20,12 +19,6 @@
20
19
  "build": "yarn build:css && yarn tsc && rollup -c --bundleConfigAsCjs && rm -rf dist/@types",
21
20
  "start": "next start",
22
21
  "lint": "next lint",
23
- "env:new": "dotenv-vault new",
24
- "env:login": "dotenv-vault login",
25
- "env:push": "dotenv-vault push",
26
- "env:pull": "dotenv-vault pull",
27
- "env:build": "dotenv-vault build",
28
- "env:open": "dotenv-vault open",
29
22
  "storybook": "storybook dev -p 6006",
30
23
  "build-storybook": "storybook build",
31
24
  "tsc": "tsc --outDir dist/lib --declarationDir dist/types --declaration true --baseUrl ./src",
@@ -55,8 +48,6 @@
55
48
  "autoprefixer": "10.4.17",
56
49
  "date-fns": "^2.30.0",
57
50
  "dayjs": "^1.11.9",
58
- "dotenv": "^16.3.1",
59
- "dotenv-vault": "^1.25.0",
60
51
  "formik": "^2.4.3",
61
52
  "git": "^0.1.5",
62
53
  "i18next": "^23.4.1",
@@ -64,7 +55,7 @@
64
55
  "moment": "^2.29.4",
65
56
  "postcss": "8.4.27",
66
57
  "react": "18.2.0",
67
- "react-dom": "18.2.0",
58
+ "react-dom": "18.3.1",
68
59
  "react-dropzone": "^14.2.3",
69
60
  "react-geosuggest": "^2.14.1",
70
61
  "react-i18next": "^13.0.2",
@@ -73,12 +64,12 @@
73
64
  "react-tailwindcss-select": "^1.8.5",
74
65
  "tailwindcss": "3.3.3",
75
66
  "typescript": "5.4.3",
76
- "uuid": "^9.0.0",
67
+ "uuid": "^10.0.0",
77
68
  "xlsx": "^0.18.5",
78
69
  "yup": "^1.2.0"
79
70
  },
80
71
  "devDependencies": {
81
- "@rollup/plugin-commonjs": "^25.0.4",
72
+ "@rollup/plugin-commonjs": "^26.0.1",
82
73
  "@rollup/plugin-node-resolve": "^15.2.1",
83
74
  "@storybook/addon-essentials": "^8.1.6",
84
75
  "@storybook/addon-interactions": "^8.1.6",
@@ -92,11 +83,12 @@
92
83
  "@types/negotiator": "^0.6.1",
93
84
  "@types/node": "20.12.5",
94
85
  "@types/react": "18.2.48",
95
- "@types/react-dom": "18.2.7",
86
+ "@types/react-dom": "18.3.0",
96
87
  "@types/react-geosuggest": "^2.7.16",
97
- "@types/uuid": "^9.0.2",
88
+ "@types/uuid": "^10.0.0",
98
89
  "@typescript-eslint/eslint-plugin": "^7.5.0",
99
- "eslint": "8.46.0",
90
+ "@typescript-eslint/parser": "^7.15.0",
91
+ "eslint": "8",
100
92
  "eslint-config-next": "13.4.12",
101
93
  "eslint-config-prettier": "^8.9.0",
102
94
  "eslint-plugin-prettier": "^5.0.0",
@@ -104,13 +96,14 @@
104
96
  "eslint-plugin-storybook": "^0.8.0",
105
97
  "next": "^14.2.3",
106
98
  "prettier": "^3.0.0",
107
- "rollup": "^4.14.1",
99
+ "rollup": "^4.18.0",
108
100
  "rollup-plugin-cleanup": "^3.2.1",
109
101
  "rollup-plugin-dts": "^6.0.2",
110
102
  "rollup-plugin-peer-deps-external": "^2.2.4",
111
103
  "rollup-plugin-postcss": "^4.0.2",
112
104
  "rollup-plugin-typescript2": "^0.35.0",
113
- "storybook": "^8.1.6"
105
+ "storybook": "^8.1.6",
106
+ "webpack": "^5.92.1"
114
107
  },
115
108
  "peerDependencies": {
116
109
  "@formatjs/intl-localematcher": "^0.4.0",
@@ -133,22 +126,21 @@
133
126
  "@tanstack/react-table": "^8.9.3",
134
127
  "date-fns": "^2.30.0",
135
128
  "dayjs": "^1.11.9",
136
- "dotenv": "^16.3.1",
137
- "dotenv-vault": "^1.25.0",
138
129
  "formik": "^2.4.3",
139
130
  "i18next": "^23.4.1",
140
131
  "lodash": "^4.17.21",
141
132
  "postcss": "8.4.27",
142
133
  "react": "18.2.0",
143
- "react-dom": "18.2.0",
134
+ "react-dom": "18.3.1",
144
135
  "react-i18next": "^13.0.2",
145
136
  "react-query": "^3.39.3",
146
137
  "react-tailwindcss-datepicker": "^1.6.6",
147
138
  "react-tailwindcss-select": "^1.8.5",
148
139
  "tailwindcss": "3.3.3",
149
140
  "typescript": "5.4.3",
150
- "uuid": "^9.0.0",
141
+ "uuid": "^10.0.0",
151
142
  "xlsx": "^0.18.5",
152
143
  "yup": "^1.2.0"
153
- }
144
+ },
145
+ "packageManager": "yarn@4.3.1"
154
146
  }