Skip to content

Commit

Permalink
fix: deps error
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jul 7, 2023
1 parent 126adda commit d192aec
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 250 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"private": true,
"version": "0.0.18",
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.6",
"license": "MIT",
"author": "Dup4 <lyuzhi.pan@gmail.com>",
"repository": {
Expand Down Expand Up @@ -30,17 +30,17 @@
"@babel/types": "^7.22.5",
"@types/glob": "^7.2.0",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"bumpp": "^7.2.0",
"eslint": "^8.42.0",
"eslint": "^8.44.0",
"esmo": "^0.14.1",
"fsxx": "^0.0.5",
"glob": "^8.1.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.6.2",
"pnpm": "^8.6.6",
"prettier": "^2.8.8",
"taze": "^0.10.2",
"taze": "^0.10.3",
"typescript": "^4.9.5",
"unbuild": "^0.7.6",
"vite": "^2.9.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/mathjax-render-for-mkdocs-material/tsconfig.json
Expand Up @@ -11,7 +11,7 @@
"src/*"
],
"mathjax-render": [
"../mathjax-render/src/index.ts"
"../mathjax-render/src/node/index.ts"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mathjax-render-react/build.config.ts
Expand Up @@ -13,7 +13,7 @@ export default defineBuildConfig({
},
hooks: {
"rollup:options": (ctx: BuildContext, options: RollupOptions): void => {
options.plugins.push(
options.plugins?.push(
postcss({
inject: true,
use: ["less"],
Expand Down

0 comments on commit d192aec

Please sign in to comment.