Skip to content

Commit b76dbfe

Browse files
committed
upgraded dependencies
1 parent 84188a3 commit b76dbfe

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

bin/update-pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ NB: in order to ensure compatibility across faucet plugins, please only \
2929
increase the version number of faucet-pipeline-core when necessary
3030
EOF
3131
echo
32-
read -n1 -p "press any key to confirm" confirmation
32+
read -n1 -p "press any key to acknowledge" confirmation

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"node": ">=8"
2727
},
2828
"dependencies": {
29-
"faucet-pipeline-core": "^1.2.2",
30-
"rollup": "^1.27.10",
29+
"faucet-pipeline-core": "^1.3.2",
30+
"rollup": "^1.28.0",
3131
"rollup-plugin-cleanup": "~3.1.1",
3232
"rollup-plugin-commonjs": "~10.1.0",
3333
"rollup-plugin-node-resolve": "~5.2.0"
@@ -39,7 +39,7 @@
3939
"faucet-pipeline-typescript": "file:pkg/faucet-pipeline-typescript",
4040
"faucet-pipeline-jsmin": "file:pkg/faucet-pipeline-jsmin",
4141
"json-diff": "^0.5.4",
42-
"mocha": "^6.2.2",
42+
"mocha": "^7.0.0",
4343
"npm-run-all": "^4.1.5",
4444
"release-util-fnd": "^1.1.1"
4545
}

pkg/faucet-pipeline-esnext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"url": "https://github.com/faucet-pipeline/faucet-pipeline-js/issues"
1414
},
1515
"dependencies": {
16-
"@babel/core": "~7.7.5",
17-
"@babel/preset-env": "~7.7.6",
16+
"@babel/core": "~7.7.7",
17+
"@babel/preset-env": "~7.7.7",
1818
"faucet-pipeline-js": "2.0.10",
1919
"rollup-plugin-babel": "~4.3.3"
2020
}

pkg/faucet-pipeline-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/faucet-pipeline/faucet-pipeline-js/issues"
1414
},
1515
"dependencies": {
16-
"@babel/plugin-transform-react-jsx": "~7.7.4",
16+
"@babel/plugin-transform-react-jsx": "~7.7.7",
1717
"faucet-pipeline-esnext": "2.0.10"
1818
}
1919
}

pkg/faucet-pipeline-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"faucet-pipeline-js": "2.0.10",
2020
"rollup-plugin-typescript2": "~0.25.3",
21-
"typescript": "~3.7.3"
21+
"typescript": "~3.7.4"
2222
}
2323
}

test/cli/test_sourcemap/expected.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cli/test_sourcemap/expected_esnext.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)