Skip to content

Commit

Permalink
feat: Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
holmey committed Jan 10, 2024
1 parent 56e8b24 commit 1aba79f
Show file tree
Hide file tree
Showing 17 changed files with 774 additions and 1,056 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ insert_final_newline = true
indent_size = 4
trim_trailing_whitespace = false

[site/templates/**.php]
indent_size = 2

[site/snippets/**.php]
[*.php]
indent_size = 2

[package.json,.{babelrc,editorconfig,eslintrc,lintstagedrc,stylelintrc}]
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pnpm-lock.yaml
/vendor
/kirby
/site/plugins/*
/site/config/vite.config.php

# Editors
# (sensitive workspace files)
Expand Down Expand Up @@ -47,6 +48,7 @@ dist
!public/assets/dist
.dev
content/home/.lock
.vite

# CS Fixer
# --------
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"require": {
"getkirby/cms": "4.0.0-alpha.5",
"bnomei/kirby3-security-headers": "^2.5",
"getkirby/staticache": "1.0.2",
"getkirby/cms": "4.0.0",
"getkirby/staticache": "^1.0.0",
"diesdasdigital/kirby-meta-knight": "^1.2",
"belugadigital/kirby-navigation": "^3.0",
"arnoson/kirby-vite": "^3.0"
"arnoson/kirby-vite": "^5.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 1aba79f

Please sign in to comment.