Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Aug 1, 2022
2 parents 1d7c90a + 69f7619 commit 06ecc43
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -12,5 +12,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "6.2.0"
"version": "6.3.0"
}
4 changes: 2 additions & 2 deletions packages/babel-minify/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/babel-minify",
"version": "6.2.0",
"version": "6.3.0",
"description": "babel-minify plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"babel-core": "6.26.3",
"babel-preset-minify": "0.5.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/clean-css/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/clean-css",
"version": "6.2.0",
"version": "6.3.0",
"description": "clean-css plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"clean-css": "5.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/cli",
"version": "6.2.0",
"version": "6.3.0",
"description": "CLI - command line interface for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -36,8 +36,8 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/core": "^6.2.0",
"@node-minify/utils": "^6.2.0",
"@node-minify/core": "^6.3.0",
"@node-minify/utils": "^6.3.0",
"chalk": "4.1.2",
"commander": "8.3.0",
"ora": "5.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/core",
"version": "6.2.0",
"version": "6.3.0",
"description": "core of @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"globby": "11.0.4",
"mkdirp": "1.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/crass/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/crass",
"version": "6.2.0",
"version": "6.3.0",
"description": "crass plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"crass": "0.12.3"
}
}
4 changes: 2 additions & 2 deletions packages/cssnano/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/cssnano",
"version": "6.2.0",
"version": "6.3.0",
"description": "cssnano plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"cssnano": "^5.0.0",
"postcss": "^8.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/csso/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/csso",
"version": "6.2.0",
"version": "6.3.0",
"description": "csso plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"csso": "5.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/google-closure-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/google-closure-compiler",
"version": "6.2.0",
"version": "6.3.0",
"description": "google closure compiler plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"google-closure-compiler": "20200719.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/html-minifier/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/html-minifier",
"version": "6.2.0",
"version": "6.3.0",
"description": "html-minifier plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"html-minifier": "4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/jsonminify/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/jsonminify",
"version": "6.2.0",
"version": "6.3.0",
"description": "jsonminify plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"jsonminify": "0.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/no-compress/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/no-compress",
"version": "6.2.0",
"version": "6.3.0",
"description": "no compress plugin for @node-minify, only concatenate",
"keywords": [
"concatenate"
Expand Down Expand Up @@ -30,6 +30,6 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0"
"@node-minify/utils": "^6.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/run/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/run",
"version": "6.0.0",
"version": "6.3.0",
"description": "exec commands for @node-minify",
"keywords": [
"compressor",
Expand Down
4 changes: 2 additions & 2 deletions packages/sqwish/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/sqwish",
"version": "6.2.0",
"version": "6.3.0",
"description": "sqwish plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"sqwish": "0.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/terser/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/terser",
"version": "6.2.0",
"version": "6.3.0",
"description": "terser plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"terser": "5.14.2"
}
}
4 changes: 2 additions & 2 deletions packages/uglify-es/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/uglify-es",
"version": "6.2.0",
"version": "6.3.0",
"description": "uglify-es plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"uglify-es": "3.3.9"
}
}
4 changes: 2 additions & 2 deletions packages/uglify-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/uglify-js",
"version": "6.2.0",
"version": "6.3.0",
"description": "uglify-js plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/utils": "^6.2.0",
"@node-minify/utils": "^6.3.0",
"uglify-js": "3.16.3"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/utils",
"version": "6.2.0",
"version": "6.3.0",
"description": "utils for @node-minify",
"keywords": [
"compressor",
Expand Down
6 changes: 3 additions & 3 deletions packages/yui/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-minify/yui",
"version": "6.2.0",
"version": "6.3.0",
"description": "yui - yahoo compressor plugin for @node-minify",
"keywords": [
"compressor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/srod/node-minify/issues"
},
"dependencies": {
"@node-minify/run": "^6.0.0",
"@node-minify/utils": "^6.2.0"
"@node-minify/run": "^6.3.0",
"@node-minify/utils": "^6.3.0"
}
}

0 comments on commit 06ecc43

Please sign in to comment.