Skip to content

Commit 977d3f6

Browse files
authored
chore!: upgrade dependencies (prettier#2262)
BREAKING CHANGE: drop support for node 14.
1 parent f6fbc45 commit 977d3f6

File tree

3 files changed

+608
-706
lines changed

3 files changed

+608
-706
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
33-
node-version: [14.x, 16.x, 18.x, 20.x]
33+
node-version: [16.x, 18.x, 20.x]
3434

3535
env:
3636
ENABLE_COVERAGE: true

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"@rollup/plugin-terser": "^0.4.3",
3838
"c8": "^8.0.1",
3939
"cross-env": "^7.0.2",
40-
"eslint": "8.48.0",
40+
"eslint": "8.51.0",
4141
"eslint-config-prettier": "9.0.0",
4242
"eslint-plugin-import": "2.28.1",
43-
"eslint-plugin-jest": "27.2.3",
44-
"eslint-plugin-prettier": "5.0.0",
43+
"eslint-plugin-jest": "27.4.2",
44+
"eslint-plugin-prettier": "5.0.1",
4545
"eslint-plugin-prettier-doc": "^1.1.0",
46-
"jest": "29.6.4",
47-
"jest-environment-jsdom": "29.6.4",
46+
"jest": "29.7.0",
47+
"jest-environment-jsdom": "29.7.0",
4848
"jest-light-runner": "^0.5.1",
49-
"jest-snapshot-serializer-raw": "^1.1.0",
49+
"jest-snapshot-serializer-raw": "^2.0.0",
5050
"prettier": "^3.0.1",
5151
"rollup": "^3.28.1",
5252
"strip-ansi": "^7.1.0"

0 commit comments

Comments
 (0)