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] committed Jun 25, 2024
1 parent 73ad4fe commit c660f4b
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 143 deletions.
6 changes: 3 additions & 3 deletions ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"ci": "vitest --reporter=verbose run"
},
"dependencies": {
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"kill-port": "^2.0.1",
"node-fetch": "^3.3.2",
"ps-tree": "^1.2.0",
"puppeteer": "^22.11.1",
"typescript": "^5.4.5",
"puppeteer": "^22.12.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@cyco130/vite-plugin-mdx": "1.0.5",
"@preact/preset-vite": "^2.8.2",
"typescript": "^5.4.5",
"@preact/preset-vite": "^2.8.3",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "4.3.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.5",
"solid-jsx": "^1.1.4",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.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,11 +36,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit c660f4b

Please sign in to comment.