Skip to content

Commit

Permalink
release: 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot committed Jun 6, 2024
1 parent 7f7d487 commit 63c23f9
Show file tree
Hide file tree
Showing 5 changed files with 6,601 additions and 5,405 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.24.7",
"@cyco130/vite-plugin-mdx": "1.0.4",
"@cyco130/vite-plugin-mdx": "1.0.5",
"@preact/preset-vite": "^2.8.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
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.3.1"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.4",
"@cyco130/vite-plugin-mdx": "1.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "4.3.0",
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.17"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.4",
"@cyco130/vite-plugin-mdx": "1.0.5",
"solid-jsx": "^1.1.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
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.4",
"version": "1.0.5",
"type": "module",
"files": [
"dist"
Expand Down
Loading

0 comments on commit 63c23f9

Please sign in to comment.