Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in package.json

View workflow job for this annotation

GitHub Actions / Lint (ubuntu-latest)

Expected an assignment or function call and instead saw an expression
"name": "@intlify/express",
"version": "0.0.0",
"description": "intlify for express middleware",
Expand Down Expand Up @@ -73,8 +73,8 @@
"devDependencies": {
"@types/node": "^20.6.0",
"@vitest/coverage-v8": "^0.34.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"bumpp": "^9.2.0",
Expand Down
Loading