Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
chore: update website dependencies and yarn version (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Ogbizi authored Jun 14, 2019
1 parent 875b393 commit e22e380
Show file tree
Hide file tree
Showing 6 changed files with 1,991 additions and 1,139 deletions.
2 changes: 1 addition & 1 deletion .yvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.16.0
4 changes: 2 additions & 2 deletions test/scripts/yvm.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end

testing "yarn shimmed config"
set test_shim_config_output (yarn --version)
if test "$test_shim_config_output" = "1.13.0"
if test "$test_shim_config_output" = "1.16.0"
pass
else
fail $test_shim_config_output
Expand All @@ -70,7 +70,7 @@ testing "yvm use"
yvm install 1.13.0
yvm use 1.13.0
set test2_output (yvm exec --version)
if test "$test2_output" = "1.13.0"
if test "$test2_output" = "1.16.0"
pass
else
fail $test2_output
Expand Down
4 changes: 2 additions & 2 deletions test/scripts/yvm.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

testing "yarn shimmed config"
test_shim_config_output=$(yarn --version)
if [[ ${test_shim_config_output} == "1.13.0" ]]; then
if [[ ${test_shim_config_output} == "1.16.0" ]]; then
pass
else
fail ${test_shim_config_output}
Expand All @@ -70,7 +70,7 @@ testing "yvm use"
yvm install 1.13.0
yvm use 1.13.0
test2_output=$(yvm exec --version)
if [[ ${test2_output} == "1.13.0" ]]; then
if [[ ${test2_output} == "1.16.0" ]]; then
pass
else
fail ${test2_output}
Expand Down
2 changes: 1 addition & 1 deletion website/.yvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.16.0
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.8.0"
"docusaurus": "^1.11.1"
},
"dependencies": {
"react": "^16.6.3"
"react": "^16.8.6"
}
}
Loading

0 comments on commit e22e380

Please sign in to comment.