Skip to content

Commit

Permalink
release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot committed Dec 30, 2023
1 parent 05cd435 commit 7f3966a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 63 deletions.
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@cyco130/vite-plugin-mdx": "1.0.1",
"@cyco130/vite-plugin-mdx": "1.0.2",
"@preact/preset-vite": "^2.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.1",
"@cyco130/vite-plugin-mdx": "1.0.2",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.7"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.1",
"@cyco130/vite-plugin-mdx": "1.0.2",
"solid-jsx": "^1.1.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyco130/vite-plugin-mdx",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"files": [
"dist"
Expand Down
70 changes: 11 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 7f3966a

Please sign in to comment.