Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 269bd43 commit 24f4aeb
Show file tree
Hide file tree
Showing 6 changed files with 2,069 additions and 4,328 deletions.
6 changes: 3 additions & 3 deletions ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"kill-port": "^2.0.1",
"node-fetch": "^3.3.2",
"ps-tree": "^1.2.0",
"puppeteer": "^23.6.1",
"puppeteer": "^23.7.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"devDependencies": {
"@types/node": "^18.19.63"
"@types/node": "^18.19.64"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@cyco130/vite-plugin-mdx": "2.1.6",
"@preact/preset-vite": "^2.9.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@cyco130/vite-plugin-mdx": "2.1.6",
"solid-jsx": "^1.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions packages/vite-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"eslint": "^9.14.0",
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
Expand Down
Loading

0 comments on commit 24f4aeb

Please sign in to comment.