Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#236)
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] committed Apr 26, 2024
1 parent 3cdd68d commit 0d7a899
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rollup/plugin-replace": "5.0.4",
"@rollup/plugin-terser": "0.4.4",
"@rollup/pluginutils": "5.1.0",
"@willbooster/shared-lib-node": "5.0.17",
"@willbooster/shared-lib-node": "5.0.18",
"babel-plugin-polyfill-corejs3": "0.10.4",
"babel-plugin-transform-remove-console": "6.9.4",
"chalk": "5.3.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@willbooster/babel-configs": "1.3.1",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"@willbooster/wb": "7.3.3",
"@willbooster/wb": "7.3.4",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test-fixtures/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@types/lodash.chunk": "4.2.9",
"@types/react": "18.3.0",
"react": "18.3.0"
"react": "18.3.1"
},
"peerDependencies": {
"lodash.chunk": "4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions test-fixtures/lib-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ __metadata:
"@types/lodash.chunk": "npm:4.2.9"
"@types/react": "npm:18.3.0"
lodash.chunk: "npm:4.2.0"
react: "npm:18.3.0"
react: "npm:18.3.1"
peerDependencies:
lodash.chunk: 4.2.0
react: ">=18"
Expand All @@ -84,11 +84,11 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.0":
version: 18.3.0
resolution: "react@npm:18.3.0"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/ad87bbfdb0c5466148c657da18b0d5458e835389fc591d59840f0e6ec797a004073a01c8cdbff1767a8774c7219054a56f74dacd67bdbb849f1314e427999268
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
languageName: node
linkType: hard
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3205,19 +3205,19 @@ __metadata:
languageName: node
linkType: hard

"@willbooster/shared-lib-node@npm:5.0.17":
version: 5.0.17
resolution: "@willbooster/shared-lib-node@npm:5.0.17"
"@willbooster/shared-lib-node@npm:5.0.18":
version: 5.0.18
resolution: "@willbooster/shared-lib-node@npm:5.0.18"
dependencies:
dotenv: "npm:16.4.5"
tree-kill: "npm:1.2.2"
checksum: 10c0/171586e3e83265e68d6af711ba8059190c624222dc54a21f1de9ecf763bfa53255b05edab2b5112a63ab7d7bb8ad844b821d75d8ff4f9d21390fc6740f850b06
checksum: 10c0/b15392ae3760b3106530eabf373eccf2faf1b4cfef4b6add8437e0a7cac54d9fdbe1561cbfb608f672aab4816dec1d233c2edd4b1180defe7acd925afa33af7a
languageName: node
linkType: hard

"@willbooster/wb@npm:7.3.3":
version: 7.3.3
resolution: "@willbooster/wb@npm:7.3.3"
"@willbooster/wb@npm:7.3.4":
version: 7.3.4
resolution: "@willbooster/wb@npm:7.3.4"
dependencies:
chalk: "npm:5.3.0"
dotenv: "npm:16.4.5"
Expand All @@ -3227,7 +3227,7 @@ __metadata:
tree-kill: "npm:1.2.2"
bin:
wb: bin/index.js
checksum: 10c0/8c518b9106003b72c912910a3fcdc799bc2bc05175a9dfff7d692e562b8807db7992188df704b4c396894cb59458eab7dbd933347e09bebf3476216e05a3ab3b
checksum: 10c0/cdd99299a86347688d60a03fd86ae61b430ab3ae2606fbd27b22fb3c93f913c7b9ba59675d8cd6843f9c774e82f7969ad02e10f09e17c6154a18734fddde1c2e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3714,8 +3714,8 @@ __metadata:
"@willbooster/babel-configs": "npm:1.3.1"
"@willbooster/eslint-config-ts": "npm:10.6.0"
"@willbooster/prettier-config": "npm:9.1.2"
"@willbooster/shared-lib-node": "npm:5.0.17"
"@willbooster/wb": "npm:7.3.3"
"@willbooster/shared-lib-node": "npm:5.0.18"
"@willbooster/wb": "npm:7.3.4"
babel-plugin-polyfill-corejs3: "npm:0.10.4"
babel-plugin-transform-remove-console: "npm:6.9.4"
chalk: "npm:5.3.0"
Expand Down

0 comments on commit 0d7a899

Please sign in to comment.