Skip to content

Commit

Permalink
Fix some yarn peer requirement warnings (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr authored Mar 5, 2025
1 parent 6f0174d commit e2528f2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions apps/insiders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.13.9",
"fs-extra": "^11.3.0",
"semver": "^7.3.7",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"react-input-autosize": "^3.0.0",
"react-is": "^17.0.2",
"react-markdown": "^6.0.2",
"react-redux": "^8.0.5",
"react-redux": "^8.1.3",
"react-router": "5.3.1",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.7",
Expand Down
29 changes: 23 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3083,6 +3083,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.13.9":
version: 22.13.9
resolution: "@types/node@npm:22.13.9"
dependencies:
undici-types: ~6.20.0
checksum: d36ae841fa20aa01aefecfeb9363cbc9a5d7ede711fd6bdd9e872975987d6ce2720d4196c8cc7d2c53b3353a121250f96550873f18a73477de86b4198b25bab5
languageName: node
linkType: hard

"@types/plist@npm:^3.0.1":
version: 3.0.2
resolution: "@types/plist@npm:3.0.2"
Expand Down Expand Up @@ -7118,6 +7127,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "insiders@workspace:apps/insiders"
dependencies:
"@types/node": ^22.13.9
fs-extra: ^11.3.0
semver: ^7.3.7
ts-node: 10.9.1
Expand Down Expand Up @@ -10636,9 +10646,9 @@ __metadata:
languageName: node
linkType: hard

"react-redux@npm:^8.0.5":
version: 8.0.5
resolution: "react-redux@npm:8.0.5"
"react-redux@npm:^8.1.3":
version: 8.1.3
resolution: "react-redux@npm:8.1.3"
dependencies:
"@babel/runtime": ^7.12.1
"@types/hoist-non-react-statics": ^3.3.1
Expand All @@ -10652,7 +10662,7 @@ __metadata:
react: ^16.8 || ^17.0 || ^18.0
react-dom: ^16.8 || ^17.0 || ^18.0
react-native: ">=0.59"
redux: ^4
redux: ^4 || ^5.0.0-beta.0
peerDependenciesMeta:
"@types/react":
optional: true
Expand All @@ -10664,7 +10674,7 @@ __metadata:
optional: true
redux:
optional: true
checksum: a108f4f7ead6ac005e656d46051474a2bbdb31ede481bbbb3d8d779c1a35e1940b8655577cc5021313411864d305f67fc719aa48d6e5ed8288cf9cbe8b7042e4
checksum: 192ea6f6053148ec80a4148ec607bc259403b937e515f616a1104ca5ab357e97e98b8245ed505a17afee67a72341d4a559eaca9607968b4a422aa9b44ba7eb89
languageName: node
linkType: hard

Expand Down Expand Up @@ -12025,7 +12035,7 @@ __metadata:
react-input-autosize: ^3.0.0
react-is: ^17.0.2
react-markdown: ^6.0.2
react-redux: ^8.0.5
react-redux: ^8.1.3
react-router: 5.3.1
react-transition-group: ^4.4.5
react-window: ^1.8.7
Expand Down Expand Up @@ -12578,6 +12588,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
languageName: node
linkType: hard

"unified@npm:^9.0.0":
version: 9.2.1
resolution: "unified@npm:9.2.1"
Expand Down

0 comments on commit e2528f2

Please sign in to comment.