Skip to content

Commit 7508132

Browse files
authored
Merge branch 'main' into patch-1
2 parents b301820 + 9cf4c5d commit 7508132

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"eslint-plugin-simple-import-sort": "8.0.0",
2828
"eslint-plugin-sort-class-members": "1.16.0",
2929
"jest": "28.1.3",
30-
"prettier": "2.8.0",
30+
"prettier": "2.8.1",
3131
"ts-jest": "28.0.8",
32-
"typescript": "4.9.3",
32+
"typescript": "4.9.4",
3333
"vscode-languageserver": "8.0.2",
3434
"vscode-languageserver-textdocument": "1.0.7"
3535
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,10 +2651,10 @@ prettier-linter-helpers@^1.0.0:
26512651
dependencies:
26522652
fast-diff "^1.1.2"
26532653

2654-
prettier@2.8.0:
2655-
version "2.8.0"
2656-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
2657-
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
2654+
prettier@2.8.1:
2655+
version "2.8.1"
2656+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
2657+
integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
26582658

26592659
pretty-format@^28.0.0:
26602660
version "28.1.1"
@@ -3037,10 +3037,10 @@ type-fest@^0.20.2:
30373037
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
30383038
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
30393039

3040-
typescript@4.9.3:
3041-
version "4.9.3"
3042-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
3043-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
3040+
typescript@4.9.4:
3041+
version "4.9.4"
3042+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
3043+
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
30443044

30453045
uri-js@^4.2.2:
30463046
version "4.4.1"

0 commit comments

Comments
 (0)