@simpleapps-com/augur-web 2.0.11 → 2.0.13

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleapps-com/augur-web",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Shared React UI components for Augur ecommerce sites (Radix + Tailwind)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -203,7 +203,7 @@
203
203
  "llms.txt"
204
204
  ],
205
205
  "dependencies": {
206
- "@simpleapps-com/augur-utils": "2.0.11"
206
+ "@simpleapps-com/augur-utils": "2.0.13"
207
207
  },
208
208
  "peerDependencies": {
209
209
  "@radix-ui/react-accordion": "^1.2.0",
@@ -223,9 +223,9 @@
223
223
  "react": "^19.0.0",
224
224
  "react-dom": "^19.0.0",
225
225
  "react-icons": "^5.4.0",
226
- "tailwindcss": "^3.4.0",
227
- "@simpleapps-com/augur-core": "2.0.11",
228
- "@simpleapps-com/augur-hooks": "2.0.11"
226
+ "tailwindcss": "^4.0.0",
227
+ "@simpleapps-com/augur-core": "2.0.13",
228
+ "@simpleapps-com/augur-hooks": "2.0.13"
229
229
  },
230
230
  "devDependencies": {
231
231
  "@tanstack/react-query": "^5.0.0",
@@ -255,8 +255,8 @@
255
255
  "tsup": "^8.5.0",
256
256
  "vitest": "^3.2.0",
257
257
  "@augur-packages/tsconfig": "0.0.0",
258
- "@simpleapps-com/augur-core": "2.0.11",
259
- "@simpleapps-com/augur-hooks": "2.0.11"
258
+ "@simpleapps-com/augur-core": "2.0.13",
259
+ "@simpleapps-com/augur-hooks": "2.0.13"
260
260
  },
261
261
  "scripts": {
262
262
  "build": "tsup",