Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jan 16, 2024
1 parent 86ebb02 commit 6dc63d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@types/bun": "1.0.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"dts-buddy": "0.4.3",
"@types/bun": "1.0.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"dts-buddy": "0.4.4",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "50.0.1",
"happy-dom": "12.10.3",
"prettier": "3.1.1",
"rollup": "4.9.3",
"happy-dom": "13.1.4",
"prettier": "3.2.2",
"rollup": "4.9.5",
"terser": "5.26.0",
"typescript": "5.3.3"
},
"overrides": {
"bun-types": "1.0.21"
"bun-types": "1.0.22"
}
}

0 comments on commit 6dc63d0

Please sign in to comment.