Skip to content

Commit 3ff7fa0

Browse files
committed
Cleanup dependencies
1 parent 8bdab2d commit 3ff7fa0

3 files changed

Lines changed: 59 additions & 37 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Downloads](https://img.shields.io/npm/dm/@2toad/fluent-state.svg)](https://www.npmjs.com/package/@2toad/fluent-state)
55
[![Build status](https://github.com/2toad/fluent-state/actions/workflows/ci.yml/badge.svg)](https://github.com/2Toad/fluent-state/actions/workflows/nodejs.yml)
66

7-
A fluent JavaScript [State Machine](./state-machine.md) (with TypeScript support)
7+
A fluent JavaScript [State Machine](./state-machine.md) with full TypeScript support
88

99
## Getting Started
1010

package-lock.json

Lines changed: 55 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
],
2929
"devDependencies": {
3030
"@eslint/js": "^9.9.1",
31-
"@types/benchmark": "^2.1.5",
3231
"@types/chai": "^4.3.19",
3332
"@types/chai-spies": "^1.0.6",
33+
"@types/eslint__js": "^8.42.3",
34+
"@types/eslint-config-prettier": "^6.11.3",
35+
"@types/eslint-plugin-security": "^3.0.0",
3436
"@types/mocha": "^10.0.7",
3537
"@types/node": "^22.5.2",
3638
"@typescript-eslint/eslint-plugin": "^8.4.0",
3739
"@typescript-eslint/parser": "^8.4.0",
38-
"benchmark": "^2.1.4",
3940
"chai": "^4.5.0",
4041
"chai-spies": "^1.1.0",
4142
"eslint": "^9.9.1",

0 commit comments

Comments
 (0)