Skip to content

Commit

Permalink
fix: install stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wilson committed May 3, 2024
1 parent d51bfbd commit e183616
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"license": "MIT",
"dependencies": {
"@lexical/react": "0.14.2",
"@lexical/table": "0.14.2",
"@lexical/code": "0.14.2",
"@lexical/html": "0.14.2",
"@lexical/list": "0.14.2",
"@lexical/link": "0.14.2",
"@lexical/code": "0.14.2",
"@lexical/list": "0.14.2",
"@lexical/react": "0.14.2",
"@lexical/selection": "0.14.2",
"@lexical/table": "0.14.2",
"@lexical/utils": "0.14.2",
"@techstack/react-feather": "workspace:*",
"lexical": "0.14.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6211,7 +6211,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@techstack/lexical@workspace:packages/lexical"
dependencies:
"@lexical/code": "npm:0.14.2"
"@lexical/html": "npm:0.14.2"
"@lexical/link": "npm:0.14.2"
"@lexical/list": "npm:0.14.2"
"@lexical/react": "npm:0.14.2"
"@lexical/selection": "npm:0.14.2"
"@lexical/table": "npm:0.14.2"
"@lexical/utils": "npm:0.14.2"
"@techstack/react-feather": "workspace:*"
"@techstack/tcm-cli": "workspace:*"
lexical: "npm:0.14.2"
Expand Down

0 comments on commit e183616

Please sign in to comment.