Skip to content

Commit

Permalink
bump babel/eslint minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp committed Nov 28, 2022
1 parent 67a3523 commit ca61729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](https://philihp.com/openskill.js/logo.png)

[![Version](https://img.shields.io/npm/v/openskill)](https://www.npmjs.com/package/openskill)
[![Requirements Status](https://requires.io/github/philihp/openskill.js/requirements.svg?branch=main)](https://requires.io/github/philihp/openskill.js/requirements/?branch=main)
[![Libraries.io dependency status](https://img.shields.io/librariesio/github/philihp/openskill.js)](https://libraries.io/npm/openskill)
![Tests](https://github.com/philihp/openskill.js/workflows/tests/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/philihp/openskill.js/badge.svg?branch=main&force=reload)](https://coveralls.io/github/philihp/openskill.js?branch=main)
![Downloads](https://img.shields.io/npm/dt/openskill)
Expand Down Expand Up @@ -153,7 +153,7 @@ By default, we use a Plackett-Luce model, which is probably good enough for most

```js
import { bradleyTerryFull } from './models'
const [[a2],[b2]] = rate([[a1],[b1]], {
const [[a2], [b2]] = rate([[a1], [b1]], {
model: bradleyTerryFull,
})
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"homepage": "https://github.com/philihp/openskill.js#readme",
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9",
"@philihp/eslint-config": "6.0.2",
"@tsconfig/node14": "1.0.3",
"@types/jest": "29.2.3",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.28.0",
"eslint-import-resolver-typescript": "3.5.2",
"husky": "8.0.2",
Expand Down

0 comments on commit ca61729

Please sign in to comment.