Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FND committed Sep 2, 2019
1 parent fffcef0 commit 53f4f87
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ faucet-pipeline-js version history
==================================


v2.0.8
------

_2019-09-02_

maintenance release to update dependencies; no relevant changes


v2.0.7
------

Expand Down
1 change: 1 addition & 0 deletions lib/bundle/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable object-curly-newline */
"use strict";

let generateTranspiler = require("./babel");
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-js",
"version": "2.0.7",
"version": "2.0.8",
"description": "JavaScript module bundling for faucet-pipeline",
"author": "FND",
"contributors": [
Expand All @@ -27,13 +27,13 @@
},
"dependencies": {
"faucet-pipeline-core": "^1.2.2",
"rollup": "^1.19.3",
"rollup": "^1.20.3",
"rollup-plugin-cleanup": "~3.1.1",
"rollup-plugin-commonjs": "~10.0.2",
"rollup-plugin-commonjs": "~10.1.0",
"rollup-plugin-node-resolve": "~5.2.0"
},
"devDependencies": {
"eslint-config-fnd-jsx": "^1.6.0",
"eslint-config-fnd-jsx": "^1.8.0",
"faucet-pipeline-esnext": "file:pkg/faucet-pipeline-esnext",
"faucet-pipeline-jsx": "file:pkg/faucet-pipeline-jsx",
"faucet-pipeline-typescript": "file:pkg/faucet-pipeline-typescript",
Expand Down
4 changes: 2 additions & 2 deletions pkg/faucet-pipeline-esnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-esnext",
"version": "2.0.7",
"version": "2.0.8",
"description": "ES6 and beyond for faucet-pipeline",
"author": "FND",
"license": "Apache-2.0",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/core": "~7.5.5",
"@babel/preset-env": "~7.5.5",
"faucet-pipeline-js": "2.0.7",
"faucet-pipeline-js": "2.0.8",
"rollup-plugin-babel": "~4.3.3"
}
}
2 changes: 1 addition & 1 deletion pkg/faucet-pipeline-jsmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-jsmin",
"version": "2.0.7",
"version": "2.0.8",
"description": "JavaScript minification for faucet-pipeline",
"author": "FND",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions pkg/faucet-pipeline-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-jsx",
"version": "2.0.7",
"version": "2.0.8",
"description": "JSX for faucet-pipeline",
"author": "FND",
"license": "Apache-2.0",
Expand All @@ -14,6 +14,6 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "~7.3.0",
"faucet-pipeline-esnext": "2.0.7"
"faucet-pipeline-esnext": "2.0.8"
}
}
8 changes: 4 additions & 4 deletions pkg/faucet-pipeline-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-typescript",
"version": "2.0.7",
"version": "2.0.8",
"description": "TypeScript for faucet-pipeline",
"author": "FND",
"contributors": [
Expand All @@ -16,8 +16,8 @@
"url": "https://github.com/faucet-pipeline/faucet-pipeline-js/issues"
},
"dependencies": {
"faucet-pipeline-js": "2.0.7",
"rollup-plugin-typescript2": "~0.22.1",
"typescript": "~3.5.3"
"faucet-pipeline-js": "2.0.8",
"rollup-plugin-typescript2": "~0.24.0",
"typescript": "~3.6.2"
}
}
1 change: 0 additions & 1 deletion test/cli/run
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ end
begin "$root/test_typescript"
faucet
assert_identical "./dist/bundle.js" "./expected.js"
rm -r "./.rpt2_cache"
end

begin "$root/test_browserslist"
Expand Down

0 comments on commit 53f4f87

Please sign in to comment.