Skip to content

Commit

Permalink
#19 Updating to newer TyRAS server dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stazz committed Feb 13, 2024
1 parent e87ad25 commit 8a9d957
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/server-koa",
"version": "2.2.0",
"version": "2.2.1",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -34,7 +34,7 @@
"koa": "^2.14.2"
},
"dependencies": {
"@ty-ras/server": "^2.2.0"
"@ty-ras/server": "^2.2.1"
},
"devDependencies": {
"@ava/get-port": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,10 @@
dependencies:
"@ty-ras/endpoint" "^2.0.0"

"@ty-ras/server@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ty-ras/server/-/server-2.2.0.tgz#6a1dc54767241355be5202006127afea3a2ff602"
integrity sha512-rJwZj20uiO2tcS9Ln+5TfapdILDPcWxYbeyIDUjmbOmkv+FvMma+pVgKhozNP3iQj1mnKN2CmqgIhaxKw+bRBg==
"@ty-ras/server@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@ty-ras/server/-/server-2.2.1.tgz#747995863d54ad828191e2cdb6f528231c24939b"
integrity sha512-Qy22YPpjcqrBP698d2Sm5LqmX39hq3aLuOngTRxKhD0kU2y4GooKgrMDCmaKkfteP/0fqoqZG4c20ukeTtPqcg==
dependencies:
"@ty-ras/endpoint" "^2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion versions/node
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
18.18.2

0 comments on commit 8a9d957

Please sign in to comment.