Skip to content

Commit

Permalink
chore(mysql-version): mysql - Version (#2758)
Browse files Browse the repository at this point in the history
* chore(mysql-version): downgraded to 8.0.21

* chore(mysql-version): added to cspell

* chore(mysql-version): bumped dependency

* chore(mysql-version): downgrade to 8.0

* chore(mysql-version): bump deps

* chore(mysql-version): bump deps

---------

Co-authored-by: Zain Kassam <zkassam@ukexportfinance.gov.uk>
  • Loading branch information
Zainzzkk and Zain Kassam authored Jul 17, 2024
1 parent d2f82bc commit 4d1350d
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 139 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"Curncy",
"datafixes",
"Dockerised",
"DTFS",
"dtos",
"EASS",
"ecgd",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
database:
image: mysql:8.0.36
image: mysql:8.0
container_name: exip_db
restart: always
command: --default-authentication-plugin=caching_sha2_password
Expand Down
222 changes: 111 additions & 111 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"cypress": "^13.13.0",
"cypress": "^13.13.1",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"graphql-tag": "^2.12.6",
Expand All @@ -64,11 +64,11 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"commitlint": "^19.3.0",
"cspell": "^8.10.4",
"cspell": "^8.11.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
Expand Down
16 changes: 8 additions & 8 deletions src/api/package-lock.json

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

2 changes: 1 addition & 1 deletion src/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"spectaql": "^3.0.1",
Expand Down
24 changes: 12 additions & 12 deletions src/ui/package-lock.json

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

4 changes: 2 additions & 2 deletions src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/google-libphonenumber": "^7.4.30",
"@types/is-url": "^1.2.32",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/nunjucks": "^3.2.6",
"accessible-autocomplete": "^3.0.0",
"apollo-cache-inmemory": "^1.6.6",
Expand Down Expand Up @@ -89,7 +89,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.6.2",
"prettier": "^3.3.2",
"ts-jest": "^29.2.2"
Expand Down

0 comments on commit 4d1350d

Please sign in to comment.