Skip to content

Commit

Permalink
chore: bump up all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 89030f3 commit c6c7d32
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 337 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"which-typed-array": "npm:@nolyfill/which-typed-array@latest",
"macos-alias": "npm:@napi-rs/[email protected]",
"fs-xattr": "npm:@napi-rs/xattr@latest",
"vite": "6.0.5",
"vite": "6.0.6",
"decode-named-character-reference@npm:^1.0.0": "patch:decode-named-character-reference@npm%3A1.0.2#~/.yarn/patches/decode-named-character-reference-npm-1.0.2-db17a755fd.patch",
"@atlaskit/pragmatic-drag-and-drop@npm:^1.1.0": "patch:@atlaskit/pragmatic-drag-and-drop@npm%3A1.4.0#~/.yarn/patches/@atlaskit-pragmatic-drag-and-drop-npm-1.4.0-75c45f52d3.patch"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.4.1"),
.package(url: "https://github.com/Lakr233/SpringInterpolation", from: "1.1.0"),
.package(url: "https://github.com/Lakr233/MSDisplayLink", from: "1.1.0"),
.package(url: "https://github.com/Lakr233/SpringInterpolation", from: "1.3.0"),
.package(url: "https://github.com/Lakr233/MSDisplayLink", from: "1.1.1"),
],
targets: [
.target(name: "Intelligents", dependencies: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.4.1"),
.package(url: "https://github.com/Lakr233/SpringInterpolation", from: "1.1.0"),
.package(url: "https://github.com/Lakr233/MSDisplayLink", from: "1.1.0"),
.package(url: "https://github.com/Lakr233/SpringInterpolation", from: "1.3.0"),
.package(url: "https://github.com/Lakr233/MSDisplayLink", from: "1.1.1"),
],
targets: [
.target(name: "Intelligents", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/apps/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0",
"yjs": "13.6.18"
"yjs": "13.6.21"
},
"devDependencies": {
"@affine/native": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rxjs": "^7.8.1",
"ses": "^1.10.0",
"socket.io-client": "^4.8.1",
"swr": "2.2.5",
"swr": "2.3.0",
"tinykeys": "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
"y-protocols": "^1.0.6",
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch",
Expand Down
Loading

0 comments on commit c6c7d32

Please sign in to comment.