Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Mar 2, 2024
1 parent c9ae709 commit 1e08d63
Show file tree
Hide file tree
Showing 3 changed files with 2,819 additions and 2,620 deletions.
4 changes: 4 additions & 0 deletions js/.yarnrc.yml
@@ -1 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
40 changes: 20 additions & 20 deletions js/package.json
Expand Up @@ -32,38 +32,38 @@
"dependencies": {
"class-transformer": "^0.5.1",
"eventemitter3": "^5.0.1",
"reflect-metadata": "^0.1.13",
"ws": "^8.14.2"
"reflect-metadata": "^0.2.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/expect-puppeteer": "^5.0.4",
"@types/jest": "^29.5.5",
"@types/jest-environment-puppeteer": "^5.0.4",
"@types/node": "^20.6.3",
"@types/uuid-parse": "^1.0.0",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/expect-puppeteer": "^5.0.6",
"@types/jest": "^29.5.12",
"@types/jest-environment-puppeteer": "^5.0.6",
"@types/node": "^20.11.24",
"@types/uuid-parse": "^1.0.2",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"gts": "^5.0.1",
"gts": "^5.2.0",
"jest": "^29.7.0",
"mock-socket": "^9.3.1",
"pkg": "^5.8.1",
"tmp": "^0.2.1",
"tmp": "^0.2.3",
"trash": "^8.1.1",
"trash-cli": "^5.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.4",
"yarn": "^1.22.19"
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"yarn": "^1.22.21"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 1e08d63

Please sign in to comment.