Skip to content

Commit

Permalink
chore(deps): update patch/minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 48fde11 commit 0166c31
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -8,7 +8,7 @@ services:
restart: always

mysql8:
image: mysql:8.3-oracle
image: mysql:8.4-oracle
restart: unless-stopped
ports:
- "3308:3306"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -45,5 +45,5 @@
"@types/react-dom": "^18.2.19",
"prettier": "^3.2.5"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.1"
}
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -103,18 +103,18 @@
"@types/esprima": "4.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"@types/pg": "8.11.5",
"@types/sqlstring": "2.3.2",
"@types/uuid": "9.0.8",
"@types/webpack-env": "1.18.4",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"bson": "^6.4.0",
"conditional-type-checks": "1.0.6",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unused-imports": "3.1.0",
"eslint-plugin-unused-imports": "3.2.0",
"fs-extra": "11.2.0",
"gen-esm-wrapper": "1.1.3",
"guid-typescript": "1.0.9",
Expand All @@ -130,5 +130,5 @@
"typescript": "5.4.5",
"uuid": "9.0.1"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.1"
}
124 changes: 62 additions & 62 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0166c31

Please sign in to comment.