@veeqo/ui 4.4.2 → 4.6.0-beta
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/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 +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veeqo/ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0-beta",
|
|
4
4
|
"description": "New optimised component library for Veeqo.",
|
|
5
5
|
"author": "Robert Wealthall",
|
|
6
6
|
"license": "ISC",
|
|
@@ -88,12 +88,11 @@
|
|
|
88
88
|
"lodash.throttle": "^4.1.1",
|
|
89
89
|
"playroom": "^0.31.0",
|
|
90
90
|
"prettier": "^3.0.3",
|
|
91
|
-
"react": "^
|
|
92
|
-
"react-dom": "^
|
|
91
|
+
"react": "^17.0.2",
|
|
92
|
+
"react-dom": "^17.0.2",
|
|
93
93
|
"react-popper": "^2.2.5",
|
|
94
|
-
"react-scrolllock-configurable": "^4.0.5",
|
|
95
94
|
"react-transition-group": "^4.3.0",
|
|
96
|
-
"react-use": "^
|
|
95
|
+
"react-use": "^15.3.8",
|
|
97
96
|
"resize-observer-polyfill": "^1.5.1",
|
|
98
97
|
"rimraf": "^5.0.5",
|
|
99
98
|
"rollup": "^3.29.2",
|
|
@@ -112,13 +111,15 @@
|
|
|
112
111
|
"@popperjs/core": "^2.11.8",
|
|
113
112
|
"framer-motion": "^6.5.1",
|
|
114
113
|
"lodash.throttle": "^4.1.1",
|
|
115
|
-
"react": "^
|
|
116
|
-
"react-dom": "^
|
|
114
|
+
"react": "^17.0.2",
|
|
115
|
+
"react-dom": "^17.0.2",
|
|
117
116
|
"react-popper": "^2.2.5",
|
|
118
|
-
"react-scrolllock-configurable": "^4.0.5",
|
|
119
117
|
"react-transition-group": "^4.3.0",
|
|
120
|
-
"react-use": "^
|
|
118
|
+
"react-use": "^15.3.8",
|
|
121
119
|
"resize-observer-polyfill": "^1.5.1",
|
|
122
120
|
"styled-components": "^5.1.1"
|
|
121
|
+
},
|
|
122
|
+
"dependencies": {
|
|
123
|
+
"react-remove-scroll": "^2.5.7"
|
|
123
124
|
}
|
|
124
125
|
}
|