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 Jan 8, 2024
1 parent 7f3966a commit 611d484
Show file tree
Hide file tree
Showing 6 changed files with 1,708 additions and 3,843 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.10.6",
"@types/node": "^20.10.7",
"kill-port": "^2.0.1",
"node-fetch": "^3.3.2",
"ps-tree": "^1.2.0",
"puppeteer": "^21.6.1",
"puppeteer": "^21.7.0",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
}
}
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.23.7",
"@cyco130/vite-plugin-mdx": "1.0.2",
"@preact/preset-vite": "^2.7.0",
"@preact/preset-vite": "^2.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.11"
}
}
4 changes: 2 additions & 2 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": "1.0.2",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.11"
}
}
4 changes: 2 additions & 2 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.8.7"
"solid-js": "^1.8.9"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "1.0.2",
"solid-jsx": "^1.1.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.0"
}
}
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": "^3.6.0",
"@types/node": "^20.10.6",
"@types/node": "^20.10.7",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.11"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
Expand Down

0 comments on commit 611d484

Please sign in to comment.