Skip to content

Commit 33a55f2

Browse files
committed
update to the latest dependencies
1 parent 914e65d commit 33a55f2

File tree

8 files changed

+506
-533
lines changed

8 files changed

+506
-533
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ vendor
2121
node_modules
2222
/site/config/.license
2323
.lock
24+
.dev
2425

2526
# Frontend
2627
/public/assets/

.prettierrc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
2-
"trailingComma": "es5",
2+
"trailingComma": "all",
33
"tabWidth": 2,
44
"proseWrap": "preserve",
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"overrides": [
7+
{
8+
"files": "*.yml",
9+
"options": {
10+
"singleQuote": false
11+
}
12+
}
13+
]
614
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "project",
55
"require": {
66
"php": ">=7.4.0 <8.2.0",
7-
"getkirby/cms": "^3.6",
8-
"arnoson/kirby-vite": "^2.5"
7+
"getkirby/cms": "^3.8",
8+
"arnoson/kirby-vite": "^3.0"
99
},
1010
"config": {
1111
"optimize-autoloader": true,

0 commit comments

Comments
 (0)