@nulogy/components 13.1.5 → 13.1.6
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nulogy/components",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.6",
|
|
4
4
|
"description": "Component library for the Nulogy Design System - http://nulogy.design",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"@types/react": "^17.0.39",
|
|
98
98
|
"@types/react-datepicker": "^4.1.0",
|
|
99
99
|
"@types/react-dom": "^17.0.20",
|
|
100
|
+
"@types/react-router-dom": "5.3.0",
|
|
100
101
|
"@typescript-eslint/eslint-plugin": "^4.0.0",
|
|
101
102
|
"@typescript-eslint/parser": "^5.30.5",
|
|
102
103
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
@@ -155,7 +156,6 @@
|
|
|
155
156
|
"@reach/dialog": "0.17.0",
|
|
156
157
|
"@styled-system/prop-types": "^5.1.4",
|
|
157
158
|
"@styled-system/theme-get": "^5.1.2",
|
|
158
|
-
"@types/react-router-dom": "5.3.0",
|
|
159
159
|
"@types/react-window": "^1.8.8",
|
|
160
160
|
"@types/styled-system": "5.1.22",
|
|
161
161
|
"body-scroll-lock": "^3.1.5",
|