Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/example/ios/Podfile.lock
Comment thread
kacperzolkiewski marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBLazyVector: c00c20551d40126351a6783c47ce75f5b374851b
hermes-engine: 484c595d9e6a0b7b7607e8ead508ba5c472493c7
hermes-engine: b4dad6ba67535bb03c8ff1006b337cba14db16cb
RCTDeprecation: 3bb167081b134461cfeb875ff7ae1945f8635257
RCTRequired: 74839f55d5058a133a0bc4569b0afec750957f64
RCTSwiftUI: 87a316382f3eab4dd13d2a0d0fd2adcce917361a
Expand All @@ -2035,7 +2035,7 @@ SPEC CHECKSUMS:
React: 1b1536b9099195944034e65b1830f463caaa8390
React-callinvoker: 6dff6d17d1d6cc8fdf85468a649bafed473c65f5
React-Core: 39ee05b5798296f433dd3c3624c57a187c1510e3
React-Core-prebuilt: 3ca7a49d919f940e7de8fb0c2a3f5cfcb665f09b
React-Core-prebuilt: 69556f895326f23c007f3a6869340045d7dca106
React-CoreModules: e78bfd2617075bc0e50c689df4a29232bd72ad82
React-cxxreact: 3fe21801d46097cf74c3dff6953677bebc4a3c2a
React-debug: e1f00fcd2cef58a2897471a6d76a4ef5f5f90c74
Expand Down Expand Up @@ -2097,8 +2097,8 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 706b65371b90b5cc797b6639e8979f2e5cecd6da
ReactCodegen: ab01ebfffac5cda9140204eb872ed97c15df225f
ReactCommon: 47ef95b0920948a0b54d7439f7452501eeeac071
ReactNativeDependencies: 652705a9bc92800d0b1e15177a61ba70d89d24dd
ReactNativeEnrichedHtml: 93722241410f2daaa8c20ce6bcfcf4666bfd9166
ReactNativeDependencies: 8a208df374583424130645685d86306befc275cf
ReactNativeEnrichedHtml: 7d90df4aced7f533c7bd15ac296879b214413361
Yoga: e83c3121d079541e69f3c5c623faaaf933fb5812

PODFILE CHECKSUM: 88c10840d02e9884b2dc3f457d5120f83ac3803b
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,24 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@tiptap/core": "3.20.4",
"@tiptap/extension-blockquote": "3.20.4",
"@tiptap/extension-bold": "3.20.4",
"@tiptap/extension-code": "3.20.4",
"@tiptap/extension-document": "3.20.4",
"@tiptap/extension-heading": "3.20.4",
"@tiptap/extension-history": "3.20.4",
"@tiptap/extension-image": "3.20.4",
"@tiptap/extension-italic": "3.20.4",
"@tiptap/extension-link": "3.20.4",
"@tiptap/extension-list": "3.20.4",
"@tiptap/extension-paragraph": "3.20.4",
"@tiptap/extension-strike": "3.20.4",
"@tiptap/extension-text": "3.20.4",
"@tiptap/extension-underline": "3.20.4",
"@tiptap/extensions": "3.20.4",
"@tiptap/pm": "3.20.4",
"@tiptap/react": "3.20.4"
"@tiptap/core": "3.27.1",
"@tiptap/extension-blockquote": "3.27.1",
"@tiptap/extension-bold": "3.27.1",
"@tiptap/extension-code": "3.27.1",
"@tiptap/extension-document": "3.27.1",
"@tiptap/extension-heading": "3.27.1",
"@tiptap/extension-history": "3.27.1",
"@tiptap/extension-image": "3.27.1",
"@tiptap/extension-italic": "3.27.1",
"@tiptap/extension-link": "3.27.1",
"@tiptap/extension-list": "3.27.1",
"@tiptap/extension-paragraph": "3.27.1",
"@tiptap/extension-strike": "3.27.1",
"@tiptap/extension-text": "3.27.1",
"@tiptap/extension-underline": "3.27.1",
"@tiptap/extensions": "3.27.1",
"@tiptap/pm": "3.27.1",
"@tiptap/react": "3.27.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
Expand Down
Loading
Loading