Skip to content

Commit e226e97

Browse files
committed
Update dependencies
1 parent c7517f8 commit e226e97

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

typescript/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "bufferfish",
3-
"version": "0.1.0",
4-
"description": "Binary message utility library for Rust and TypeScript interop.",
5-
"repository": "https://github.com/robertwayne/bufferfish",
6-
"author": "Rob Wagner <[email protected]>",
7-
"license": "(MIT OR Apache-2.0)",
8-
"main": "./src/bufferfish.ts",
9-
"types": "./dist/index.d.ts",
10-
"scripts": {
11-
"fmt": "prettier --config .prettierrc --write \"**/*.{ts,js}\"",
12-
"fmt:check": "prettier --config .prettierrc --check \"**/*.{ts,js}\"",
13-
"lint": "eslint \"src/**/*.{ts,js}\"",
14-
"lint:fix": "eslint --fix --fix-type problem,suggestion \"**/*.{ts,js}\"",
15-
"tsc": "tsc --noEmit",
16-
"tsc:watch": "tsc --noEmit --watch",
17-
"build-types": "tsc src/bufferfish.ts --declaration --emitDeclarationOnly --outfile dist/index.d.ts"
18-
},
19-
"devDependencies": {
20-
"@types/bun": "^1.1.4",
21-
"@typescript-eslint/eslint-plugin": "^7.13.0",
22-
"@typescript-eslint/parser": "^7.13.0",
23-
"prettier": "^3.3.2",
24-
"typescript": "^5.4.5"
25-
}
2+
"name": "bufferfish",
3+
"version": "0.1.0",
4+
"description": "Binary message utility library for Rust and TypeScript interop.",
5+
"repository": "https://github.com/robertwayne/bufferfish",
6+
"author": "Rob Wagner <[email protected]>",
7+
"license": "(MIT OR Apache-2.0)",
8+
"main": "./src/bufferfish.ts",
9+
"types": "./dist/index.d.ts",
10+
"scripts": {
11+
"fmt": "prettier --config .prettierrc --write \"**/*.{ts,js}\"",
12+
"fmt:check": "prettier --config .prettierrc --check \"**/*.{ts,js}\"",
13+
"lint": "eslint \"src/**/*.{ts,js}\"",
14+
"lint:fix": "eslint --fix --fix-type problem,suggestion \"**/*.{ts,js}\"",
15+
"tsc": "tsc --noEmit",
16+
"tsc:watch": "tsc --noEmit --watch",
17+
"build-types": "tsc src/bufferfish.ts --declaration --emitDeclarationOnly --outfile dist/index.d.ts"
18+
},
19+
"devDependencies": {
20+
"@types/bun": "^1.1.6",
21+
"@typescript-eslint/eslint-plugin": "^7.15.0",
22+
"@typescript-eslint/parser": "^7.15.0",
23+
"prettier": "^3.3.2",
24+
"typescript": "^5.5.3"
25+
}
2626
}

0 commit comments

Comments
 (0)