Skip to content

Commit

Permalink
perf: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 25, 2023
1 parent 8a2aea9 commit f9e0c8a
Show file tree
Hide file tree
Showing 3 changed files with 965 additions and 718 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
node-version: [ 14, 16 ]
node-version: [ 14, 16, 20 ]
name: Test (Node v${{ matrix.node-version }}, OS ${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "6.6.0",
"license": "0BSD",
"engines": {
"node": ">=12.20",
"node": ">=14",
"yarn": ">=1.0.0"
},
"type": "module",
Expand Down Expand Up @@ -56,38 +56,38 @@
"dependencies": {
"@semrel-extra/topo": "^1.13.0",
"blork": "^9.3.0",
"cosmiconfig": "^7.0.1",
"cosmiconfig": "^8.1.3",
"debug": "^4.3.4",
"detect-indent": "^7.0.0",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"execa": "^6.1.0",
"get-stream": "^6.0.1",
"git-log-parser": "^1.2.0",
"globby": "13.1.1",
"globby": "13.1.4",
"lodash-es": "^4.17.21",
"meow": "^10.1.2",
"promise-events": "^0.2.4",
"resolve-from": "^5.0.0",
"semantic-release": "^19.0.5",
"semver": "^7.3.7",
"semver": "^7.5.1",
"signale": "^1.4.0",
"stream-buffers": "^3.0.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.0",
"@jest/globals": "^28.1.0",
"@semantic-release/changelog": "^6.0.1",
"@commitlint/config-conventional": "^17.6.3",
"@jest/globals": "^29.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.1",
"commitlint": "^17.0.0",
"commitlint": "^17.6.3",
"coveralls": "^3.1.1",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"file-url": "^4.0.0",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"tempy": "^3.0.0"
},
"release": {
Expand Down
Loading

0 comments on commit f9e0c8a

Please sign in to comment.