Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update carbon-fields and carbon-field-number to fix blank settings screen. #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-field-number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-loader": "^8.0.2",
"babel-plugin-module-resolver": "^3.1.1",
"cross-env": "^5.2.0",
"css-loader": "^0.1.0",
"css-loader": "^1.0.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
Expand Down
768 changes: 384 additions & 384 deletions vendor/htmlburger/carbon-field-number/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/htmlburger/carbon-fields/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Carbon fields can be used as a composer package for easy creation of custom fiel

Custom fields can be created for post types, taxonomy terms, users, comments, options, navigation menus and even widgets.

Supports PHP5.3 or higher.
Supports PHP 5.6.20 or higher.

### Quickstart

Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.blocks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies.
*/
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies.
*/
const webpack = require( 'webpack' );
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.metaboxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies.
*/
const webpack = require( 'webpack' );
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies.
*/
const webpack = require( 'webpack' );
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
Loading