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

chore(deps) Update all non-major dependencies #225

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.22",
"version": "1.0.23",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"dev": "sh getRuntimeconfig.sh && cd ../.. && firebase emulators:start --export-on-exit=./data --import=./data",
Expand All @@ -18,16 +18,16 @@
"dependencies": {
"axios": "1.1.3",
"crypto-js": "4.1.1",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"fastify": "4.8.1",
"firebase-admin": "11.0.1",
"firebase-functions": "3.24.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",
"eslint": "8.24.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.25.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.26.0",
"firebase-functions-test": "2.4.0",
Expand Down
32 changes: 16 additions & 16 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 @@ -10,28 +10,28 @@
"dependencies": {
"@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",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "4.7.1",
"firebase": "9.10.0",
"@hookform/resolvers": "2.9.9",
"@mantine/core": "5.5.5",
"@mantine/dropzone": "5.5.5",
"@mantine/form": "5.5.5",
"@mantine/hooks": "5.5.5",
"@mantine/modals": "5.5.5",
"@mantine/notifications": "5.5.5",
"@reduxjs/toolkit": "1.8.6",
"@tanstack/react-query": "4.12.0",
"firebase": "9.12.1",
"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",
"react-fast-marquee": "1.3.5",
"react-firebase-hooks": "5.0.3",
"react-hook-form": "7.36.1",
"react-hook-form": "7.37.0",
"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-plugin-svgr": "2.2.1"
"vite": "3.1.8",
"vite-plugin-svgr": "2.2.2"
}
}
14 changes: 7 additions & 7 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.5",
"@mantine/hooks": "5.5.5",
"framer-motion": "7.5.3",
"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-plugin-svgr": "2.2.1"
"vite": "3.1.8",
"vite-plugin-svgr": "2.2.2"
}
}
12 changes: 6 additions & 6 deletions apps/websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websocket",
"version": "1.0.16",
"version": "1.0.17",
"description": "Websocket server used to communicate between the control and overlay",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -16,11 +16,11 @@
"@fastify/cors": "8.1.0",
"axios": "1.1.3",
"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",
"socket.io": "4.5.3",
"uuid": "9.0.0"
},
"devDependencies": {
Expand All @@ -30,9 +30,9 @@
"@types/uuid": "8.3.4",
"config": "*",
"cross-env": "7.0.3",
"esbuild": "0.15.9",
"esbuild": "0.15.11",
"esbuild-register": "3.3.3",
"eslint": "8.24.0",
"eslint": "8.25.0",
"nodemon": "2.0.20",
"tsconfig": "*",
"typescript": "4.8.4"
Expand Down
6 changes: 3 additions & 3 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 @@ -20,11 +20,11 @@
"@commitlint/config-conventional": "17.1.0",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.24.0",
"eslint": "8.25.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"turbo": "1.5.4",
"turbo": "1.5.6",
"typescript": "4.8.4"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"license": "MIT",
"files": [
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.31.8"
"eslint-plugin-react": "7.31.10"
},
"devDependencies": {
"eslint-plugin-react": "7.31.8"
"eslint-plugin-react": "7.31.10"
}
}
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.5"
}
}
18 changes: 9 additions & 9 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utils",
"version": "1.0.22",
"version": "1.0.23",
"main": "index.ts",
"files": [
"hooks/**/*.ts",
Expand All @@ -17,21 +17,21 @@
"license": "MIT",
"private": true,
"dependencies": {
"@mantine/notifications": "5.4.1",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "4.7.1",
"@mantine/notifications": "5.5.5",
"@reduxjs/toolkit": "1.8.6",
"@tanstack/react-query": "4.12.0",
"axios": "1.1.3",
"dotenv": "16.0.2",
"firebase": "9.10.0",
"firebase-admin": "11.0.1",
"dotenv": "16.0.3",
"firebase": "9.12.1",
"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",
"socket.io-client": "4.5.2",
"socket.io-client": "4.5.3",
"uuid": "9.0.0",
"zod": "3.19.1"
},
Expand Down