@veeqo/ui 5.12.1 → 5.12.3
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/components/Dropdown/types.d.ts +1 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veeqo/ui",
|
|
3
|
-
"version": "5.12.
|
|
3
|
+
"version": "5.12.3",
|
|
4
4
|
"description": "New optimised component library for Veeqo.",
|
|
5
5
|
"author": "Robert Wealthall",
|
|
6
6
|
"license": "ISC",
|
|
@@ -118,15 +118,14 @@
|
|
|
118
118
|
"react-transition-group": "^4.3.0",
|
|
119
119
|
"react-use": "^15.3.8",
|
|
120
120
|
"resize-observer-polyfill": "^1.5.1",
|
|
121
|
-
"styled-components": "^5.1.1"
|
|
121
|
+
"styled-components": "^5.1.1",
|
|
122
|
+
"@internationalized/date": "^3.5.4",
|
|
123
|
+
"react-aria-components": "^1.2.1",
|
|
124
|
+
"uid": "^2.0.2"
|
|
122
125
|
},
|
|
123
126
|
"overrides": {
|
|
124
127
|
"react-scrolllock-configurable": {
|
|
125
128
|
"react": "$react"
|
|
126
129
|
}
|
|
127
|
-
},
|
|
128
|
-
"dependencies": {
|
|
129
|
-
"@internationalized/date": "^3.5.4",
|
|
130
|
-
"react-aria-components": "^1.2.1"
|
|
131
130
|
}
|
|
132
131
|
}
|