Skip to content

Commit

Permalink
Merge pull request #258 from gilbsgilbs/update-dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
gilbsgilbs authored Nov 9, 2023
2 parents adbd6ee + a0bdbc8 commit cc08869
Show file tree
Hide file tree
Showing 6 changed files with 4,424 additions and 3,989 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Run tests
strategy:
matrix:
node: ["14", "16", "18", "19"]
node: ["18", "20", "21"]
steps:
- uses: actions/checkout@v3
- name: Setup node
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"serve": "nodemon --exec 'http-server -c-1 -p 8080 ./_build'"
},
"devDependencies": {
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"js-yaml": "^4.1.0",
"nodemon": "^2.0.20",
"nunjucks": "^3.2.3"
"nodemon": "^3.0.1",
"nunjucks": "^3.2.4"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit cc08869

Please sign in to comment.