@veeqo/ui 4.5.0-beta → 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 +9 -6
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",
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.esm.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
|
-
"files": [
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
12
14
|
"scripts": {
|
|
13
15
|
"storybook": "storybook dev -p 6006",
|
|
14
16
|
"storybook:build": "storybook build --quiet -c .storybook -o ./public",
|
|
@@ -89,9 +91,8 @@
|
|
|
89
91
|
"react": "^17.0.2",
|
|
90
92
|
"react-dom": "^17.0.2",
|
|
91
93
|
"react-popper": "^2.2.5",
|
|
92
|
-
"react-scrolllock-configurable": "^4.0.5",
|
|
93
94
|
"react-transition-group": "^4.3.0",
|
|
94
|
-
"react-use": "^
|
|
95
|
+
"react-use": "^15.3.8",
|
|
95
96
|
"resize-observer-polyfill": "^1.5.1",
|
|
96
97
|
"rimraf": "^5.0.5",
|
|
97
98
|
"rollup": "^3.29.2",
|
|
@@ -113,10 +114,12 @@
|
|
|
113
114
|
"react": "^17.0.2",
|
|
114
115
|
"react-dom": "^17.0.2",
|
|
115
116
|
"react-popper": "^2.2.5",
|
|
116
|
-
"react-scrolllock-configurable": "^4.0.5",
|
|
117
117
|
"react-transition-group": "^4.3.0",
|
|
118
|
-
"react-use": "^
|
|
118
|
+
"react-use": "^15.3.8",
|
|
119
119
|
"resize-observer-polyfill": "^1.5.1",
|
|
120
120
|
"styled-components": "^5.1.1"
|
|
121
|
+
},
|
|
122
|
+
"dependencies": {
|
|
123
|
+
"react-remove-scroll": "^2.5.7"
|
|
121
124
|
}
|
|
122
125
|
}
|