@simpleapps-com/augur-web 2.0.8 → 2.0.9

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