@codefast/ui 0.0.17 → 0.0.18

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "license": "MIT",
5
5
  "sideEffects": [
6
6
  "**/*.css"
@@ -364,7 +364,7 @@
364
364
  "@radix-ui/react-tooltip": "^1.0.7",
365
365
  "@radix-ui/react-use-controllable-state": "^1.0.1",
366
366
  "@radix-ui/react-visually-hidden": "^1.0.3",
367
- "@tanstack/react-table": "^8.15.3",
367
+ "@tanstack/react-table": "^8.16.0",
368
368
  "cmdk": "^1.0.0",
369
369
  "cva": "1.0.0-beta.1",
370
370
  "embla-carousel-react": "^8.0.2",
@@ -380,7 +380,7 @@
380
380
  "devDependencies": {
381
381
  "@types/eslint": "^8.56.9",
382
382
  "@types/node": "^20.12.7",
383
- "@types/react": "^18.2.77",
383
+ "@types/react": "^18.2.78",
384
384
  "autoprefixer": "^10.4.19",
385
385
  "eslint": "^8.57.0",
386
386
  "postcss": "^8.4.38",
@@ -388,8 +388,8 @@
388
388
  "tailwindcss": "^3.4.3",
389
389
  "tsup": "^8.0.2",
390
390
  "typescript": "^5.4.5",
391
- "@codefast/eslint-config": "0.0.9",
392
- "@codefast/typescript-config": "0.0.2"
391
+ "@codefast/typescript-config": "0.0.2",
392
+ "@codefast/eslint-config": "0.0.9"
393
393
  },
394
394
  "peerDependencies": {
395
395
  "@types/react": "*",