Skip to content

Commit c399b23

Browse files
authored
Repo maintenance (#454)
* chore: fix folder name. Fixes #452 * fix: typo. Fixes #451 * chore: package lock * chore: update deps
1 parent 6e373a8 commit c399b23

File tree

10 files changed

+587
-1028
lines changed

10 files changed

+587
-1028
lines changed

package-lock.json

+564-1,005
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747
"testEnvironment": "node"
4848
},
4949
"devDependencies": {
50-
"@changesets/cli": "^2.27.7",
51-
"@types/jest": "^29.5.2",
52-
"@types/node": "^20.10.1",
53-
"@typescript-eslint/eslint-plugin": "^7.0.1",
54-
"@typescript-eslint/parser": "^7.0.1",
55-
"esbuild": "^0.23.0",
56-
"eslint": "^8.54.0",
57-
"jest": "^29.5.0",
58-
"jest-config": "^29.5.0",
59-
"lint-staged": "^15.1.0",
60-
"lodash": "^4.17.15",
61-
"prettier": "^3.1.0",
62-
"ts-jest": "^29.1.0",
63-
"tsup": "^8.2.2",
64-
"turbo": "^2.0.0",
65-
"typedoc": "^0.26.5",
66-
"typedoc-plugin-markdown": "^4.2.2",
67-
"typescript": "^5.5.4"
50+
"@changesets/cli": "^2.27.11",
51+
"@types/jest": "^29.5.14",
52+
"@types/node": "^22.10.2",
53+
"@typescript-eslint/eslint-plugin": "^8.18.1",
54+
"@typescript-eslint/parser": "^8.18.1",
55+
"esbuild": "^0.24.0",
56+
"eslint": "^8",
57+
"jest": "^29.7.0",
58+
"jest-config": "^29.7.0",
59+
"lint-staged": "^15.2.11",
60+
"lodash": "^4.17.21",
61+
"prettier": "^3.4.2",
62+
"ts-jest": "^29.2.5",
63+
"tsup": "^8.3.5",
64+
"turbo": "^2.3.3",
65+
"typedoc": "^0.27.5",
66+
"typedoc-plugin-markdown": "^4.3.2",
67+
"typescript": "^5.7.2"
6868
},
69-
"packageManager": "npm@10.2.3"
69+
"packageManager": "npm@11.0.0"
7070
}

packages/chord/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Chord.getChord("maj7", "C", "B") === Chord.get("Cmaj7/B");
7373
Print the notes of the given chord at the given tonic:
7474

7575
```js
76-
Chord.notes("maj4", "C4"); // => ["C4", "E4", "G4", "B4"]
76+
Chord.notes("maj7", "C4"); // => ["C4", "E4", "G4", "B4"]
7777
```
7878

7979
### `Chord.degrees(chordType: string, tonic?: string) => (degree: number) => string`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/tonal/browser/tonal.min.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/content/docs/groups/chords.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Chord.getChord("maj7", "C", "B") === Chord.get("Cmaj7/B");
7474
Print the notes of the given chord at the given tonic:
7575

7676
```js
77-
Chord.notes("maj4", "C4"); // => ["C4", "E4", "G4", "B4"]
77+
Chord.notes("maj7", "C4"); // => ["C4", "E4", "G4", "B4"]
7878
```
7979

8080
### `Chord.degrees`

0 commit comments

Comments
 (0)