Skip to content

Commit

Permalink
Updates dependencies and minimum NodeJS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed Jan 10, 2023
1 parent 17b93d5 commit 2c0857e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"author": "TwicPics <hello@twic.pics> (https://www.twicpics.com)",
"description": "a library to build TwicPics URLs",
"devDependencies": {
"eslint": "8.16.0",
"eslint": "8.31.0",
"eslint-config-creative-area": "0.11.1",
"eslint-formatter-codeframe": "7.32.1",
"nodeunit": "0.11.3",
"nyc": "15.1.0"
},
"engines": {
"node": ">=14"

This comment has been minimized.

Copy link
@paul-vd

paul-vd Jan 18, 2023

Contributor

Why this breaking change change?

Node 14 has not yet reached end of life, and I do not see any updates since version 0.1.1 that requires node 16.

All changes: 0.1.1...0.2.0#files_bucket

This comment has been minimized.

Copy link
@jaubourg

jaubourg Jan 18, 2023

Author Member

You're right, we've been a bit trigger-happy here. Thanks with the PR we'll look into merging it ASAP.

"node": ">=16"
},
"eslintConfig": {
"extends": "creative-area/es2021/script",
Expand Down

0 comments on commit 2c0857e

Please sign in to comment.