Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @pob/root to v8.11.1 #852

Merged
merged 2 commits into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn-error.log*
*.sublime-project
*.sublime-workspace

# jest default coverage directory
# default coverage directory
/coverage

#*
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@pob/eslint-config": "51.2.2",
"@pob/eslint-config-typescript": "51.2.2",
"@pob/eslint-config-typescript-react": "51.2.2",
"@pob/root": "8.10.0",
"@pob/root": "8.11.1",
"@types/body-parser": "1.19.2",
"@types/cookie-parser": "1.4.6",
"@types/express": "4.17.21",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1853,9 +1853,9 @@ __metadata:
languageName: node
linkType: hard

"@pob/root@npm:8.10.0":
version: 8.10.0
resolution: "@pob/root@npm:8.10.0"
"@pob/root@npm:8.11.1":
version: 8.11.1
resolution: "@pob/root@npm:8.11.1"
dependencies:
"@commitlint/cli": "npm:18.4.3"
"@pob/pretty-eslint-config": "npm:5.3.0"
Expand All @@ -1865,7 +1865,7 @@ __metadata:
husky: "npm:~8.0.1"
json5: "npm:^2.2.2"
lint-staged: "npm:15.2.0"
pob-dependencies: "npm:10.1.0"
pob-dependencies: "npm:10.2.0"
prettier: "npm:2.8.8"
repository-check-dirty: "npm:6.3.0"
semver: "npm:^7.3.7"
Expand All @@ -1879,7 +1879,7 @@ __metadata:
pretty-eslint-config: ./bin/pretty-eslint-config.js
pretty-pkg: ./bin/pretty-pkg.js
repository-check-dirty: ./bin/repository-check-dirty.js
checksum: 9f567fd9496b9d02c460b12dd5c227c6e8925a069582bc16240a153412395b63d40043e00154af3d7dea32819daaca25333b73b47c022569b827edca71238044
checksum: 01cb1dec6bc67bd2132f4abe60d6b5a23b9ebbe191ecfd06172787ea785dd86c8c97bfa69494a24cf595ed2db03b278c51159c3157e207c38c6a1178b71dbfb6
languageName: node
linkType: hard

Expand Down Expand Up @@ -8676,10 +8676,10 @@ __metadata:
languageName: node
linkType: hard

"pob-dependencies@npm:10.1.0":
version: 10.1.0
resolution: "pob-dependencies@npm:10.1.0"
checksum: bd1011f2c56c6f5d3826d1a2f9ef12be7704f197d89e99ae6b661be08d180202866be38e218cb7be34e5ce6fc9b50122cdab00f664bfbd6d60f9e93c69270c48
"pob-dependencies@npm:10.2.0":
version: 10.2.0
resolution: "pob-dependencies@npm:10.2.0"
checksum: 678341423f7e43ba531bb3c28abdcd07c500898194bfef397253cf147ae773420a5e0a709318072b1516d8cadb455313be4b0c73402c9758159914c4b87a80d1
languageName: node
linkType: hard

Expand Down Expand Up @@ -9240,7 +9240,7 @@ __metadata:
"@pob/eslint-config": "npm:51.2.2"
"@pob/eslint-config-typescript": "npm:51.2.2"
"@pob/eslint-config-typescript-react": "npm:51.2.2"
"@pob/root": "npm:8.10.0"
"@pob/root": "npm:8.11.1"
"@slack/web-api": "npm:6.11.0"
"@tryfabric/mack": "npm:1.2.1"
"@types/body-parser": "npm:1.19.2"
Expand Down
Loading