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 24, 2022
1 parent 571e0e8 commit 418b25d
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 152 deletions.
18 changes: 9 additions & 9 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"main": "dist/app.js",
"scripts": {
Expand All @@ -17,17 +17,17 @@
"cli-progress": "3.11.2",
"cookie-parser": "1.4.6",
"debug": "4.3.4",
"express": "4.18.1",
"express": "4.18.2",
"fs-extra": "10.1.0",
"is-win32-admin": "1.0.5",
"league-connect": "5.5.0",
"minimist": "1.2.6",
"minimist": "1.2.7",
"morgan": "1.10.0",
"needle": "3.1.0",
"socket.io": "4.5.2",
"socket.io": "4.5.3",
"typescript": "4.8.4",
"winston": "3.8.2",
"ws": "8.9.0"
"ws": "8.10.0"
},
"devDependencies": {
"@types/cli-progress": "3.11.0",
Expand All @@ -36,14 +36,14 @@
"@types/needle": "2.5.3",
"@types/node": "17.0.41",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"cross-env": "7.0.3",
"esbuild": "0.15.10",
"esbuild": "0.15.12",
"esbuild-register": "3.3.3",
"eslint": "8.25.0",
"eslint": "8.26.0",
"eslint-plugin-import": "2.26.0",
"nodemon": "2.0.20"
}
Expand Down
16 changes: 8 additions & 8 deletions layouts/allg-s2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "allg-s2",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,20 +10,20 @@
},
"dependencies": {
"@emotion/react": "11.10.4",
"@mantine/core": "5.5.4",
"@mantine/hooks": "5.5.4",
"@reduxjs/toolkit": "1.8.5",
"@mantine/core": "5.6.2",
"@mantine/hooks": "5.6.2",
"@reduxjs/toolkit": "1.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.4",
"redux": "4.2.0",
"socket.io-client": "4.5.2"
"socket.io-client": "4.5.3"
},
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react": "18.0.22",
"@types/react-dom": "18.0.7",
"@vitejs/plugin-react": "2.1.0",
"typescript": "4.8.4",
"vite": "3.1.6"
"vite": "3.1.8"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-tool",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"repository": "git@github.com:AcadArena/lol-pick-ban-ui.git",
"author": "AcadArena",
Expand All @@ -25,6 +25,6 @@
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"concurrently": "7.4.0"
"concurrently": "7.5.0"
}
}
Loading

0 comments on commit 418b25d

Please sign in to comment.