@sybilion/uilib 1.3.1 → 1.3.2
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": "@sybilion/uilib",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Sybilion Design System — React UI components (Webpack + Stylus)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -131,7 +131,6 @@
|
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
133
|
"@auth0/auth0-react": "^2.3.1",
|
|
134
|
-
"@sybilion/platform-sdk": "file:../platform-sdk",
|
|
135
134
|
"@babel/core": "^7.20.12",
|
|
136
135
|
"@babel/preset-typescript": "^7.21.0",
|
|
137
136
|
"@homecode/ui": "^4.30.6",
|
|
@@ -144,6 +143,7 @@
|
|
|
144
143
|
"@rollup/plugin-url": "^8.0.2",
|
|
145
144
|
"@svgr/rollup": "^6.5.1",
|
|
146
145
|
"@svgr/webpack": "^8.1.0",
|
|
146
|
+
"@sybilion/platform-sdk": "^0.0.4",
|
|
147
147
|
"@testing-library/dom": "^10.4.1",
|
|
148
148
|
"@testing-library/jest-dom": "^6.5.0",
|
|
149
149
|
"@testing-library/react": "^16.0.1",
|