Skip to content

Commit

Permalink
upgrade Node.js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jul 18, 2024
1 parent c8fecac commit 502de8f
Show file tree
Hide file tree
Showing 3 changed files with 794 additions and 740 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v2
with:
path: |
Expand All @@ -27,9 +27,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
- run: cargo test
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
with:
version: 8.14.1
version: latest
run_install: true
- name: Add Rust target
run: rustup target add wasm32-unknown-unknown
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"devDependencies": {
"@gplane/tsconfig": "^6.1.0",
"@swc/core": "^1.5.24",
"@types/node": "^20.10.3",
"dprint": "^0.45.0",
"typescript": "^5.3.2",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"@swc/core": "^1.7.0",
"@types/node": "^20.14.11",
"dprint": "^0.47.2",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3"
}
}
Loading

0 comments on commit 502de8f

Please sign in to comment.