@simpleapps-com/augur-web 2.0.22 → 2.0.23
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simpleapps-com/augur-web",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.23",
|
|
4
4
|
"description": "Shared React UI components for Augur ecommerce sites (Radix + Tailwind)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"llms.txt"
|
|
209
209
|
],
|
|
210
210
|
"dependencies": {
|
|
211
|
-
"@simpleapps-com/augur-utils": "2.0.
|
|
211
|
+
"@simpleapps-com/augur-utils": "2.0.23"
|
|
212
212
|
},
|
|
213
213
|
"peerDependencies": {
|
|
214
214
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
@@ -229,8 +229,8 @@
|
|
|
229
229
|
"react-dom": "^19.0.0",
|
|
230
230
|
"react-icons": "^5.4.0",
|
|
231
231
|
"tailwindcss": "^4.0.0",
|
|
232
|
-
"@simpleapps-com/augur-core": "2.0.
|
|
233
|
-
"@simpleapps-com/augur-hooks": "2.0.
|
|
232
|
+
"@simpleapps-com/augur-core": "2.0.23",
|
|
233
|
+
"@simpleapps-com/augur-hooks": "2.0.23"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
236
|
"@tanstack/react-query": "^5.0.0",
|
|
@@ -260,8 +260,8 @@
|
|
|
260
260
|
"tsup": "^8.5.0",
|
|
261
261
|
"vitest": "^3.2.0",
|
|
262
262
|
"@augur-packages/tsconfig": "0.0.0",
|
|
263
|
-
"@simpleapps-com/augur-
|
|
264
|
-
"@simpleapps-com/augur-
|
|
263
|
+
"@simpleapps-com/augur-core": "2.0.23",
|
|
264
|
+
"@simpleapps-com/augur-hooks": "2.0.23"
|
|
265
265
|
},
|
|
266
266
|
"scripts": {
|
|
267
267
|
"build": "tsup",
|