Skip to content

Commit

Permalink
Merge pull request #115 from 201flaviosilva-labs/114-update-decencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
201flaviosilva committed May 29, 2023
2 parents b09895b + a2197e9 commit 905294c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [14.x, 15.x, 16.x, 17.x, 18.x]

steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"devDependencies": {
"@vitest/coverage-c8": "^0.31.1",
"clean-jsdoc-theme": "^4.2.6",
"clean-jsdoc-theme": "^4.2.7",
"jsdoc": "^4.0.2",
"np": "^7.6.3",
"typescript": "^4.9.5",
"vite": "^4.0.4",
"np": "^8.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.1"
},
"files": [
Expand Down

0 comments on commit 905294c

Please sign in to comment.