Skip to content

Commit

Permalink
Merge pull request #62 from AssemblyAI/E07417BDFEA3614F5967B1520F8B2F61
Browse files Browse the repository at this point in the history
Sync from internal repo (2024/06/25)
  • Loading branch information
Swimburger committed Jun 25, 2024
2 parents 12d6da9 + 2a03353 commit 87823d2
Showing 1 changed file with 26 additions and 14 deletions.
40 changes: 26 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,39 +115,51 @@
"docs"
],
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.32",
"@types/node": "^18.19.38",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-tsdoc": "^0.3.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"jest-websocket-mock": "^2.5.0",
"jsr": "^0.12.4",
"mock-socket": "^9.3.1",
"openapi-typescript": "^6.7.5",
"prettier": "^3.2.5",
"publint": "^0.2.7",
"rimraf": "^5.0.5",
"rollup": "^4.17.2",
"ts-jest": "^29.1.2",
"tslib": "^2.5.3",
"prettier": "^3.3.2",
"publint": "^0.2.8",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",
"typedoc": "^0.25.13",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
"ws": "^8.17.0"
"ws": "^8.17.1"
},
"pnpm": {
"packageExtensions": {
"ws": {
"peerDependencies": {
"@types/ws": "^8.5.10"
}
}
},
"overrides": {
"undici@<5.28.4": ">=5.28.4",
"braces@<3.0.3": ">=3.0.3"
}
}
}

0 comments on commit 87823d2

Please sign in to comment.