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 22, 2023
1 parent afd53e7 commit e8365fc
Show file tree
Hide file tree
Showing 7 changed files with 1,748 additions and 3,832 deletions.
6 changes: 3 additions & 3 deletions ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"ci": "vitest --no-threads --reporter=verbose run"
},
"dependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.6.3",
"kill-port": "^2.0.1",
"node-fetch": "^3.3.2",
"ps-tree": "^1.2.0",
"puppeteer": "^21.1.1",
"puppeteer": "^21.3.3",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.5"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.17.1"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.20",
"@cyco130/vite-plugin-mdx": "0.0.3",
"@preact/preset-vite": "^2.5.0",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "0.0.3",
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "4.0.4",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.11"
"solid-js": "^1.7.12"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"version": "0.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.3",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit e8365fc

Please sign in to comment.