@lyfie/luthor 2.7.0 → 2.7.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,7 +28,7 @@
28
28
  ## Install
29
29
 
30
30
  ```bash
31
- pnpm add @lyfie/luthor react react-dom
31
+ pnpm add @lyfie/luthor
32
32
  ```
33
33
 
34
34
  ## Quick Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyfie/luthor",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "description": "Luthor presets and plug-and-play configuration for the headless editor",
5
5
  "type": "module",
6
6
  "private": false,
@@ -58,7 +58,7 @@
58
58
  "@lexical/table": "^0.40.0",
59
59
  "@lexical/utils": "^0.40.0",
60
60
  "lexical": "^0.40.0",
61
- "@lyfie/luthor-headless": "2.7.0"
61
+ "@lyfie/luthor-headless": "2.7.2"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^20.19.33",
@@ -71,8 +71,8 @@
71
71
  "tsup": "^8.0.0",
72
72
  "typescript": "^5.7.3",
73
73
  "vitest": "^3.2.4",
74
- "@repo/eslint-config": "0.0.0",
75
- "@repo/typescript-config": "0.0.0"
74
+ "@repo/typescript-config": "0.0.0",
75
+ "@repo/eslint-config": "0.0.0"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "react": "^18.0.0 || ^19.0.0",