@simpleapps-com/augur-web 2.1.1 → 2.1.2

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.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Shared React UI components for Augur ecommerce sites (Radix + Tailwind)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -208,9 +208,9 @@
208
208
  "llms.txt"
209
209
  ],
210
210
  "dependencies": {
211
- "@simpleapps-com/augur-core": "2.1.1",
212
- "@simpleapps-com/augur-hooks": "2.1.1",
213
- "@simpleapps-com/augur-utils": "2.1.1"
211
+ "@simpleapps-com/augur-core": "2.1.2",
212
+ "@simpleapps-com/augur-hooks": "2.1.2",
213
+ "@simpleapps-com/augur-utils": "2.1.2"
214
214
  },
215
215
  "peerDependencies": {
216
216
  "@radix-ui/react-accordion": "^1.2.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-core": "2.1.1",
264
- "@simpleapps-com/augur-hooks": "2.1.1"
263
+ "@simpleapps-com/augur-core": "2.1.2",
264
+ "@simpleapps-com/augur-hooks": "2.1.2"
265
265
  },
266
266
  "scripts": {
267
267
  "build": "tsup",