Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Feb 6, 2024
1 parent db163d3 commit ca861c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"react-mfm": "file:.."
},
"devDependencies": {
"@types/node": "20.11.14",
"@types/react": "18.2.49",
"@types/node": "20.11.16",
"@types/react": "18.2.54",
"@types/react-dom": "18.2.18",
"serve": "14.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"jsx": "preserve",
"plugins": [{ "name": "next" }],
"paths": {
"~/*": ["./*"],
},
"~/*": ["./*"]
}
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "react-mfm",
"description": "MFM for React",
"version": "0.1.0",
"version": "0.2.0",
"author": "YamaD <[email protected]>",
"dependencies": {
"@twemoji/api": "15.0.3",
"jotai": ">=2.2.0",
"jotai": ">=2.2.0 <3",
"katex": "0.16.9",
"mfm-js": "0.24.0",
"shiki": "0.14.7"
},
"devDependencies": {
"@microsoft/api-extractor": "7.39.4",
"@microsoft/api-extractor": "7.39.5",
"@types/katex": "0.16.7",
"@types/node": "20.11.14",
"@types/react": "18.2.48",
"prettier": "3.2.4",
"@types/node": "20.11.16",
"@types/react": "18.2.54",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"tsup": "8.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jsx": "react-jsx",
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"noEmit": true
},
"exclude": ["example"],
"exclude": ["example"]
}

0 comments on commit ca861c2

Please sign in to comment.