mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update standard-minifier-js as well
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
* `modern-browsers@0.1.6`
|
||||
- Added `mobileSafariUI` as an alias for Mobile Safari
|
||||
|
||||
* `minifier-js@2.7.1`
|
||||
- Updated `terser` to [v5.8.0](https://github.com/terser/terser/blob/master/CHANGELOG.md#v580) to fix various bugs
|
||||
|
||||
* `standard-minifier-js@2.7.1`
|
||||
- Updated `@babel/runtime` to [v7.15.4](https://github.com/babel/babel/releases/tag/v7.15.4)
|
||||
|
||||
## v2.4, 2021-09-15
|
||||
|
||||
#### Highlights
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "JavaScript minifier",
|
||||
version: "2.7.0"
|
||||
version: "2.7.1"
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: 'standard-minifier-js',
|
||||
version: '2.7.0',
|
||||
version: '2.7.1',
|
||||
summary: 'Standard javascript minifiers used with Meteor apps by default.',
|
||||
documentation: 'README.md',
|
||||
});
|
||||
@@ -12,7 +12,7 @@ Package.registerBuildPlugin({
|
||||
'ecmascript'
|
||||
],
|
||||
npmDependencies: {
|
||||
"@babel/runtime": "7.15.3"
|
||||
"@babel/runtime": "7.15.4"
|
||||
},
|
||||
sources: [
|
||||
'plugin/minify-js.js',
|
||||
|
||||
Reference in New Issue
Block a user