Skip to content

Commit

Permalink
Merge aa67b09 into 605c977
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jul 28, 2021
2 parents 605c977 + aa67b09 commit 58146a0
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 65 deletions.
133 changes: 77 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-svelte": "^5.1.0",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.22.0",
"shelljs": "^0.7.8",
Expand All @@ -150,22 +150,22 @@
"dependencies": {
"@koa/cors": "^3.1.0",
"@types/koa": "^2.11.3",
"flatted": "^0.2.3",
"immer": "^8.0.1",
"flatted": "^3.2.1",
"immer": "^9.0.5",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-router": "^7.2.1",
"koa-socket-2": "^2.0.0",
"lodash.isplainobject": "^4.0.6",
"nanoid": "^3.1.20",
"nanoid": "^3.1.23",
"p-queue": "^6.6.2",
"prop-types": "^15.5.10",
"react-cookies": "^0.1.0",
"redux": "^4.0.0",
"rfc6902": "^4.0.1",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"svelte": "^3.24.0",
"redux": "^4.1.0",
"rfc6902": "^4.0.2",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"svelte": "^3.41.0",
"svelte-json-tree-auto": "^0.1.0",
"ts-toolbelt": "^6.3.6"
},
Expand Down

0 comments on commit 58146a0

Please sign in to comment.