@nulogy/components 8.8.0 → 8.8.1
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/main.js +396 -282
- package/dist/main.module.js +396 -282
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nulogy/components",
|
|
3
|
-
"version": "8.8.
|
|
3
|
+
"version": "8.8.1",
|
|
4
4
|
"description": "Component library for the Nulogy Design System - http://nulogy.design",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
"jest": "24.1.0",
|
|
110
110
|
"jest-styled-components": "7",
|
|
111
111
|
"jscodeshift": "^0.11.0",
|
|
112
|
-
"lost-pixel": "^3.2.0",
|
|
113
112
|
"mockdate": "^3.0.2",
|
|
114
113
|
"plop": "^2.4.0",
|
|
115
114
|
"prop-types": "15.7.2",
|
|
@@ -145,7 +144,7 @@
|
|
|
145
144
|
"body-scroll-lock": "^3.1.5",
|
|
146
145
|
"core-js": "3",
|
|
147
146
|
"create-react-context": "^0.3.0",
|
|
148
|
-
"date-fns": "2.
|
|
147
|
+
"date-fns": "2.23.0",
|
|
149
148
|
"debounce": "^1.2.0",
|
|
150
149
|
"deep-equal": "^1.1.1",
|
|
151
150
|
"framer-motion": "^3.1.3",
|
|
@@ -159,7 +158,7 @@
|
|
|
159
158
|
"react-popper": "1.3.7",
|
|
160
159
|
"react-popper-2": "npm:react-popper@2.2.4",
|
|
161
160
|
"react-resize-detector": "^7.1.2",
|
|
162
|
-
"react-windowed-select": "2.0.
|
|
161
|
+
"react-windowed-select": "2.0.5",
|
|
163
162
|
"smoothscroll-polyfill": "^0.4.4",
|
|
164
163
|
"styled-system": "^5.1.4"
|
|
165
164
|
},
|