mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Build/Test Tools: Update several NPM packages.
This updates the following packages to the latest versions. Updated packages: - `copy-webpack-plugin` from `5.1.1` to `5.1.2`. - `grunt` from `1.1.0` to `1.3.0`. - `grunt-contrib-jshint` from `2.1.0` to `3.0.0`. - `grunt-contrib-qunit` from `3.1.0` to `4.0.0`. - `grunt-rtlcss` from `2.0.1` to `2.0.2`. - `qunit` from `2.9.0` to `2.13.0`. - `sinon` from `9.0.0` to `9.2.2`. - `source-map-loader` from `0.2.4` to `1.1.3`. - `uuid` from `8.2.0` to `8.3.2`. - `webpack-dev-server` from `3.11.0` to `3.11.1`. See #51801. Built from https://develop.svn.wordpress.org/trunk@49939 git-svn-id: http://core.svn.wordpress.org/trunk@49638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4df3473b3b
commit
60a2f144ac
@ -2535,7 +2535,7 @@ div.star-holder .star-rating {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rtl .star-rating .star-half {
|
.rtl .star-rating .star-half {
|
||||||
transform: rotateY(180deg);
|
transform: rotateY(-180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.star-rating .star-empty:before {
|
.star-rating .star-empty:before {
|
||||||
|
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
wp-includes/js/dist/blocks.js
vendored
1
wp-includes/js/dist/blocks.js
vendored
@ -5467,6 +5467,7 @@ if (true) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 29:
|
/***/ 29:
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-49938';
|
$wp_version = '5.7-alpha-49939';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user