Skip to content

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Nov 23, 2023
1 parent 39aa07e commit e28a8e3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['14.x', '16.x']
node: ['18.x', '20.x']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install Rust
Expand Down
67 changes: 34 additions & 33 deletions crate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"javascript"
],
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-wasm": "^6.1.3",
"@types/node": "^20.6.4",
"rollup": "^3.29.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-wasm": "^6.2.2",
"@types/node": "^20.9.4",
"rollup": "^4.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
"typescript": "^5.3.2",
"vitest": "^0.34.6"
}
}

0 comments on commit e28a8e3

Please sign in to comment.