Skip to content

Commit

Permalink
fix(libs): update path packages to workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomario committed Jun 11, 2024
1 parent 8230193 commit e3015ef
Show file tree
Hide file tree
Showing 4 changed files with 25,444 additions and 22,322 deletions.
2 changes: 1 addition & 1 deletion clients/libs/slate-editor-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "babel src --out-dir dist --copy-files"
},
"dependencies": {
"@slate-editor/utils": "^5.1.2",
"@slate-editor/utils": "workspace:*",
"classnames": "^2.2.5",
"exenv": "^1.2.1",
"react": "^17",
Expand Down
2 changes: 1 addition & 1 deletion clients/libs/slate-editor-font-family-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "babel src --out-dir dist --copy-files"
},
"dependencies": {
"@slate-editor/utils": "^5.1.2",
"@slate-editor/utils": "workspace:*",
"classnames": "^2.2.5",
"react": "^17",
"react-dom": "^17"
Expand Down
2 changes: 1 addition & 1 deletion clients/libs/slate-editor-font-size-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "babel src --out-dir dist --copy-files"
},
"dependencies": {
"@slate-editor/utils": "^5.1.2",
"@slate-editor/utils": "workspace:*",
"classnames": "^2.2.5",
"exenv": "^1.2.1",
"react": "^17",
Expand Down
Loading

0 comments on commit e3015ef

Please sign in to comment.