Skip to content

Commit

Permalink
chore: update dependencies (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jun 18, 2024
1 parent 63c23f9 commit 73ad4fe
Show file tree
Hide file tree
Showing 10 changed files with 5,182 additions and 6,477 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Set node version to 20
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"ci": "vitest --reporter=verbose run"
},
"dependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.5",
"kill-port": "^2.0.1",
"node-fetch": "^3.3.2",
"ps-tree": "^1.2.0",
"puppeteer": "^22.10.0",
"puppeteer": "^22.11.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@cyco130/vite-plugin-mdx": "1.0.5",
"@preact/preset-vite": "^2.8.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 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": "1.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "4.3.0",
"@vitejs/plugin-react": "4.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@cyco130/vite-plugin-mdx": "1.0.5",
"solid-jsx": "^1.1.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.3.1",
"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 @@ -15,8 +15,8 @@
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 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": "^3.9.0",
"@types/node": "^20.14.2",
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"vite": "^5.3.1"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
Expand Down
Loading

0 comments on commit 73ad4fe

Please sign in to comment.