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 30, 2024
1 parent 269bd43 commit 7b7587e
Show file tree
Hide file tree
Showing 7 changed files with 2,198 additions and 4,468 deletions.
8 changes: 4 additions & 4 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",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"puppeteer": "^23.9.0",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
},
"devDependencies": {
"@types/node": "^18.19.63"
"@types/node": "^18.19.67"
}
}
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.24.3"
"preact": "^10.25.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@cyco130/vite-plugin-mdx": "2.1.6",
"@preact/preset-vite": "^2.9.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"@preact/preset-vite": "^2.9.2",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cyco130/vite-plugin-mdx": "2.1.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"@vitejs/plugin-react": "4.3.4",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 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": "2.1.6",
"solid-jsx": "^1.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.11.0"
}
}
6 changes: 3 additions & 3 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.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}
10 changes: 5 additions & 5 deletions packages/vite-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"vite": "3 || 4 || 5"
},
"devDependencies": {
"@cyco130/eslint-config": "^5.0.0",
"@types/node": "^18.19.63",
"eslint": "^9.14.0",
"@cyco130/eslint-config": "^5.0.1",
"@types/node": "^18.19.67",
"eslint": "^9.16.0",
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
Expand Down
Loading

0 comments on commit 7b7587e

Please sign in to comment.