Skip to content

Commit

Permalink
chore: Update npm dependencies and Babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Aug 3, 2024
1 parent 28ab453 commit 5b86800
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test:player": "bun test/player.ts"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.7.0",
"@types/bun": "latest",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"typescript-eslint": "^7.18.0",
"eslint": "^9.7.0",
"globals": "^15.8.0",
"typescript-eslint": "^8.0.0",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7"
},
"publishConfig": {
Expand All @@ -48,4 +48,4 @@
"wrapper",
"api"
]
}
}

0 comments on commit 5b86800

Please sign in to comment.