Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ditto_live: ^4.12.3
ditto_live: 4.12.3

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion javascript-tui/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 javascript-tui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist"
],
"dependencies": {
"@dittolive/ditto": "^4.12.3",
"@dittolive/ditto": "4.12.3",
"dotenv": "^16.4.5",
"ink": "^4.1.0",
"meow": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript-web/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 javascript-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dittolive/ditto": "^4.12.3",
"@dittolive/ditto": "4.12.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion react-native-expo/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 react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"preset": "jest-expo"
},
"dependencies": {
"@dittolive/ditto": "^4.12.3",
"@dittolive/ditto": "4.12.3",
"@expo/vector-icons": "^14.1.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
Expand Down
2 changes: 1 addition & 1 deletion react-native-expo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@
"@deno/shim-deno-test" "^0.4.0"
which "^2.0.2"

"@dittolive/ditto@^4.12.3":
"@dittolive/ditto@4.12.3":
version "4.12.3"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.12.3.tgz"
integrity sha512-HwEYD+UJbfX+NmD6pE99RcVgtv6LOLJyJV7aP+0aW++tTtdsFVLsxe1wV78oJQExpUIbDLk6gbW+2RW1nJWHtw==
Expand Down
2 changes: 1 addition & 1 deletion react-native/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 react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rm -rf node_modules && yarn install && cd ios && rm -rf Podfile.lock && rm -rf Pods && pod install && cd .."
},
"dependencies": {
"@dittolive/ditto": "^4.12.3",
"@dittolive/ditto": "4.12.3",
"react": "19.0.0",
"react-native": "0.79.1",
"react-native-bouncy-checkbox": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@
"@deno/shim-deno-test" "^0.4.0"
which "^2.0.2"

"@dittolive/ditto@^4.12.3":
"@dittolive/ditto@4.12.3":
version "4.12.3"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.12.3.tgz"
integrity sha512-HwEYD+UJbfX+NmD6pE99RcVgtv6LOLJyJV7aP+0aW++tTtdsFVLsxe1wV78oJQExpUIbDLk6gbW+2RW1nJWHtw==
Expand Down
10 changes: 5 additions & 5 deletions scripts/bump-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const APP_CONFIGS = {
path: "package.json",
regex:
/("@dittolive\/ditto":\s*")[\^~]?[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z0-9.-]+)?(")/g,
replacement: (match, prefix, suffix) => `${prefix}^VERSION${suffix}`,
replacement: (match, prefix, suffix) => `${prefix}VERSION${suffix}`,
},
],
lockCommands: [
Expand All @@ -63,7 +63,7 @@ const APP_CONFIGS = {
path: "package.json",
regex:
/("@dittolive\/ditto":\s*")[\^~]?[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z0-9.-]+)?(")/g,
replacement: (match, prefix, suffix) => `${prefix}^VERSION${suffix}`,
replacement: (match, prefix, suffix) => `${prefix}VERSION${suffix}`,
},
],
lockCommands: ["npm install --no-audit", "(cd ios && pod update)"],
Expand All @@ -76,7 +76,7 @@ const APP_CONFIGS = {
path: "package.json",
regex:
/("@dittolive\/ditto":\s*")[\^~]?[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z0-9.-]+)?(")/g,
replacement: (match, prefix, suffix) => `${prefix}^VERSION${suffix}`,
replacement: (match, prefix, suffix) => `${prefix}VERSION${suffix}`,
},
],
lockCommands: ["npm install"],
Expand All @@ -89,7 +89,7 @@ const APP_CONFIGS = {
path: "package.json",
regex:
/("@dittolive\/ditto":\s*")[\^~]?[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z0-9.-]+)?(")/g,
replacement: (match, prefix, suffix) => `${prefix}^VERSION${suffix}`,
replacement: (match, prefix, suffix) => `${prefix}VERSION${suffix}`,
},
],
lockCommands: ["npm install"],
Expand Down Expand Up @@ -169,7 +169,7 @@ const APP_CONFIGS = {
path: "pubspec.yaml",
regex:
/(ditto_live:\s*)[\^~]?[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z0-9.-]+)?/g,
replacement: (match, prefix) => `${prefix}^VERSION`,
replacement: (match, prefix) => `${prefix}VERSION`,
},
],
lockCommands: [
Expand Down
Loading