Skip to content

Commit

Permalink
(chore) Updating to use Node script 2.8.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk authored Sep 25, 2020
1 parent e9be272 commit 95c57c9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion publishers/node-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "25.1.0",
"jest-junit": "10.0.0",
"prettier": "2.1.2",
"projektor-publish": "2.7.0",
"projektor-publish": "2.8.0",
"wait-for-expect": "3.0.1"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions publishers/node-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2649,10 +2649,10 @@ pretty-format@^25.1.0:
ansi-styles "^4.0.0"
react-is "^16.12.0"

projektor-publish@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-2.7.0.tgz#48fae63e19badd915efef2a577ff8de8f0168274"
integrity sha512-KWgAdcir7oOG0bLQqtfx1TKvC3CaQ3WE/G7OPsyMij96uNWR473yl+oReEH8pvgARnb3s/cAQpL26hx53x158A==
projektor-publish@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-2.8.0.tgz#574d7803051857a2afacf5fbf4be5060c82fcd33"
integrity sha512-qtU4BO3vdsFfkOWEQLqTdzIU9ZARaUON9k/8zUrsMXaiQcNozBwKl5sQAFIzt1HaIv4MO+iTYjbN6Yyxbe0NtQ==
dependencies:
axios "0.19.2"
glob "7.1.4"
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"jest-junit": "10.0.0",
"parcel-bundler": "1.12.4",
"parcel-plugin-clean-dist": "0.0.6",
"prettier": "2.0.2",
"projektor-publish": "2.7.0",
"prettier": "2.1.2",
"projektor-publish": "2.8.0",
"rimraf": "3.0.2",
"start-server-and-test": "1.10.11",
"ts-jest": "25.3.0",
Expand Down
16 changes: 8 additions & 8 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6901,10 +6901,10 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=

prettier@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.2.tgz#1ba8f3eb92231e769b7fcd7cb73ae1b6b74ade08"
integrity sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==
prettier@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==

[email protected]:
version "5.3.0"
Expand Down Expand Up @@ -6941,10 +6941,10 @@ process@^0.11.10:
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=

projektor-publish@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-2.7.0.tgz#48fae63e19badd915efef2a577ff8de8f0168274"
integrity sha512-KWgAdcir7oOG0bLQqtfx1TKvC3CaQ3WE/G7OPsyMij96uNWR473yl+oReEH8pvgARnb3s/cAQpL26hx53x158A==
projektor-publish@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-2.8.0.tgz#574d7803051857a2afacf5fbf4be5060c82fcd33"
integrity sha512-qtU4BO3vdsFfkOWEQLqTdzIU9ZARaUON9k/8zUrsMXaiQcNozBwKl5sQAFIzt1HaIv4MO+iTYjbN6Yyxbe0NtQ==
dependencies:
axios "0.19.2"
glob "7.1.4"
Expand Down

0 comments on commit 95c57c9

Please sign in to comment.