Skip to content

Commit

Permalink
Bump dev dependencies.
Browse files Browse the repository at this point in the history
Just doing some periodic updates to the dependencies here to keep
things fresh. Things seem to run fine with the new updates.

Note that the versions of node need to also be bumped in our GitHub
actions files.
  • Loading branch information
theengineear committed Aug 18, 2023
1 parent bf355cb commit a7cbe79
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn lint
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
],
"dependencies": {},
"devDependencies": {
"eslint": "^8.35.0",
"eslint": "^8.47.0",
"http-server": "^14.1.1",
"puppeteer": "^19.7.5",
"tap-parser": "^12.0.1"
"puppeteer": "^21.0.3",
"tap-parser": "^13.0.1"
}
}
Loading

0 comments on commit a7cbe79

Please sign in to comment.