Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Sep 14, 2021
1 parent 4612e26 commit 43da515
Show file tree
Hide file tree
Showing 5 changed files with 721 additions and 721 deletions.
448 changes: 224 additions & 224 deletions .yarn/releases/yarn-3.0.1.cjs → .yarn/releases/yarn-3.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.0.1.cjs
yarnPath: .yarn/releases/yarn-3.0.2.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,36 +82,36 @@
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-typescript": "^8.2.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"@types/jest": "^26.0.24",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-jest": "^27.1.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fastify": "^3.21.0",
"fastify-websocket": "^4.0.0",
"glob": "^7.1.7",
"graphql": "16.0.0-rc.2.experimental-stream-defer.3",
"jest": "^27.1.1",
"prettier": "^2.3.2",
"jest": "^27.2.0",
"prettier": "^2.4.0",
"replacestream": "^4.0.3",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.4.7",
"tslib": "^2.3.1",
"typedoc": "^0.21.9",
"typedoc": "0.21.9",
"typedoc-plugin-markdown": "^3.10.4",
"typescript": "4.3.5",
"typescript": "^4.4.3",
"uWebSockets.js": "uNetworking/uWebSockets.js#v19.3.0",
"ws": "^8.2.1"
"ws": "^8.2.2"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"baseUrl": "./src",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": false
},
"exclude": ["lib"]
}
Loading

0 comments on commit 43da515

Please sign in to comment.