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 Nov 19, 2022
1 parent 4447915 commit e188e2f
Show file tree
Hide file tree
Showing 10 changed files with 619 additions and 624 deletions.
16 changes: 8 additions & 8 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,24 +15,24 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "1.1.2",
"axios": "1.1.3",
"cross-env": "7.0.3",
"dotenv": "16.0.3",
"express": "4.18.2",
"interface": "*",
"utils": "*",
"yargs": "17.6.0"
"yargs": "17.6.2"
},
"devDependencies": {
"@types/express": "4.17.14",
"@types/node": "18.8.5",
"@types/node": "18.11.9",
"@types/yargs": "17.0.13",
"esbuild": "0.15.10",
"esbuild-register": "3.3.3",
"esbuild": "0.15.14",
"esbuild-register": "3.4.1",
"express": "4.18.2",
"nodemon": "2.0.20",
"socket.io": "4.5.2",
"socket.io": "4.5.3",
"tsconfig": "*",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
28 changes: 14 additions & 14 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 @@ -11,29 +11,29 @@
"dependencies": {
"@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",
"@emotion/react": "11.10.5",
"@mantine/core": "5.8.0",
"@mantine/hooks": "5.8.0",
"framer-motion": "7.6.7",
"interface": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.4",
"react-router-dom": "6.4.2",
"react-redux": "8.0.5",
"react-router-dom": "6.4.3",
"redux": "4.2.0",
"socket.io-client": "4.5.2",
"socket.io-client": "4.5.3",
"tabler-icons-react": "1.55.0",
"ui": "*",
"utils": "*",
"ws-client": "*"
},
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"typescript": "4.8.4",
"vite": "3.1.7",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.9.3",
"vite": "3.2.4",
"tsconfig": "*",
"vite-plugin-svgr": "2.2.1"
"vite-plugin-svgr": "2.2.2"
}
}
4 changes: 2 additions & 2 deletions lib/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand All @@ -11,7 +11,7 @@
"eslint-config-turbo": "latest"
},
"devDependencies": {
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions lib/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "interface",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.ts",
"files": [
"**.ts"
],
"license": "MIT",
"devDependencies": {
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
6 changes: 3 additions & 3 deletions lib/store/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "store",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.ts",
"license": "MIT",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "1.8.6",
"@reduxjs/toolkit": "1.9.0",
"interface": "*",
"react-redux": "8.0.4",
"react-redux": "8.0.5",
"redux": "4.2.0",
"utils": "*"
}
Expand Down
8 changes: 4 additions & 4 deletions lib/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ui",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"private": true,
"files": [
"./**/*.tsx"
],
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"typescript": "4.8.4",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"typescript": "4.9.3",
"tsconfig": "*"
}
}
4 changes: 2 additions & 2 deletions lib/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utils",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "index.ts",
"files": [
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"tsconfig": "*",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"private": true
}
10 changes: 5 additions & 5 deletions lib/ws-client/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"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": "*"
},
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"typescript": "4.8.4"
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"typescript": "4.9.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wr-draft-tool",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"workspaces": [
"apps/*",
Expand All @@ -17,12 +17,12 @@
"commit": "cz"
},
"devDependencies": {
"@commitlint/config-conventional": "17.1.0",
"@commitlint/config-conventional": "17.2.0",
"commitizen": "4.2.5",
"commitlint": "17.1.2",
"commitlint": "17.2.0",
"cz-conventional-changelog": "3.3.0",
"eslint-config-custom": "*",
"husky": "8.0.1",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"turbo": "latest"
Expand Down
Loading

0 comments on commit e188e2f

Please sign in to comment.