Skip to content

Commit

Permalink
Merge pull request #46 from nsinghal12/update-deps
Browse files Browse the repository at this point in the history
Update dependencies in package.json
  • Loading branch information
nsinghal12 authored Aug 22, 2023
2 parents 84e0d60 + 45d4ad1 commit 344d614
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
},
"dependencies": {
"traverse": "^0.6.7",
"typescript": "^4.8.4",
"xml2js": "^0.6.0"
"typescript": "^5.1.6",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/traverse": "^0.6.32",
"@types/xml2js": "^0.4.11",
"chai": "^4.3.6",
"chai": "^4.3.7",
"coveralls": "^3.1.1",
"microbundle": "^0.15.1",
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1"
},
Expand Down

0 comments on commit 344d614

Please sign in to comment.