Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update dependencies & version
Browse files Browse the repository at this point in the history
  • Loading branch information
ouun committed Jun 23, 2020
1 parent 8e6a017 commit 0e2d405
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 189 deletions.
1 change: 0 additions & 1 deletion app/Customizer/Customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function (WP_Customize_Manager $wp_customize) {
'\Kirki\Control\ReactColor',
'\Kirki\Control\Custom',
'\Kirki\Control\Generic',
'\Kirki\Control\Image',
'\Kirki\Control\ReactSelect',
);

Expand Down
24 changes: 11 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,24 @@
"require": {
"php": "^7.2.5",
"kirki-framework/compatibility": "dev-master",
"kirki-framework/control-checkbox": "dev-master",
"kirki-framework/control-image": "dev-master",
"kirki-framework/control-react-color": "dev-master",
"kirki-framework/control-checkbox": "^0.1",
"kirki-framework/control-react-color": "^1.0",
"kirki-framework/field-multicolor": "dev-master",
"kirki-framework/field-typography": "dev-master",
"kirki-framework/field-typography": "^0.3",
"kirki-framework/module-css": "dev-master",
"kirki-framework/module-editor-styles": "dev-master",
"kirki-framework/module-field-dependencies": "dev-master",
"kirki-framework/module-field-dependencies": "^1.0",
"kirki-framework/module-panels": "dev-master",
"kirki-framework/module-postmessage": "dev-master",
"kirki-framework/module-sections": "dev-master",
"kirki-framework/module-selective-refresh": "dev-master",
"kirki-framework/module-tooltips": "^1.0",
"kirki-framework/module-webfonts": "dev-master",
"kirki-framework/module-postmessage": "^1.0",
"kirki-framework/module-sections": "^1.0",
"kirki-framework/module-selective-refresh": "^1.0",
"kirki-framework/module-webfonts": "^1.0",
"log1x/navi": "^1.0",
"log1x/sage-directives": "^1.1",
"log1x/sage-svg": "^1.0",
"ouun/kirki-module-fonts_upload": "dev-master",
"ouun/kirki-module-sync_controls": "dev-master",
"ouun/stage-laravel-tailwind-config": "dev-master",
"ouun/kirki-module-fonts_upload": "^1.0",
"ouun/kirki-module-sync_controls": "^1.0",
"ouun/stage-laravel-tailwind-config": "^1.0",
"ouun/stage-woocommerce": "^1.0",
"roots/acorn": "^1.0.1"
},
Expand Down
Loading

0 comments on commit 0e2d405

Please sign in to comment.