Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 4243593 commit f0d9573
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-replace": "5.0.4",
"@rollup/plugin-terser": "0.4.4",
"@rollup/pluginutils": "5.1.0",
"@willbooster/shared-lib-node": "5.0.7",
"@willbooster/shared-lib-node": "5.0.8",
"babel-plugin-polyfill-corejs3": "0.8.7",
"babel-plugin-transform-remove-console": "6.9.4",
"chalk": "5.3.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@willbooster/babel-configs": "1.3.1",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"@willbooster/wb": "6.1.15",
"@willbooster/wb": "6.1.16",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -94,7 +94,7 @@
"lint-staged": "15.2.0",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "3.2.0",
"prettier": "3.2.1",
"semantic-release": "22.0.12",
"sort-package-json": "2.6.0",
"type-fest": "4.9.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3110,19 +3110,19 @@ __metadata:
languageName: node
linkType: hard

"@willbooster/shared-lib-node@npm:5.0.7":
version: 5.0.7
resolution: "@willbooster/shared-lib-node@npm:5.0.7"
"@willbooster/shared-lib-node@npm:5.0.8":
version: 5.0.8
resolution: "@willbooster/shared-lib-node@npm:5.0.8"
dependencies:
dotenv: "npm:16.3.1"
tree-kill: "npm:1.2.2"
checksum: a083b5a280de556ed3c1156e480f9d6bd260b6d04ef069a5edb684e72377b1becac237255e28f6e702971d76b47b9d49e9fafd1a3077f5d9ec4dde6921a3ba2c
checksum: 4bf991e89030950a14bffdbb01f9c9e96ca4c39190e9a99e1469a8a6c7be9a17e002707ee53edd3c0f4f2254e03ea96775500eb3100c9b5df9b374007eb02e1c
languageName: node
linkType: hard

"@willbooster/wb@npm:6.1.15":
version: 6.1.15
resolution: "@willbooster/wb@npm:6.1.15"
"@willbooster/wb@npm:6.1.16":
version: 6.1.16
resolution: "@willbooster/wb@npm:6.1.16"
dependencies:
chalk: "npm:5.3.0"
dotenv: "npm:16.3.1"
Expand All @@ -3131,7 +3131,7 @@ __metadata:
tree-kill: "npm:1.2.2"
bin:
wb: bin/index.js
checksum: 3da84d441cd305d0b3447a1f0d91348bcd1744c40541ba81cff2e6dcd0c25fe095a590d7974c8bfbbd67d03c0a955a2fe511e63cf6acc17224f8e20a429bf5f1
checksum: 52e54e980ca1b992cb030fc085aa3cbc951d24909cd7c9435332383dabc0ab61d79e76c6c944117ff3af5a978e3aaef90f5dfe8104741d207db151f90a3ff39b
languageName: node
linkType: hard

Expand Down Expand Up @@ -3615,8 +3615,8 @@ __metadata:
"@willbooster/babel-configs": "npm:1.3.1"
"@willbooster/eslint-config-ts": "npm:10.5.1"
"@willbooster/prettier-config": "npm:9.1.2"
"@willbooster/shared-lib-node": "npm:5.0.7"
"@willbooster/wb": "npm:6.1.15"
"@willbooster/shared-lib-node": "npm:5.0.8"
"@willbooster/wb": "npm:6.1.16"
babel-plugin-polyfill-corejs3: "npm:0.8.7"
babel-plugin-transform-remove-console: "npm:6.9.4"
chalk: "npm:5.3.0"
Expand All @@ -3635,7 +3635,7 @@ __metadata:
lint-staged: "npm:15.2.0"
micromatch: "npm:4.0.5"
pinst: "npm:3.0.0"
prettier: "npm:3.2.0"
prettier: "npm:3.2.1"
pretty-ms: "npm:8.0.0"
rollup: "npm:4.9.5"
rollup-plugin-analyzer: "npm:4.0.0"
Expand Down Expand Up @@ -7803,12 +7803,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.0":
version: 3.2.0
resolution: "prettier@npm:3.2.0"
"prettier@npm:3.2.1":
version: 3.2.1
resolution: "prettier@npm:3.2.1"
bin:
prettier: bin/prettier.cjs
checksum: 8ba997430cb3fe88cd749a3521bc15821cadb4b6ff41c626e92cabc342efee712d109921b3de37dcada7326bc1b03e745b802fba5472535eb7880e8e7e073b51
checksum: e01284f25c1e9a96dfaf4f7d0bfdf0726b26afc732b0e645a2653174d4ad5a1e85ae21ec4d327c71536f1acf8fee1dff5ea35c5b4b8e5b83ff00fe1dd6fef146
languageName: node
linkType: hard

Expand Down

0 comments on commit f0d9573

Please sign in to comment.