Skip to content

Commit

Permalink
bump: update project deps (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiofrittoli authored Jan 18, 2025
1 parent afcc03c commit bc039ce
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 159 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,24 @@
},
"devDependencies": {
"@alessiofrittoli/node-scripts": "^2.2.1",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"concurrently": "^9.1.2",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"@alessiofrittoli/event-emitter": "^0.2.0"
"@alessiofrittoli/event-emitter": "^1.0.0"
}
}
Loading

0 comments on commit bc039ce

Please sign in to comment.