Skip to content

Commit

Permalink
update Go and playground dependencies to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 28, 2024
1 parent 10e833c commit dbe4c46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/rhysd/actionlint
go 1.18

require (
github.com/fatih/color v1.16.0
github.com/fatih/color v1.17.0
github.com/google/go-cmp v0.6.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-runewidth v0.0.15
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "rhysd <lin90162@yahoo.co.jp> (https://rhysd.github.io/)",
"license": "MIT",
"dependencies": {
"bulma": "^1.0.0",
"bulma": "^1.0.1",
"codemirror": "^5.65.8",
"devicon": "^2.16.0",
"ismobilejs": "^1.1.1",
Expand All @@ -38,12 +38,12 @@
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.3",
"http-server": "^14.1.1",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"stylelint": "^16.5.0",
"stylelint": "^16.6.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
"typescript-eslint": "^7.11.0"
}
}

0 comments on commit dbe4c46

Please sign in to comment.