@sudobility/building_blocks 0.0.168 → 0.0.170
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/building_blocks",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.170",
|
|
4
4
|
"description": "Higher-level shared UI building blocks for Sudobility apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@heroicons/react": "^2.0.0",
|
|
41
|
-
"@sudobility/components": "^5.0.
|
|
42
|
-
"@sudobility/design": "^1.1.
|
|
41
|
+
"@sudobility/components": "^5.0.27",
|
|
42
|
+
"@sudobility/design": "^1.1.24",
|
|
43
43
|
"@tanstack/react-query": "^5.0.0",
|
|
44
44
|
"class-variance-authority": "^0.7.0",
|
|
45
45
|
"clsx": "^2.0.0",
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"@eslint/js": "^9.38.0",
|
|
97
97
|
"@heroicons/react": "^2.2.0",
|
|
98
98
|
"@sudobility/auth-components": "^1.0.8",
|
|
99
|
-
"@sudobility/auth_lib": "^0.0.
|
|
100
|
-
"@sudobility/components": "^5.0.
|
|
101
|
-
"@sudobility/design": "^1.1.
|
|
99
|
+
"@sudobility/auth_lib": "^0.0.63",
|
|
100
|
+
"@sudobility/components": "^5.0.27",
|
|
101
|
+
"@sudobility/design": "^1.1.24",
|
|
102
102
|
"@sudobility/devops-components": "^2.0.17",
|
|
103
|
-
"@sudobility/di": "^1.5.
|
|
104
|
-
"@sudobility/di_web": "^0.1.
|
|
105
|
-
"@sudobility/entity_client": "^0.0.
|
|
103
|
+
"@sudobility/di": "^1.5.49",
|
|
104
|
+
"@sudobility/di_web": "^0.1.135",
|
|
105
|
+
"@sudobility/entity_client": "^0.0.32",
|
|
106
106
|
"@sudobility/subscription-components": "^1.0.28",
|
|
107
|
-
"@sudobility/subscription_lib": "^0.0.
|
|
108
|
-
"@sudobility/types": "^1.9.
|
|
107
|
+
"@sudobility/subscription_lib": "^0.0.35",
|
|
108
|
+
"@sudobility/types": "^1.9.60",
|
|
109
109
|
"@tanstack/react-query": "^5.80.0",
|
|
110
110
|
"@testing-library/dom": "^10.4.1",
|
|
111
111
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"repository": {
|
|
147
147
|
"type": "git",
|
|
148
|
-
"url": "https://github.com/
|
|
148
|
+
"url": "https://github.com/johnqh/building_blocks.git"
|
|
149
149
|
},
|
|
150
150
|
"license": "BUSL-1.1"
|
|
151
151
|
}
|