Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatpotato13 committed Dec 13, 2024
1 parent 58b8956 commit e258e07
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
"author": "Cute_Wisp <[email protected]>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/js": "^9.10.0",
"@swc/core": "1.7.23",
"@swc/helpers": "^0.5.13",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@swc/core": "1.10.1",
"@swc/helpers": "^0.5.15",
"@types/eslint__js": "^8.42.3",
"@types/jest": "29.5.12",
"@types/node": "^22.5.4",
"eslint": "^9.10.0",
"@types/jest": "29.5.14",
"@types/node": "^22.10.2",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"husky": "9.1.5",
"globals": "^15.13.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
}
}

0 comments on commit e258e07

Please sign in to comment.