Skip to content

Commit

Permalink
Update dev dependencies (#7)
Browse files Browse the repository at this point in the history
Closes #6

* Upgrade ava dev dep (major).

* Upgrade eslint-plugin-unicorn dev dep (major).

* Require node >=14.19 (for ava).

* Bump eslint

Co-authored-by: Knut Kirkhorn <knutkirk@hotmail.com>
  • Loading branch information
millette and knutkirkhorn committed Nov 1, 2022
1 parent bb57a01 commit c1536a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -24,20 +24,20 @@
"exports": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": ">=14.16"
"node": ">=14.19"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/knutkirkhorn/week-number/issues"
},
"homepage": "https://github.com/knutkirkhorn/week-number#readme",
"devDependencies": {
"ava": "^4.3.3",
"eslint": "^8.23.1",
"ava": "^5.0.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unicorn": "^44.0.2",
"tsd": "^0.24.1"
}
}

0 comments on commit c1536a7

Please sign in to comment.