Skip to content

Commit

Permalink
fix(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoBechtel committed Nov 25, 2023
1 parent 2011d7f commit 44e2b75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"tsconfig"
],
"devDependencies": {
"eslint": "^8.53.0",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"typescript": "^5.2.2"
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"semantic-release": "^22.0.8",
"typescript": "^5.3.2"
},
"peerDependencies": {
"eslint": "^8.53.0",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"typescript": "^5.2.2"
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"semantic-release": "^22.0.8",
"typescript": "^5.3.2"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.24.1",
"eslint-define-config": "^2.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-unicorn": "^49.0.0"
Expand Down

0 comments on commit 44e2b75

Please sign in to comment.