Skip to content

Commit

Permalink
⬆️ npm: Bump the npm group with 7 updates (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 8c19913 commit 42f1bb5
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 71 deletions.
111 changes: 48 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"eslint": "^9.6.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.8.0",
"husky": "^9.0.11",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@octokit/graphql": "^8.1.1",
"dayjs": "^1.11.11"
"dayjs": "^1.11.12"
},
"devDependencies": {},
"prettier": "@github/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion packages/worldclock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "eslint ."
},
"dependencies": {
"dayjs": "^1.11.11"
"dayjs": "^1.11.12"
},
"prettier": "@github/prettier-config"
}

0 comments on commit 42f1bb5

Please sign in to comment.