@ballistix.digital/react-components 0.5.0 → 0.5.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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.5.0",
10
+ "version": "0.5.2",
11
11
  "main": "dist/index.js",
12
12
  "module": "dist/index.esm.js",
13
13
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "dev": "next dev --turbo",
20
- "build": "npm run build:css && npm run tsc && rollup -c --bundleConfigAsCjs && rm -rf dist/@types",
20
+ "build": "yarn build:css && yarn tsc && rollup -c --bundleConfigAsCjs && rm -rf dist/@types",
21
21
  "start": "next start",
22
22
  "lint": "next lint",
23
23
  "env:new": "dotenv-vault new",
@@ -65,6 +65,7 @@
65
65
  "react": "18.2.0",
66
66
  "react-dom": "18.2.0",
67
67
  "react-dropzone": "^14.2.3",
68
+ "react-geosuggest": "^2.14.1",
68
69
  "react-i18next": "^13.0.2",
69
70
  "react-query": "^3.39.3",
70
71
  "react-tailwindcss-datepicker": "^1.6.6",
@@ -76,6 +77,7 @@
76
77
  "yup": "^1.2.0"
77
78
  },
78
79
  "devDependencies": {
80
+ "@types/react-geosuggest": "^2.7.16",
79
81
  "@rollup/plugin-commonjs": "^25.0.4",
80
82
  "@rollup/plugin-node-resolve": "^15.2.1",
81
83
  "@storybook/addon-essentials": "^7.4.0",
@@ -99,6 +101,7 @@
99
101
  "eslint-plugin-prettier": "^5.0.0",
100
102
  "eslint-plugin-simple-import-sort": "^10.0.0",
101
103
  "eslint-plugin-storybook": "^0.6.13",
104
+ "next": "13.4.19",
102
105
  "prettier": "^3.0.0",
103
106
  "rollup": "^3.29.1",
104
107
  "rollup-plugin-cleanup": "^3.2.1",
@@ -106,8 +109,7 @@
106
109
  "rollup-plugin-peer-deps-external": "^2.2.4",
107
110
  "rollup-plugin-postcss": "^4.0.2",
108
111
  "rollup-plugin-typescript2": "^0.35.0",
109
- "storybook": "^7.4.0",
110
- "next": "13.4.19"
112
+ "storybook": "^7.4.0"
111
113
  },
112
114
  "peerDependencies": {
113
115
  "@formatjs/intl-localematcher": "^0.4.0",