Skip to content

Commit

Permalink
Test matrix update: add Node.js 20.x / remove 14.x
Browse files Browse the repository at this point in the history
Update deps and changelog
  • Loading branch information
ryanblock committed Jan 8, 2024
1 parent 2205be6 commit 12a7bb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

---

## [next] 2024-01-08

### Changed

- Added Node.js 20.x to test matrix
- Update dependencies

---

## [6.0.3] 2023-07-31

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"src/*"
],
"devDependencies": {
"@architect/eslint-config": "~2.1.1",
"@architect/eslint-config": "~2.1.2",
"@rollup/plugin-commonjs": "~25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-terser": "~0.4.3",
"browserify": "~17.0.0",
"cross-env": "~7.0.3",
"eslint": "~8.46.0",
"eslint": "~8.56.0",
"js-yaml": "~4.1.0",
"nyc": "^15.1.0",
"rollup": "^3.27.0",
"tap-arc": "^1.0.0",
"tape": "~5.6.6",
"terser": "~5.19.2"
"tap-arc": "~1.2.2",
"tape": "~5.7.2",
"terser": "~5.26.0"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit 12a7bb5

Please sign in to comment.