@ultraviolet/ui 3.19.0 → 3.19.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "3.19.0",
3
+ "version": "3.19.1",
4
4
  "description": "Ultraviolet UI",
5
5
  "keywords": [
6
6
  "react",
@@ -91,7 +91,7 @@
91
91
  "react-intersection-observer": "10.0.3",
92
92
  "react-toastify": "11.1.0",
93
93
  "@ultraviolet/animations": "1.0.1",
94
- "@ultraviolet/icons": "5.4.2",
94
+ "@ultraviolet/icons": "5.4.3",
95
95
  "@ultraviolet/themes": "3.1.7",
96
96
  "@ultraviolet/utils": "1.0.13"
97
97
  },
@@ -136,8 +136,8 @@
136
136
  "test:unit": "TZ=UTC LC_ALL=en_US.UTF-8 pnpm vitest --run ",
137
137
  "test:unit:coverage": "pnpm test:unit --coverage",
138
138
  "test:watch": "LC_ALL=en_US.UTF-8 pnpm vitest watch ",
139
- "type:generate": "tsgo --declaration -p tsconfig.build.json",
140
- "typecheck": "tsgo --noEmit",
139
+ "type:generate": "tsc --declaration -p tsconfig.build.json",
140
+ "typecheck": "tsc --noEmit",
141
141
  "watch": "pnpm run '/^watch:.*/'",
142
142
  "watch:build": "vite build --watch"
143
143
  }