Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 3d70c04 commit 224e5b6
Show file tree
Hide file tree
Showing 7 changed files with 945 additions and 461 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.9.0",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"puppeteer": "^23.11.1",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"devDependencies": {
"@types/node": "^18.19.67"
"@types/node": "^18.19.74"
}
}
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.25.0"
"preact": "^10.25.4"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@cyco130/vite-plugin-mdx": "2.1.7",
"@preact/preset-vite": "^2.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"@preact/preset-vite": "^2.10.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
8 changes: 4 additions & 4 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "2.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
6 changes: 3 additions & 3 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "vite preview"
},
"dependencies": {
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "2.1.7",
"solid-jsx": "^1.1.4",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"typescript": "^5.7.3",
"vite": "^6.0.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 @@ -15,8 +15,8 @@
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
"lint-staged": "^15.4.2",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
}
}
10 changes: 5 additions & 5 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.1",
"@types/node": "^18.19.67",
"eslint": "^9.16.0",
"publint": "^0.2.12",
"@types/node": "^18.19.74",
"eslint": "^9.18.0",
"publint": "^0.3.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"typescript": "^5.7.3",
"vite": "^6.0.11"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
Expand Down
Loading

0 comments on commit 224e5b6

Please sign in to comment.