Skip to content

Commit

Permalink
Update all Yarn dependencies (2024-06-18) (#124)
Browse files Browse the repository at this point in the history
* Update all Yarn dependencies (2024-06-18)

* chore: updated dependencies

---------

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Sjors <[email protected]>
  • Loading branch information
depfu[bot] and microwavekonijn committed Jun 18, 2024
1 parent a8baa5c commit cc6ae49
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 668 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-chicken-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ps2census": patch
---

Update all Yarn dependencies (2024-04-29)
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"prepare": "husky install"
},
"dependencies": {
"axios": "1.6.7",
"axios": "1.7.2",
"eventemitter3": "5.0.1",
"isomorphic-ws": "5.0.0",
"ws": "8.16.0"
"ws": "8.17.0"
},
"peerDependencies": {
"bufferutil": "^4.0.7",
Expand All @@ -86,24 +86,24 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-angular": "^18.6.0",
"@tsconfig/node14": "^14.1.0",
"@types/node": "^14.18.53",
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@tsconfig/node14": "^14.1.2",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"concurrently": "^8.2.0",
"dotenv": "^16.3.1",
"eslint": "^8.44.0",
"dotenv": "^16.4.5",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"lint-staged": {
"{src,test}/**/*.{ts,json}": [
Expand Down
Loading

0 comments on commit cc6ae49

Please sign in to comment.