@sudobility/building_blocks 0.0.108 → 0.0.109

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.
Files changed (1) hide show
  1. package/package.json +21 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/building_blocks",
3
- "version": "0.0.108",
3
+ "version": "0.0.109",
4
4
  "description": "Higher-level shared UI building blocks for Sudobility apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@heroicons/react": "^2.0.0",
40
- "@sudobility/components": "^5.0.6",
40
+ "@sudobility/components": "^5.0.7",
41
41
  "@sudobility/design": "^1.1.18",
42
42
  "@tanstack/react-query": "^5.0.0",
43
43
  "class-variance-authority": "^0.7.0",
@@ -49,9 +49,17 @@
49
49
  "react-helmet-async": "^2.0.0",
50
50
  "react-i18next": "^14.0.0 || ^15.0.0 || ^16.0.0",
51
51
  "react-router-dom": "^6.0.0 || ^7.0.0",
52
- "tailwind-merge": "^2.0.0 || ^3.0.0"
52
+ "tailwind-merge": "^2.0.0 || ^3.0.0",
53
+ "i18next-browser-languagedetector": "^8.0.0",
54
+ "i18next-http-backend": "^3.0.0"
53
55
  },
54
56
  "peerDependenciesMeta": {
57
+ "i18next-browser-languagedetector": {
58
+ "optional": true
59
+ },
60
+ "i18next-http-backend": {
61
+ "optional": true
62
+ },
55
63
  "@sudobility/auth-components": {
56
64
  "optional": true
57
65
  },
@@ -87,16 +95,16 @@
87
95
  "@eslint/js": "^9.38.0",
88
96
  "@heroicons/react": "^2.2.0",
89
97
  "@sudobility/auth-components": "^1.0.7",
90
- "@sudobility/auth_lib": "^0.0.43",
91
- "@sudobility/components": "^5.0.6",
98
+ "@sudobility/auth_lib": "^0.0.44",
99
+ "@sudobility/components": "^5.0.7",
92
100
  "@sudobility/design": "^1.1.18",
93
101
  "@sudobility/devops-components": "^2.0.16",
94
- "@sudobility/di": "^1.5.33",
95
- "@sudobility/di_web": "^0.1.94",
96
- "@sudobility/entity_client": "^0.0.18",
102
+ "@sudobility/di": "^1.5.34",
103
+ "@sudobility/di_web": "^0.1.95",
104
+ "@sudobility/entity_client": "^0.0.19",
97
105
  "@sudobility/subscription-components": "^1.0.26",
98
- "@sudobility/subscription_lib": "^0.0.13",
99
- "@sudobility/types": "^1.9.49",
106
+ "@sudobility/subscription_lib": "^0.0.14",
107
+ "@sudobility/types": "^1.9.50",
100
108
  "@tanstack/react-query": "^5.80.0",
101
109
  "@testing-library/dom": "^10.4.1",
102
110
  "@testing-library/jest-dom": "^6.9.1",
@@ -115,6 +123,8 @@
115
123
  "eslint-plugin-react-refresh": "^0.4.0",
116
124
  "firebase": "^12.4.0",
117
125
  "i18next": "^25.8.0",
126
+ "i18next-browser-languagedetector": "^8.2.0",
127
+ "i18next-http-backend": "^3.0.2",
118
128
  "jsdom": "^26.1.0",
119
129
  "prettier": "^3.6.2",
120
130
  "react": "^19.0.0",
@@ -135,9 +145,5 @@
135
145
  "type": "git",
136
146
  "url": "https://github.com/sudobility/building_blocks.git"
137
147
  },
138
- "license": "MIT",
139
- "dependencies": {
140
- "i18next-browser-languagedetector": "^8.2.0",
141
- "i18next-http-backend": "^3.0.2"
142
- }
148
+ "license": "BUSL-1.1"
143
149
  }