Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagoslar committed Oct 27, 2023
1 parent 1fe8603 commit 9163f43
Show file tree
Hide file tree
Showing 2 changed files with 631 additions and 465 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
},
"homepage": "https://github.com/lucagoslar/ts-pkg#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-extended": "^4.0.1",
"prettier": "^3.0.2",
"rollup": "^3.28.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"prettier": "^3.0.3",
"rollup": "^4.1.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 9163f43

Please sign in to comment.