Skip to content

Commit

Permalink
chore(deps) Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2022
1 parent 4573acc commit 366c2db
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 393 deletions.
8 changes: 4 additions & 4 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "1.1.2",
"axios": "1.1.3",
"cross-env": "7.0.3",
"express": "4.18.2",
"interface": "*",
Expand All @@ -26,11 +26,11 @@
"@types/express": "4.17.14",
"@types/node": "18.8.5",
"@types/yargs": "17.0.13",
"esbuild": "0.15.10",
"esbuild": "0.15.12",
"esbuild-register": "3.3.3",
"express": "4.18.2",
"nodemon": "2.0.20",
"socket.io": "4.5.2",
"socket.io": "4.5.3",
"tsconfig": "*",
"typescript": "4.8.4"
}
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,16 +12,16 @@
"@dnd-kit/core": "6.0.5",
"@dnd-kit/sortable": "7.0.1",
"@emotion/react": "11.10.4",
"@mantine/core": "5.5.5",
"@mantine/hooks": "5.5.5",
"framer-motion": "7.5.3",
"@mantine/core": "5.6.0",
"@mantine/hooks": "5.6.0",
"framer-motion": "7.6.1",
"interface": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.4",
"react-router-dom": "6.4.2",
"redux": "4.2.0",
"socket.io-client": "4.5.2",
"socket.io-client": "4.5.3",
"tabler-icons-react": "1.55.0",
"ui": "*",
"utils": "*",
Expand All @@ -32,8 +32,8 @@
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"typescript": "4.8.4",
"vite": "3.1.7",
"vite": "3.1.8",
"tsconfig": "*",
"vite-plugin-svgr": "2.2.1"
"vite-plugin-svgr": "2.2.2"
}
}
4 changes: 2 additions & 2 deletions lib/ws-client/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ws-client",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.ts",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io-client": "4.5.2",
"socket.io-client": "4.5.3",
"interface": "*",
"store": "*"
},
Expand Down
Loading

0 comments on commit 366c2db

Please sign in to comment.