Skip to content

Commit

Permalink
Libs upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschampagne committed Apr 1, 2024
1 parent 277ddf3 commit 4736e50
Show file tree
Hide file tree
Showing 2 changed files with 472 additions and 461 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starter-ts",
"type": "module",
"version": "0.1.0",
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"description": "",
"author": "Thomas Champagne <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -55,22 +55,22 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.23",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"bumpp": "^9.3.0",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"markdown-toc-gen": "^1.0.1",
"pnpm": "^8.15.4",
"pnpm": "^8.15.6",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"tsx": "^4.7.1",
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"typedoc": "^0.25.12",
"typescript": "^5.4.3",
"unbuild": "^2.0.0"
}
}
Loading

0 comments on commit 4736e50

Please sign in to comment.