Skip to content

Commit

Permalink
[skip travis] chore(release): publish v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Nov 12, 2019
1 parent 4b2faff commit 318babc
Show file tree
Hide file tree
Showing 18 changed files with 173 additions and 25 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/compare/v5.1.0...v5.2.0) (2019-11-12)


### Bug Fixes

* **deploy:** add setup command ([7c1d8d1](https://github.com/pattern-lab/patternlab-node/commit/7c1d8d14842a467bb301e2ede2ec83074ff35ae2))
* add missing $ ([c95a06e](https://github.com/pattern-lab/patternlab-node/commit/c95a06ece78631b068f8721666caf33452e57a7a))
* address bug causing viewport width to progressively decrease in size when resizing your screen / refreshing on certain devices ([41b11af](https://github.com/pattern-lab/patternlab-node/commit/41b11af8aaaf066fcf99abd2513eae8706122d32))
* configure the Logo's `altText` config option when used as an HTML attribute ([ade34a2](https://github.com/pattern-lab/patternlab-node/commit/ade34a29435f5112f0449ad020bee7e9dc2c81e1))
* fix classname typo ([da3c5f1](https://github.com/pattern-lab/patternlab-node/commit/da3c5f144d22b1ac3ad99680a264433d4438ebb2))
* temp workaround to fix content exceeding the height of drawer container ([435243c](https://github.com/pattern-lab/patternlab-node/commit/435243cbfbd000a7d96a0e9fa7beff1a988ede64))
* update drawer UI to not collapse content on smaller screen sizes ([7147085](https://github.com/pattern-lab/patternlab-node/commit/71470856b8b389421348366afd247a599d1e9c86))
* update package.json description in `@pattern-lab/uikit-polyfills` ([22fc44a](https://github.com/pattern-lab/patternlab-node/commit/22fc44a4b3683753a469a98abfcdad8f1234f28a))
* **engine_twig_php:** Allow additional flexibility with twig namespaces. ([07bfaa3](https://github.com/pattern-lab/patternlab-node/commit/07bfaa35a00ff62fd2016cc9f34e09cf5af36559))


### Features

* add lit-element, basic Typescript support to Webpack ([611f705](https://github.com/pattern-lab/patternlab-node/commit/611f705be85eea8a31091169750d64e988798cee))
* add local copy of new Slotify library till published to NPM ([63b9d83](https://github.com/pattern-lab/patternlab-node/commit/63b9d833908151ce5cb5aa5184c72254125c7ed1))
* add new <pl-button> component to make Button-like styles more reusable ([5e7b014](https://github.com/pattern-lab/patternlab-node/commit/5e7b0140622eb89154c38925769a6def6d669fb3))
* add new <pl-icon> component ([e8ce2a9](https://github.com/pattern-lab/patternlab-node/commit/e8ce2a927365b8d5316a7d8229c979ff31b04907))
* add support for auto-closing Nav when clicking inside of the rendered iframe ([9d602fe](https://github.com/pattern-lab/patternlab-node/commit/9d602fe335a5d3b5bca5cac258c2465934d9a46a))
* add support for optional chaining syntax via Babel plugin ([c8886b6](https://github.com/pattern-lab/patternlab-node/commit/c8886b6d9d91fea246fa3ab7947f289509dc26d5))
* major refactoring + UI updates to address cross browser support; UI cleanup and conversion of the majority of the remaining components over to lit-element ([2ff8e1c](https://github.com/pattern-lab/patternlab-node/commit/2ff8e1c98cdd02e8077064c48eca5f7754a3db02))
* refactor + convert pl-toggle-info to lit-element ([85cd9c5](https://github.com/pattern-lab/patternlab-node/commit/85cd9c50ca814066bf999badf2071d84964f00cc))
* refactor + convert pl-toggle-layout to lit-element ([46009d9](https://github.com/pattern-lab/patternlab-node/commit/46009d91b1cb9ed613baa5a7626cba4f42883465))
* refactor + convert pl-toggle-theme to lit-element ([95a3b21](https://github.com/pattern-lab/patternlab-node/commit/95a3b21a89dacd2d5b4df8c134ce438d4efdbd04))
* refactor Drawer to render via lit-element + massively improve rendering performance ([28d47eb](https://github.com/pattern-lab/patternlab-node/commit/28d47eb3cbbce038204203e786e5188b4cefe64f))
* remove mixin that was causing outlines to be removed from default UI styles ([622ed76](https://github.com/pattern-lab/patternlab-node/commit/622ed76d435b3b2e31e412266c3090506f98051b))
* temp add unsafe-svg directive till upstream PR merged ([34de61c](https://github.com/pattern-lab/patternlab-node/commit/34de61ccd9c7bb3b48ca5ef386a87efc8e84babc))
* update the Nav design to not bold the active item in order to not shift the layout ([0eda431](https://github.com/pattern-lab/patternlab-node/commit/0eda4312ba9f4c61afa6322c3ff45f9cda0efc9e))
* update Webpack config to use the latest Style Loader + new SVG icon system ([2ed70e7](https://github.com/pattern-lab/patternlab-node/commit/2ed70e79d8656c7314d8b3109aa1c34160ad24f9))






# [5.1.0](https://github.com/pattern-lab/patternlab-node/compare/v5.0.2...v5.1.0) (2019-10-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.11.0",
"version": "5.1.0",
"version": "5.2.0",
"packages": [
"packages/*"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/development-edition-engine-handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/compare/v5.1.0...v5.2.0) (2019-11-12)

**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars






# [5.1.0](https://github.com/pattern-lab/patternlab-node/compare/v5.0.2...v5.1.0) (2019-10-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/development-edition-engine-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/development-edition-engine-handlebars",
"private": true,
"version": "5.1.0",
"version": "5.2.0",
"description": "The tree of components we use to test, develop and validate the Handlebars engine",
"scripts": {
"pl:build": "patternlab build --config ./patternlab-config.json",
Expand Down Expand Up @@ -33,6 +33,6 @@
"@pattern-lab/engine-mustache": "^5.0.0",
"@pattern-lab/plugin-tab": "^5.0.0",
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
"@pattern-lab/uikit-workshop": "^5.0.2"
"@pattern-lab/uikit-workshop": "^5.2.0"
}
}
9 changes: 9 additions & 0 deletions packages/development-edition-engine-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.1.0...v5.2.0) (2019-11-12)

**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree






# [5.1.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.0.2...v5.1.0) (2019-10-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pattern-lab/engine-react-testing-tree",
"description": "The tree of components we use to test, develop and validate the React engine",
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^5.1.0",
"@pattern-lab/engine-mustache": "^5.0.0",
"@pattern-lab/engine-react": "^5.0.0",
"@pattern-lab/uikit-workshop": "^5.0.2",
"@pattern-lab/uikit-workshop": "^5.2.0",
"gulp": "3.9.1",
"minimist": "^1.2.0",
"react": "16.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/edition-node-gulp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.1.0...v5.2.0) (2019-11-12)

**Note:** Version bump only for package @pattern-lab/edition-node-gulp






# [5.1.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.0.2...v5.1.0) (2019-10-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@pattern-lab/edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "5.1.0",
"version": "5.2.0",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/cli": "^5.1.0",
"@pattern-lab/core": "^5.1.0",
"@pattern-lab/engine-mustache": "^5.0.0",
"@pattern-lab/uikit-workshop": "^5.0.2",
"@pattern-lab/uikit-workshop": "^5.2.0",
"gulp": "3.9.1",
"minimist": "1.2.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/edition-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.1.0...v5.2.0) (2019-11-12)

**Note:** Version bump only for package @pattern-lab/edition-node






# [5.1.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.0.2...v5.1.0) (2019-10-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/edition-node/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@pattern-lab/edition-node",
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
"version": "5.1.0",
"version": "5.2.0",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/cli": "^5.1.0",
"@pattern-lab/core": "^5.1.0",
"@pattern-lab/engine-handlebars": "^5.0.0",
"@pattern-lab/uikit-workshop": "^5.0.2"
"@pattern-lab/uikit-workshop": "^5.2.0"
},
"keywords": [
"Pattern Lab",
Expand Down
9 changes: 9 additions & 0 deletions packages/edition-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/compare/v5.1.0...v5.2.0) (2019-11-12)

**Note:** Version bump only for package @pattern-lab/edition-twig






# [5.1.0](https://github.com/pattern-lab/patternlab-node/compare/v5.0.2...v5.1.0) (2019-10-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/edition-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/edition-twig",
"version": "5.1.0",
"version": "5.2.0",
"description": "Pattern Lab node with Twig PHP Engine",
"author": {
"name": "Evan Lovely",
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@pattern-lab/cli": "^5.1.0",
"@pattern-lab/core": "^5.1.0",
"@pattern-lab/engine-twig-php": "^5.1.0",
"@pattern-lab/uikit-workshop": "^5.0.2"
"@pattern-lab/engine-twig-php": "^5.2.0",
"@pattern-lab/uikit-workshop": "^5.2.0"
},
"engines": {
"node": ">=6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/engine-twig-php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php/compare/v5.1.0...v5.2.0) (2019-11-12)


### Bug Fixes

* **engine_twig_php:** Allow additional flexibility with twig namespaces. ([07bfaa3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php/commit/07bfaa35a00ff62fd2016cc9f34e09cf5af36559))






# [5.1.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php/compare/v5.0.2...v5.1.0) (2019-10-29)

**Note:** Version bump only for package @pattern-lab/engine-twig-php
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig-php/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-twig-php",
"description": "The Twig PHP engine for Pattern Lab Node",
"version": "5.1.0",
"version": "5.2.0",
"main": "lib/engine_twig_php.js",
"dependencies": {
"@basalt/twig-renderer": "0.12.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/uikit-polyfills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/compare/v5.1.0...v5.2.0) (2019-11-12)


### Bug Fixes

* update package.json description in `@pattern-lab/uikit-polyfills` ([22fc44a](https://github.com/pattern-lab/patternlab-node/commit/22fc44a4b3683753a469a98abfcdad8f1234f28a))


### Features

* major refactoring + UI updates to address cross browser support; UI cleanup and conversion of the majority of the remaining components over to lit-element ([2ff8e1c](https://github.com/pattern-lab/patternlab-node/commit/2ff8e1c98cdd02e8077064c48eca5f7754a3db02))
2 changes: 1 addition & 1 deletion packages/uikit-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/uikit-polyfills",
"version": "0.0.0",
"version": "5.2.0",
"description": "Web Component Polyfills used in Pattern Lab's UIKit",
"main": "index.js",
"author": "Salem Ghoweri <[email protected]>",
Expand Down
36 changes: 36 additions & 0 deletions packages/uikit-workshop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/v5.1.0...v5.2.0) (2019-11-12)


### Bug Fixes

* add missing $ ([c95a06e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/c95a06ece78631b068f8721666caf33452e57a7a))
* address bug causing viewport width to progressively decrease in size when resizing your screen / refreshing on certain devices ([41b11af](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/41b11af8aaaf066fcf99abd2513eae8706122d32))
* configure the Logo's `altText` config option when used as an HTML attribute ([ade34a2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/ade34a29435f5112f0449ad020bee7e9dc2c81e1))
* fix classname typo ([da3c5f1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/da3c5f144d22b1ac3ad99680a264433d4438ebb2))
* temp workaround to fix content exceeding the height of drawer container ([435243c](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/435243cbfbd000a7d96a0e9fa7beff1a988ede64))
* update drawer UI to not collapse content on smaller screen sizes ([7147085](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/71470856b8b389421348366afd247a599d1e9c86))


### Features

* add lit-element, basic Typescript support to Webpack ([611f705](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/611f705be85eea8a31091169750d64e988798cee))
* add local copy of new Slotify library till published to NPM ([63b9d83](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/63b9d833908151ce5cb5aa5184c72254125c7ed1))
* add new <pl-button> component to make Button-like styles more reusable ([5e7b014](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/5e7b0140622eb89154c38925769a6def6d669fb3))
* add new <pl-icon> component ([e8ce2a9](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/e8ce2a927365b8d5316a7d8229c979ff31b04907))
* add support for auto-closing Nav when clicking inside of the rendered iframe ([9d602fe](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/9d602fe335a5d3b5bca5cac258c2465934d9a46a))
* add support for optional chaining syntax via Babel plugin ([c8886b6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/c8886b6d9d91fea246fa3ab7947f289509dc26d5))
* major refactoring + UI updates to address cross browser support; UI cleanup and conversion of the majority of the remaining components over to lit-element ([2ff8e1c](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/2ff8e1c98cdd02e8077064c48eca5f7754a3db02))
* refactor + convert pl-toggle-info to lit-element ([85cd9c5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/85cd9c50ca814066bf999badf2071d84964f00cc))
* refactor + convert pl-toggle-layout to lit-element ([46009d9](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/46009d91b1cb9ed613baa5a7626cba4f42883465))
* refactor + convert pl-toggle-theme to lit-element ([95a3b21](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/95a3b21a89dacd2d5b4df8c134ce438d4efdbd04))
* refactor Drawer to render via lit-element + massively improve rendering performance ([28d47eb](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/28d47eb3cbbce038204203e786e5188b4cefe64f))
* remove mixin that was causing outlines to be removed from default UI styles ([622ed76](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/622ed76d435b3b2e31e412266c3090506f98051b))
* temp add unsafe-svg directive till upstream PR merged ([34de61c](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/34de61ccd9c7bb3b48ca5ef386a87efc8e84babc))
* update the Nav design to not bold the active item in order to not shift the layout ([0eda431](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/0eda4312ba9f4c61afa6322c3ff45f9cda0efc9e))
* update Webpack config to use the latest Style Loader + new SVG icon system ([2ed70e7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/2ed70e79d8656c7314d8b3109aa1c34160ad24f9))






## [5.0.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/v5.0.1...v5.0.2) (2019-10-28)


Expand Down
22 changes: 11 additions & 11 deletions packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/uikit-workshop",
"version": "5.0.2",
"version": "5.2.0",
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
"main": "gulpfile.js",
"scripts": {
Expand Down Expand Up @@ -31,11 +31,6 @@
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"devDependencies": {
"svgo": "^1.3.0",
"lit-element": "^2.2.1",
"svg-sprite-loader": "^4.1.6",
"svg-transform-loader": "^2.0.8",
"svgo-loader": "^2.2.1",
"@svgr/webpack": "^4.1.0",
"autoprefixer": "^9.1.0",
"babel-loader": "^8.0.2",
Expand All @@ -48,6 +43,7 @@
"css-loader": "^1.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4",
"lit-element": "^2.2.1",
"mini-css-extract-plugin": "^0.4.1",
"no-emit-webpack-plugin": "^1.0.0",
"node-sass": "^4.9.3",
Expand All @@ -57,24 +53,27 @@
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^1.0.0",
"svg-sprite-loader": "^4.1.6",
"svg-transform-loader": "^2.0.8",
"svgo": "^1.3.0",
"svgo-loader": "^2.2.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.26.0",
"webpack-cli": "^3.1.2",
"workbox-build": "^3.4.1"
},
"dependencies": {
"@pattern-lab/uikit-polyfills": "^0.0.0",
"ts-loader": "^6.2.0",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@pattern-lab/uikit-polyfills": "^5.2.0",
"@reach/visually-hidden": "^0.1.2",
"@skatejs/element-preact": "^0.0.1",
"@skatejs/renderer-lit-html": "^0.2.2",
Expand Down Expand Up @@ -121,13 +120,14 @@
"scriptjs": "^2.5.8",
"scroll-js": "^2.2.0",
"skatejs": "^5.2.4",
"ts-loader": "^6.2.0",
"url-search-params-polyfill": "^5.0.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-merge": "^4.2.2",
"whendefined": "^0.0.1",
"wolfy87-eventemitter": "^5.2.6",
"yargs": "^13.3.0",
"webpack-merge": "^4.2.2"
"yargs": "^13.3.0"
},
"browserslist": [
"last 2 version",
Expand Down

0 comments on commit 318babc

Please sign in to comment.