Skip to content

Commit c0c48a2

Browse files
committed
Bump prettier and MariaDB versions
1 parent dc9ce12 commit c0c48a2

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

boilerplate-tooling/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
# image: mysql:5.7
66
# NOTE: 10.7.x was corrupting NJHI and IOP imports for unknown reasons
77
# image: mariadb:10.7.3
8-
image: mariadb:10.8.3
8+
image: mariadb:10.9.2
99
restart: always
1010
volumes:
1111
- db_data:/var/lib/mysql
@@ -146,7 +146,7 @@ services:
146146
# Image from: https://hub.docker.com/_/mariadb
147147
mysqldump:
148148
# image: mysql:5.7
149-
image: mariadb:10.8.3
149+
image: mariadb:10.9.2
150150
profiles: ["utility"]
151151
depends_on:
152152
- db
@@ -178,7 +178,7 @@ services:
178178
# Image from: https://hub.docker.com/_/mariadb
179179
mysql-reload:
180180
# image: mysql:5.7
181-
image: mariadb:10.8.3
181+
image: mariadb:10.9.2
182182
profiles: ["utility"]
183183
depends_on:
184184
- db
@@ -203,7 +203,7 @@ services:
203203
# Image from: https://hub.docker.com/_/mariadb
204204
theme-activate:
205205
# image: mysql:5.7
206-
image: mariadb:10.8.3
206+
image: mariadb:10.9.2
207207
profiles: ["utility"]
208208
depends_on:
209209
- db

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@prettier/plugin-php": "^0.18.6",
51+
"@prettier/plugin-php": "^0.18.9",
5252
"auto-changelog": "^2.4.0",
53-
"prettier": "^2.6.2",
53+
"prettier": "^2.7.1",
5454
"version-everything": "^0.7.4"
5555
},
5656
"auto-changelog": {

0 commit comments

Comments
 (0)