Skip to content

Commit

Permalink
chore!: upgrade dependencies (#2262)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 14.
  • Loading branch information
czosel authored Oct 15, 2023
1 parent f6fbc45 commit 977d3f6
Show file tree
Hide file tree
Showing 3 changed files with 608 additions and 706 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

env:
ENABLE_COVERAGE: true
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"@rollup/plugin-terser": "^0.4.3",
"c8": "^8.0.1",
"cross-env": "^7.0.2",
"eslint": "8.48.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier-doc": "^1.1.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-light-runner": "^0.5.1",
"jest-snapshot-serializer-raw": "^1.1.0",
"jest-snapshot-serializer-raw": "^2.0.0",
"prettier": "^3.0.1",
"rollup": "^3.28.1",
"strip-ansi": "^7.1.0"
Expand Down
Loading

0 comments on commit 977d3f6

Please sign in to comment.