@ballistix.digital/react-components 0.4.114 → 0.4.115

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.
Files changed (1) hide show
  1. package/package.json +7 -5
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.4.114",
10
+ "version": "0.4.115",
11
11
  "main": "dist/index.js",
12
12
  "module": "dist/index.esm.js",
13
13
  "types": "dist/index.d.ts",
@@ -53,6 +53,7 @@
53
53
  "@tanstack/react-table": "^8.9.3",
54
54
  "autoprefixer": "10.4.14",
55
55
  "date-fns": "^2.30.0",
56
+ "dayjs": "^1.11.9",
56
57
  "dotenv": "^16.3.1",
57
58
  "dotenv-vault": "^1.25.0",
58
59
  "formik": "^2.4.3",
@@ -84,25 +85,25 @@
84
85
  "@storybook/testing-library": "^0.2.0",
85
86
  "@types/lodash": "^4.14.196",
86
87
  "@types/negotiator": "^0.6.1",
87
- "@types/uuid": "^9.0.2",
88
88
  "@types/node": "20.4.5",
89
89
  "@types/react": "18.2.17",
90
90
  "@types/react-dom": "18.2.7",
91
+ "@types/uuid": "^9.0.2",
91
92
  "@typescript-eslint/eslint-plugin": "^6.7.0",
92
- "eslint-plugin-storybook": "^0.6.13",
93
93
  "eslint": "8.46.0",
94
94
  "eslint-config-next": "13.4.12",
95
95
  "eslint-config-prettier": "^8.9.0",
96
96
  "eslint-plugin-prettier": "^5.0.0",
97
97
  "eslint-plugin-simple-import-sort": "^10.0.0",
98
+ "eslint-plugin-storybook": "^0.6.13",
99
+ "prettier": "^3.0.0",
98
100
  "rollup": "^3.29.1",
99
101
  "rollup-plugin-cleanup": "^3.2.1",
100
102
  "rollup-plugin-dts": "^6.0.2",
101
103
  "rollup-plugin-peer-deps-external": "^2.2.4",
102
104
  "rollup-plugin-postcss": "^4.0.2",
103
105
  "rollup-plugin-typescript2": "^0.35.0",
104
- "storybook": "^7.4.0",
105
- "prettier": "^3.0.0"
106
+ "storybook": "^7.4.0"
106
107
  },
107
108
  "peerDependencies": {
108
109
  "@formatjs/intl-localematcher": "^0.4.0",
@@ -124,6 +125,7 @@
124
125
  "@tailwindcss/forms": "^0.5.6",
125
126
  "@tanstack/react-table": "^8.9.3",
126
127
  "date-fns": "^2.30.0",
128
+ "dayjs": "^1.11.9",
127
129
  "dotenv": "^16.3.1",
128
130
  "dotenv-vault": "^1.25.0",
129
131
  "formik": "^2.4.3",