Skip to content

Commit

Permalink
fix(*): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Aug 27, 2021
1 parent 7918512 commit 50ce9c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"find": "0.3.0",
"get-installed-path": "4.0.8",
"js-base64": "3.6.1",
"jsdom": "^17.0.0",
"jsdom": "17.0.0",
"jwt-decode": "3.1.2",
"lodash.groupby": "4.6.0",
"lodash.uniqby": "4.7.0",
Expand All @@ -70,15 +70,15 @@
"rimraf": "3.0.2",
"shelljs": "0.8.4",
"xml": "1.0.1",
"yargs": "^17.1.1"
"yargs": "17.1.1"
},
"devDependencies": {
"@babel/preset-env": "7.15.0",
"@babel/preset-typescript": "7.15.0",
"@types/find": "0.2.1",
"@types/get-installed-path": "4.0.1",
"@types/jest": "26.0.24",
"@types/jsdom": "^16.2.13",
"@types/jsdom": "16.2.13",
"@types/lodash.groupby": "4.6.6",
"@types/lodash.uniqby": "4.7.6",
"@types/node": "16.7.2",
Expand All @@ -97,7 +97,7 @@
"ts-node": "10.2.1",
"tslib": "2.3.0",
"typescript": "4.3.5",
"util": "^0.12.4",
"util": "0.12.4",
"validate-commit-msg": "2.14.0"
}
}

0 comments on commit 50ce9c9

Please sign in to comment.