mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Build/Test Tools: Update terser-webpack-plugin.
This bumps the `terser-webpack-plugin` dependency to version `5.3.9`, which fixes an error during the minification process of the `@wordpress/block-library` package during builds. Props clorith, azaozz, desrosj. Fixes #58660, See #57657. git-svn-id: https://develop.svn.wordpress.org/trunk@56097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
795
package-lock.json
generated
795
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -30,7 +30,7 @@
|
||||
"@wordpress/dependency-extraction-webpack-plugin": "4.18.1",
|
||||
"@wordpress/e2e-test-utils": "10.6.1",
|
||||
"@wordpress/scripts": "26.6.2",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"autoprefixer": "10.4.14",
|
||||
"chalk": "5.2.0",
|
||||
"check-node-version": "4.2.1",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
@@ -61,15 +61,15 @@
|
||||
"install-changed": "1.1.0",
|
||||
"jest-image-snapshot": "3.0.1",
|
||||
"matchdep": "~2.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss": "8.4.24",
|
||||
"prettier": "npm:wp-prettier@2.6.2",
|
||||
"qunit": "~2.19.4",
|
||||
"react-refresh": "0.10.0",
|
||||
"sass": "^1.58.0",
|
||||
"sinon": "~15.0.1",
|
||||
"sass": "1.63.6",
|
||||
"sinon": "15.0.4",
|
||||
"sinon-test": "~3.1.5",
|
||||
"source-map-loader": "4.0.1",
|
||||
"terser-webpack-plugin": "5.3.6",
|
||||
"terser-webpack-plugin": "5.3.9",
|
||||
"uglify-js": "^3.17.4",
|
||||
"uuid": "8.3.2",
|
||||
"wait-on": "7.0.1",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '4922697e0a5370a09f02');
|
||||
<?php return array('dependencies' => array(), 'version' => 'b478fa3cd1475dec97d3');
|
||||
|
||||
Reference in New Issue
Block a user