@codefast/ui 0.0.26 → 0.0.27

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 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "license": "MIT",
5
5
  "sideEffects": [
6
6
  "**/*.css"
@@ -394,21 +394,17 @@
394
394
  "tailwindcss": "^3.4.3",
395
395
  "tsup": "^8.0.2",
396
396
  "typescript": "^5.4.5",
397
- "@codefast/typescript-config": "0.0.2",
398
- "@codefast/eslint-config": "0.0.18"
397
+ "@codefast/eslint-config": "0.0.18",
398
+ "@codefast/typescript-config": "0.0.2"
399
399
  },
400
400
  "peerDependencies": {
401
- "@types/react": "*",
402
- "@types/react-dom": "*",
403
- "react": "^18.0",
404
- "react-dom": "^18.0"
401
+ "@types/react": "^18.2.79",
402
+ "react": "^18.2.0",
403
+ "tailwindcss": "^3.4.3"
405
404
  },
406
405
  "peerDependenciesMeta": {
407
406
  "@types/react": {
408
407
  "optional": true
409
- },
410
- "@types/react-dom": {
411
- "optional": true
412
408
  }
413
409
  },
414
410
  "publishConfig": {