Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3233)
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 Sep 29, 2024
1 parent 285d293 commit 6381423
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/node": "7.25.0",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.9",
"@types/react": "18.3.10",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
24 changes: 12 additions & 12 deletions examples/github-app/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@linaria/shaker": "5.0.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.3.9",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"react-refresh": "0.14.2",
Expand All @@ -45,7 +45,7 @@
"webpack-dev-server": "5.1.0"
},
"dependencies": {
"@anansi/router": "0.10.5",
"@anansi/router": "0.10.6",
"@ant-design/icons": "^5.0.0",
"@data-client/graphql": "^0.14.0",
"@data-client/react": "^0.14.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/nextjs/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "^7.24.7",
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@types/node": "22.7.3",
"@types/node": "22.7.4",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"clsx": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.7.2",
"@types/jest": "29.5.13",
"@types/node": "22.7.3",
"@types/react": "18.3.9",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"babel-plugin-module-resolver": "5.0.2",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@tsconfig/docusaurus": "^2.0.0",
"@types/react": "18.3.9",
"@types/react": "18.3.10",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
74 changes: 37 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ __metadata:
linkType: hard

"@anansi/cli@npm:^3.0.15":
version: 3.1.41
resolution: "@anansi/cli@npm:3.1.41"
version: 3.1.42
resolution: "@anansi/cli@npm:3.1.42"
dependencies:
"@anansi/generator-js": "npm:^12.6.3"
binary-version-check: "npm:^6.1.0"
Expand All @@ -289,15 +289,15 @@ __metadata:
optional: true
bin:
anansi: ./run.mjs
checksum: 10c0/d9a8040cb0b5f086fcbf6417ac5384e94a45016c2b5023d1777a53f0f09e65e073a13011921d5422169f41112e55a89ab1440f705ff81db2be28caf0a85e3818
checksum: 10c0/5067265a2301ea2c89afc44f026f4609613c911cec9a800f25ef17b847b979020a4fe63e9789ebb8837b653dada5bd9f55b309d7148a49b7fbb452737d63e4f3
languageName: node
linkType: hard

"@anansi/core@npm:^0.20.0":
version: 0.20.6
resolution: "@anansi/core@npm:0.20.6"
version: 0.20.7
resolution: "@anansi/core@npm:0.20.7"
dependencies:
"@anansi/router": "npm:^0.10.5"
"@anansi/router": "npm:^0.10.6"
"@babel/runtime": "npm:^7.17.0"
chalk: "npm:^4.1.2"
compression: "npm:^1.7.4"
Expand Down Expand Up @@ -334,7 +334,7 @@ __metadata:
bin:
serve-anansi: ./lib/scripts/serve.js
start-anansi: ./lib/scripts/startDevserver.js
checksum: 10c0/7c9d4ec2d39f433c05ae4b586e65c38db2587b962603095699918aee1301be03ac96b6cbdbb631182eaf8e4061492a3de8602ba41079baebac77a46c15a4d713
checksum: 10c0/a0a7bd2d68423fcd2683148973793779a0360ac3964dd5aeecb20cf7810398e07b286cebabae3f489110d0276fa459ee684909d3f28b24a074ab458e069e6281
languageName: node
linkType: hard

Expand Down Expand Up @@ -426,12 +426,12 @@ __metadata:
languageName: node
linkType: hard

"@anansi/router@npm:^0.10.0, @anansi/router@npm:^0.10.5":
version: 0.10.5
resolution: "@anansi/router@npm:0.10.5"
"@anansi/router@npm:^0.10.0, @anansi/router@npm:^0.10.6":
version: 0.10.6
resolution: "@anansi/router@npm:0.10.6"
dependencies:
"@babel/runtime": "npm:^7.17.0"
"@pojo-router/core": "npm:^0.9.3"
"@pojo-router/core": "npm:^0.10.0"
history: "npm:^5.3.0"
nano-memoize: "npm:^3.0.16"
peerDependencies:
Expand All @@ -440,7 +440,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/22043c785dc88393528daccf0a1537c94523d74001c2070ed9340d8aa2ef98b37542d7539ecca093e9a4eaa8eccd131b78f67e7d3fa351d7b3e9c316eeae4aaf
checksum: 10c0/6c2c9890c7d90908b763d65d6e23841370b3ea24b07e6a67bfaa7c422bbafc56ea186a483c5227751b58c240504c24bdbb001ab44823ac63c9cf727a5b1dad3e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5452,9 +5452,9 @@ __metadata:
languageName: node
linkType: hard

"@pojo-router/core@npm:^0.9.3":
version: 0.9.3
resolution: "@pojo-router/core@npm:0.9.3"
"@pojo-router/core@npm:^0.10.0":
version: 0.10.0
resolution: "@pojo-router/core@npm:0.10.0"
dependencies:
"@babel/runtime": "npm:^7.17.0"
history: "npm:5.3.0"
Expand All @@ -5465,7 +5465,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/f7b94858e19879697eb4ade0f24c9f9016a1a50ff6898bda9ed56663022e1035283ca6282ea0320d173d415bf88c3ccd8bd55c22548ab19e85c0cc637a46b616
checksum: 10c0/320504aee6960d46060d7bd17cd52b1e61a33a57dbb93e4199e844950c4031ecb191da346be3748293ba177bbaa26f00c6ac510c6eb341d247aa9d955e45812b
languageName: node
linkType: hard

Expand Down Expand Up @@ -7126,12 +7126,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.7.3, @types/node@npm:^22.0.0":
version: 22.7.3
resolution: "@types/node@npm:22.7.3"
"@types/node@npm:*, @types/node@npm:22.7.4, @types/node@npm:^22.0.0":
version: 22.7.4
resolution: "@types/node@npm:22.7.4"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/0e579813528b0370454337a952f43b792cd12731e10fdca0fdb627158e980c1219bba99e9048c134b6a19325d817016059afe016ccd372326c838a1b85a51574
checksum: 10c0/c22bf54515c78ff3170142c1e718b90e2a0003419dc2d55f79c9c9362edd590a6ab1450deb09ff6e1b32d1b4698da407930b16285e8be3a009ea6cd2695cac01
languageName: node
linkType: hard

Expand All @@ -7143,9 +7143,9 @@ __metadata:
linkType: hard

"@types/node@npm:^16.18.26, @types/node@npm:^16.18.28, @types/node@npm:^16.18.31":
version: 16.18.111
resolution: "@types/node@npm:16.18.111"
checksum: 10c0/2bfdb3ea96c2e2820c5ec18903c283403a0f3e9eb61a7de6a6c7b10c9268d8fb16a1ecd0c823a53d2832abaad531c091e064782cc4583e0e5cf5c10ebfb7162a
version: 16.18.112
resolution: "@types/node@npm:16.18.112"
checksum: 10c0/ac62165ef3a00e8cabc92769f1699d01da3fa712a2aaaaf6010fb98a0f055a40c44d87cc8f9f2abcfec7e8e3253236094bc0ce2c42c11008efb155c7ac2bda52
languageName: node
linkType: hard

Expand All @@ -7157,20 +7157,20 @@ __metadata:
linkType: hard

"@types/node@npm:^18.18.5":
version: 18.19.53
resolution: "@types/node@npm:18.19.53"
version: 18.19.54
resolution: "@types/node@npm:18.19.54"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/9612c38f63928abffbdabfa8e61c3adf30ff5483884eadd2fab4a790f0b2b51efdf773c76a21601c627850763da216140a4d163b27d8c6d1fa5250b0d11f683b
checksum: 10c0/ea3e2530bb887d4d9c5eb58f0dd16b2af37e4323da2970f3b513403f45db1e0d54ba39b3de838ba7b2d40d38329aeed0bda4a0a39922d006c68aca5ee22e6e46
languageName: node
linkType: hard

"@types/node@npm:^20.8.3":
version: 20.16.9
resolution: "@types/node@npm:20.16.9"
version: 20.16.10
resolution: "@types/node@npm:20.16.10"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/52d7cbd6792a26e6757c913d1f6dd0fb0104ac44c93dd87480c011d1211b3a1ba282962996bf6aec03f633b5b39f61576f1bafe8436592ab08ad39464e53e4b0
checksum: 10c0/c0c0c7ecb083ec638c2118e54b5242bb4c39a75608cbac9475cf15aaceb64b8bc997a87a0798e700a81d61651c8a7750ae0455be0f0996ada6e8b2bb818d90c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -7275,13 +7275,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.9, @types/react@npm:^18.0.30":
version: 18.3.9
resolution: "@types/react@npm:18.3.9"
"@types/react@npm:*, @types/react@npm:18.3.10, @types/react@npm:^18.0.30":
version: 18.3.10
resolution: "@types/react@npm:18.3.10"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/a92b8e061d0c833e096254782c56a802316593f4a907fb834b557cabe848a0829b9eb6056404ea239eb4d5ec5ac7b7724309761516c0a7a277916fa04dd4f805
checksum: 10c0/f5be1de1b0331c1fdb33d577f4cf7f1b949d4bded5347b2351a537f03c51dade5be115e21b161dcf1b37061954d320f6a0bdf8d7b70e24eda51071fdd614383d
languageName: node
linkType: hard

Expand Down Expand Up @@ -13895,7 +13895,7 @@ __metadata:
"@data-client/normalizr": "workspace:^"
"@types/babel__core": "npm:^7"
"@types/benchmark": "npm:2.1.5"
"@types/react": "npm:18.3.9"
"@types/react": "npm:18.3.10"
benchmark: "npm:^2.1.4"
normalizr: "npm:^3.6.2"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -24895,7 +24895,7 @@ __metadata:
"@js-temporal/polyfill": "npm:^0.4.4"
"@monaco-editor/react": "npm:^4.4.6"
"@tsconfig/docusaurus": "npm:^2.0.0"
"@types/react": "npm:18.3.9"
"@types/react": "npm:18.3.10"
"@types/react-dom": "npm:^18.2.7"
"@types/react-helmet": "npm:^6.1.5"
"@types/react-router-dom": "npm:^5.3.3"
Expand Down Expand Up @@ -26451,8 +26451,8 @@ __metadata:
"@testing-library/react-hooks": "npm:8.0.1"
"@testing-library/react-native": "npm:12.7.2"
"@types/jest": "npm:29.5.13"
"@types/node": "npm:22.7.3"
"@types/react": "npm:18.3.9"
"@types/node": "npm:22.7.4"
"@types/react": "npm:18.3.10"
babel-plugin-module-resolver: "npm:5.0.2"
benchmark: "npm:^2.1.4"
conventional-changelog-anansi: "npm:^0.2.0"
Expand Down

0 comments on commit 6381423

Please sign in to comment.