Skip to content

Commit

Permalink
fix(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent f5013ea commit c5afe9f
Show file tree
Hide file tree
Showing 6 changed files with 2,780 additions and 1,494 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
]

- id: 'Run: cloudsql-proxy'
name: 'gcr.io/cloudsql-docker/gce-proxy:1.17'
name: 'gcr.io/cloudsql-docker/gce-proxy:1.37'
args: [
'/cloud_sql_proxy',
'-dir=/cloudsql',
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ x-dev-base: &dev-base
services:

mysql:
image: mysql:8.0
image: mysql:8.4
command: mysqld
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"codegen": "yarn frontend codegen && yarn eslint ./packages/frontend/graphql --fix"
},
"devDependencies": {
"@emotion/eslint-plugin": "11.7.0",
"@types/node": "14.18.0",
"@emotion/eslint-plugin": "11.12.0",
"@types/node": "14.18.63",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-import-resolver-webpack": "0.13.10",
"eslint-plugin-emotion": "11.0.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "6.0.0",
"lint-staged": "11.2.6",
"prettier": "2.5.0",
"ts-node": "10.4.0",
"typescript": "4.5.2"
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"lint-staged": {
"packages/**/*.{ts,tsx}": [
Expand Down
36 changes: 18 additions & 18 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/cli": "8.1.6",
"@nestjs/common": "8.2.4",
"@nestjs/config": "1.1.5",
"@nestjs/cli": "8.2.8",
"@nestjs/common": "8.4.7",
"@nestjs/config": "1.2.1",
"@nestjs/core": "8.2.4",
"@nestjs/graphql": "7.11.0",
"@nestjs/platform-express": "8.2.4",
"@nestjs/schematics": "8.0.5",
"@nestjs/platform-express": "8.4.7",
"@nestjs/schematics": "8.0.11",
"@prisma/client": "2.30.3",
"apollo-server-express": "2.25.3",
"graphql": "15.7.2",
"apollo-server-express": "2.26.2",
"graphql": "15.9.0",
"graphql-tools": "7.0.5",
"mysql": "2.18.1",
"prisma": "2.30.3",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.2",
"rimraf": "3.0.2",
"rxjs": "7.4.0"
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/testing": "8.2.4",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/supertest": "2.0.11",
"jest": "27.4.3",
"supertest": "6.1.6",
"ts-jest": "27.0.7",
"ts-loader": "9.2.6",
"tsconfig-paths": "3.12.0"
"@nestjs/testing": "8.4.7",
"@types/express": "4.17.21",
"@types/jest": "27.5.2",
"@types/supertest": "2.0.16",
"jest": "27.5.1",
"supertest": "6.3.4",
"ts-jest": "27.1.5",
"ts-loader": "9.5.1",
"tsconfig-paths": "3.15.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
18 changes: 9 additions & 9 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "3.5.5",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/react": "11.7.0",
"graphql": "15.7.2",
"@apollo/client": "3.12.3",
"@emotion/babel-preset-css-prop": "11.12.0",
"@emotion/react": "11.14.0",
"graphql": "15.9.0",
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "2.0.4"
"semantic-ui-css": "2.5.0",
"semantic-ui-react": "2.1.5"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@emotion/babel-plugin": "11.3.0",
"@babel/core": "7.26.0",
"@emotion/babel-plugin": "11.13.5",
"@graphql-codegen/cli": "1.21.8",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-react-apollo": "2.3.1",
"@types/react": "17.0.37"
"@types/react": "17.0.83"
}
}
Loading

0 comments on commit c5afe9f

Please sign in to comment.