Skip to content

Commit

Permalink
chore(react-native-tex): add katex-utils as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Sep 24, 2024
1 parent f1f794f commit d916819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-tex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@teamturing/katex-utils": "workspace:^",
"@teamturing/react-native-kit": "workspace:^",
"@types/react": "^18.2.44",
"eslint-config-expo": "^7.1.2",
Expand All @@ -33,7 +34,6 @@
},
"peerDependencies": {
"@teamturing/react-native-kit": "*",
"@teamturing/katex-utils": "*",
"react-native-mmkv": ">=3",
"react-native-webview": "*"
},
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5847,7 +5847,7 @@ __metadata:
languageName: unknown
linkType: soft

"@teamturing/katex-utils@workspace:packages/katex-utils":
"@teamturing/katex-utils@workspace:^, @teamturing/katex-utils@workspace:packages/katex-utils":
version: 0.0.0-use.local
resolution: "@teamturing/katex-utils@workspace:packages/katex-utils"
dependencies:
Expand Down Expand Up @@ -5987,6 +5987,7 @@ __metadata:
"@babel/core": ^7.25.2
"@babel/preset-env": ^7.25.3
"@mj-studio/js-util": ^1.1.16
"@teamturing/katex-utils": "workspace:^"
"@teamturing/react-native-kit": "workspace:^"
"@types/react": ^18.2.44
eslint-config-expo: ^7.1.2
Expand Down

0 comments on commit d916819

Please sign in to comment.