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 Sep 14, 2024
1 parent 1f63b1a commit d9a7c9a
Show file tree
Hide file tree
Showing 7 changed files with 2,373 additions and 4,864 deletions.
4 changes: 2 additions & 2 deletions ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"node-fetch": "^3.3.2",
"ps-tree": "^1.2.0",
"puppeteer": "^23.3.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"devDependencies": {
"@types/node": "^22.5.4"
Expand Down
8 changes: 4 additions & 4 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "vite preview"
},
"dependencies": {
"preact": "^10.23.2"
"preact": "^10.24.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@cyco130/vite-plugin-mdx": "1.0.6",
"@preact/preset-vite": "^2.9.0",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"@preact/preset-vite": "^2.9.1",
"typescript": "^5.6.2",
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"typescript": "^5.6.2",
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.6",
"solid-jsx": "^1.1.4",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"format": "prettier --ignore-path .gitignore --ignore-unknown . '!pnpm-lock.yaml' --write"
},
"devDependencies": {
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.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 @@ -40,8 +40,8 @@
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"typescript": "^5.6.2",
"vite": "^5.4.5"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
Expand Down
Loading

0 comments on commit d9a7c9a

Please sign in to comment.