Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Nov 18, 2021
1 parent f514eab commit 80a15d8
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 83 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/node": "^16.9.4",
"jest": "^27.1.1",
"jest-circus": "^27.1.1",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}
2 changes: 1 addition & 1 deletion tool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/spf13/viper v1.9.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19
Expand Down
Loading

0 comments on commit 80a15d8

Please sign in to comment.