Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

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] committed Oct 6, 2022
1 parent 1771d0d commit ca1bdea
Show file tree
Hide file tree
Showing 8 changed files with 919 additions and 823 deletions.
14 changes: 7 additions & 7 deletions apps/cloud-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-functions",
"version": "1.0.20",
"version": "1.0.21",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"dev": "sh getRuntimeconfig.sh && cd ../.. && firebase emulators:start --export-on-exit=./data --import=./data",
Expand All @@ -18,15 +18,15 @@
"dependencies": {
"axios": "0.27.2",
"crypto-js": "4.1.1",
"dotenv": "16.0.2",
"fastify": "4.6.0",
"firebase-admin": "11.0.1",
"firebase-functions": "3.24.0",
"dotenv": "16.0.3",
"fastify": "4.7.0",
"firebase-admin": "11.1.0",
"firebase-functions": "3.24.1",
"zod": "3.19.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"eslint": "8.24.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.26.0",
Expand Down
24 changes: 12 additions & 12 deletions apps/control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "control",
"private": true,
"version": "0.0.28",
"version": "0.0.29",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -11,18 +11,18 @@
"@emotion/react": "11.10.4",
"@formkit/auto-animate": "1.0.0-beta.3",
"@hookform/resolvers": "2.9.8",
"@mantine/core": "5.4.1",
"@mantine/dropzone": "5.4.1",
"@mantine/form": "5.4.1",
"@mantine/hooks": "5.4.1",
"@mantine/modals": "5.4.1",
"@mantine/notifications": "5.4.1",
"@mantine/core": "5.5.4",
"@mantine/dropzone": "5.5.4",
"@mantine/form": "5.5.4",
"@mantine/hooks": "5.5.4",
"@mantine/modals": "5.5.4",
"@mantine/notifications": "5.5.4",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "4.7.1",
"firebase": "9.10.0",
"@tanstack/react-query": "4.10.1",
"firebase": "9.11.0",
"ip": "1.1.8",
"lodash-es": "4.17.21",
"obs-websocket-js": "5.0.1",
"obs-websocket-js": "5.0.2",
"react": "18.2.0",
"react-cookie": "4.1.1",
"react-dom": "18.2.0",
Expand All @@ -31,7 +31,7 @@
"react-hook-form": "7.36.1",
"react-query": "3.39.2",
"react-redux": "8.0.4",
"react-router-dom": "6.4.1",
"react-router-dom": "6.4.2",
"redux": "4.2.0",
"tabler-icons-react": "1.55.0",
"ui": "*",
Expand All @@ -46,7 +46,7 @@
"config": "*",
"tsconfig": "*",
"typescript": "4.8.4",
"vite": "3.1.3",
"vite": "3.1.6",
"vite-plugin-svgr": "2.2.1"
}
}
12 changes: 6 additions & 6 deletions apps/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "overlay",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "5.4.1",
"@mantine/hooks": "5.4.1",
"framer-motion": "7.4.0",
"@mantine/core": "5.5.4",
"@mantine/hooks": "5.5.4",
"framer-motion": "7.5.2",
"interface": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "1.3.5",
"react-redux": "8.0.4",
"react-responsive-carousel": "3.2.23",
"react-router-dom": "6.4.1",
"react-router-dom": "6.4.2",
"redux": "4.2.0",
"ui": "*",
"utils": "*"
Expand All @@ -28,7 +28,7 @@
"@vitejs/plugin-react": "2.1.0",
"tsconfig": "*",
"typescript": "4.8.4",
"vite": "3.1.3",
"vite": "3.1.6",
"vite-plugin-svgr": "2.2.1"
}
}
8 changes: 4 additions & 4 deletions apps/websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websocket",
"version": "1.0.15",
"version": "1.0.16",
"description": "Websocket server used to communicate between the control and overlay",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
"@fastify/cors": "8.1.0",
"axios": "0.27.2",
"crypto-js": "4.1.1",
"dotenv": "16.0.2",
"firebase-admin": "11.0.1",
"dotenv": "16.0.3",
"firebase-admin": "11.1.0",
"interface": "*",
"ip": "1.1.8",
"socket.io": "4.5.2",
Expand All @@ -30,7 +30,7 @@
"@types/uuid": "8.3.4",
"config": "*",
"cross-env": "7.0.3",
"esbuild": "0.15.9",
"esbuild": "0.15.10",
"esbuild-register": "3.3.3",
"eslint": "8.24.0",
"nodemon": "2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alliance-games",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"workspaces": [
"apps/*",
Expand All @@ -22,7 +22,7 @@
"eslint": "8.24.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"turbo": "1.5.4",
"turbo": "1.5.5",
"typescript": "4.8.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.ts",
"types": "index.ts",
"author": "AcadArena",
Expand All @@ -11,6 +11,6 @@
"typescript": "4.8.4"
},
"dependencies": {
"@mantine/notifications": "5.4.1"
"@mantine/notifications": "5.5.4"
}
}
14 changes: 7 additions & 7 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utils",
"version": "1.0.21",
"version": "1.0.22",
"main": "index.ts",
"files": [
"hooks/**/*.ts",
Expand All @@ -17,17 +17,17 @@
"license": "MIT",
"private": true,
"dependencies": {
"@mantine/notifications": "5.4.1",
"@mantine/notifications": "5.5.4",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "4.7.1",
"@tanstack/react-query": "4.10.1",
"axios": "0.27.2",
"dotenv": "16.0.2",
"firebase": "9.10.0",
"firebase-admin": "11.0.1",
"dotenv": "16.0.3",
"firebase": "9.11.0",
"firebase-admin": "11.1.0",
"ip": "1.1.8",
"lodash-es": "4.17.21",
"nanoid": "4.0.0",
"obs-websocket-js": "5.0.1",
"obs-websocket-js": "5.0.2",
"react": "18.2.0",
"react-redux": "8.0.4",
"redux": "4.2.0",
Expand Down

0 comments on commit ca1bdea

Please sign in to comment.