Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Dec 27, 2024
1 parent 7c1895e commit 4c26908
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"react-player": "2.16.0",
"react-resizable-panels": "^2.0.22",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.5",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"remark-emoji": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/registry/registry-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ export const uiNodes: Registry = [
type: 'registry:ui',
},
{
dependencies: ['@udecode/plate-math'],
dependencies: ['@udecode/plate-math', 'react-textarea-autosize'],
doc: {
description:
'Displays a LaTeX equation element with an editable popover for inputting and rendering mathematical expressions.',
Expand Down
1 change: 1 addition & 0 deletions templates/plate-playground-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@udecode/plate-toggle": "41.0.0",
"@udecode/plate-trailing-block": "41.0.0",
"@uploadthing/react": "7.1.0",
"react-textarea-autosize": "^8.5.5",
"ai": "^4.0.21",
"class-variance-authority": "0.7.1",
"clsx": "^2.1.1",
Expand Down
3 changes: 3 additions & 0 deletions templates/plate-playground-template/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18689,6 +18689,19 @@ __metadata:
languageName: node
linkType: hard

"react-textarea-autosize@npm:^8.5.5":
version: 8.5.6
resolution: "react-textarea-autosize@npm:8.5.6"
dependencies:
"@babel/runtime": "npm:^7.20.13"
use-composed-ref: "npm:^1.3.0"
use-latest: "npm:^1.2.1"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/652d290d316c55a253507ecf65ca27f2162801dace10c715f2241203e81d82e9de6d282095b758b26c6bc9e1af9ca552cab5c3a361b230e5fcf25bec31e1bd25
languageName: node
linkType: hard

"react-tracked@npm:^1.7.11":
version: 1.7.14
resolution: "react-tracked@npm:1.7.14"
Expand Down Expand Up @@ -22909,6 +22922,7 @@ __metadata:
react-player: "npm:2.16.0"
react-resizable-panels: "npm:^2.0.22"
react-syntax-highlighter: "npm:^15.5.0"
react-textarea-autosize: "npm:^8.5.5"
react-tweet: "npm:^3.2.1"
react-wrap-balancer: "npm:^1.1.1"
rehype: "npm:^12.0.1"
Expand Down

0 comments on commit 4c26908

Please sign in to comment.