Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-zaera committed Oct 9, 2019
1 parent 6ee8fba commit d1192ff
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages": [
"packages/*"
],
"version": "2.13.2"
"version": "2.13.3"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-add-module-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-add-module-metadata",
"version": "2.13.2",
"version": "2.13.3",
"description": "A Babel plugin to add AMD modules' metadata to the manifest.json file.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-name-amd-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-name-amd-modules",
"version": "2.13.2",
"version": "2.13.3",
"description": "A Babel plugin to give name to AMD modules based on their path and package.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-namespace-amd-define/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-namespace-amd-define",
"version": "2.13.2",
"version": "2.13.3",
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-namespace-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-namespace-modules",
"version": "2.13.2",
"version": "2.13.3",
"description": "A Babel plugin to namespace AMD module names based on root's project name.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-normalize-requires/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-normalize-requires",
"version": "2.13.2",
"version": "2.13.3",
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-wrap-modules-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-wrap-modules-amd",
"version": "2.13.2",
"version": "2.13.3",
"description": "A Babel plugin to wrap package modules inside AMD define() calls.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"babel-template": "^6.25.0",
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^1.1.1"
}
}
14 changes: 7 additions & 7 deletions packages/babel-preset-liferay-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-standard",
"version": "2.13.2",
"version": "2.13.3",
"description": "Babel preset for bundling standard Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,13 +12,13 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-add-module-metadata": "2.13.2",
"babel-plugin-add-module-metadata": "2.13.3",
"babel-plugin-minify-dead-code-elimination": "0.5.0",
"babel-plugin-name-amd-modules": "2.13.2",
"babel-plugin-namespace-amd-define": "2.13.2",
"babel-plugin-namespace-modules": "2.13.2",
"babel-plugin-normalize-requires": "2.13.2",
"babel-plugin-name-amd-modules": "2.13.3",
"babel-plugin-namespace-amd-define": "2.13.3",
"babel-plugin-namespace-modules": "2.13.3",
"babel-plugin-normalize-requires": "2.13.3",
"babel-plugin-transform-node-env-inline": "0.2.0",
"babel-plugin-wrap-modules-amd": "2.13.2"
"babel-plugin-wrap-modules-amd": "2.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/generator-liferay-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-liferay-js",
"version": "2.13.2",
"version": "2.13.3",
"description": "Yeoman generators for Liferay DXP and Portal CE JavaScript projects.",
"main": "generators/app/index.js",
"files": [
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"dot-prop": "^5.0.0",
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^2.0.0",
"yeoman-generator": "^3.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/liferay-npm-bridge-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bridge-generator",
"version": "2.13.2",
"version": "2.13.3",
"description": "A CLI utility to generate module bridges (modules that re-export other modules).",
"bin": {
"liferay-npm-bridge-generator": "bin/liferay-npm-bridge-generator.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/liferay-npm-build-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-build-support",
"version": "2.13.2",
"version": "2.13.3",
"description": "A library of scripts and helpers used by generated projects in their build processes.",
"bin": {
"lnbs-build": "bin/lnbs-build.js",
Expand All @@ -26,7 +26,7 @@
"dot-prop": "^5.0.0",
"ejs": "^2.6.1",
"fs-extra": "^7.0.0",
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"properties": "^1.2.1",
"read-json-sync": "^2.0.0",
"request": "^2.88.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/liferay-npm-build-tools-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-build-tools-common",
"version": "2.13.2",
"version": "2.13.3",
"description": "Utility library for Liferay NPM Build Tools.",
"scripts": {
"build": "babel --source-maps -D -d lib src --ignore '**/__tests__/**'",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"chalk": "^2.4.2",
"dot-prop": "^5.0.1",
"liferay-npm-bundler-preset-standard": "2.13.2",
"liferay-npm-bundler-preset-standard": "2.13.3",
"merge": "^1.2.1",
"properties": "^1.2.1",
"read-json-sync": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-loader-babel-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-loader-babel-loader",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler loader that runs Babel on source files.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"babel-core": "^6.26.3",
"data-urls": "^1.1.0",
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-loader-copy-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-loader-copy-loader",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler loader that copies files.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-loader-css-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-loader-css-loader",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject a <link> into the HTML when they are required.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-loader-json-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-loader-json-loader",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler loader that turns JSON files into JavaScript modules that export the parsed JSON object.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-loader-sass-loader",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler loader that runs `sass` or `node-sass` on source files.",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-loader-style-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-loader-style-loader",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject the CSS into the HTML when they are required.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-create-react-app",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to handle the build for create-react-app projects",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-exclude-imports",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to exclude imported dependencies.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-inject-imports-dependencies",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to force injection of declared imports as dependencies.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-inject-peer-dependencies",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to force injection of dependencies in packages declaring peer dependencies.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"globby": "^8.0.1",
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^2.0.0-0",
"resolve": "^1.6.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-namespace-packages",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to namespace package names based on root project's name.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,6 +13,6 @@
"read-json-sync": "^2.0.0"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-replace-browser-modules",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,6 +14,6 @@
},
"dependencies": {
"fs-extra": "^7.0.1",
"liferay-npm-build-tools-common": "2.13.2"
"liferay-npm-build-tools-common": "2.13.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-resolve-linked-dependencies",
"version": "2.13.2",
"version": "2.13.3",
"description": "A liferay-npm-bundler plugin to replace linked dependencies versions by their real values..",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.13.2",
"liferay-npm-build-tools-common": "2.13.3",
"read-json-sync": "^2.0.0",
"semver": "^5.5.0"
}
Expand Down
Loading

0 comments on commit d1192ff

Please sign in to comment.