Skip to content
Closed
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
801 changes: 402 additions & 399 deletions electron/package-lock.json

Large diffs are not rendered by default.

1,169 changes: 591 additions & 578 deletions javascript-tui/package-lock.json

Large diffs are not rendered by default.

971 changes: 736 additions & 235 deletions javascript-web/package-lock.json

Large diffs are not rendered by default.

4,690 changes: 2,271 additions & 2,419 deletions react-native-expo/package-lock.json

Large diffs are not rendered by default.

731 changes: 354 additions & 377 deletions react-native/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,22 @@
},
"overrides": {
"ajv": "6.14.0",
"body-parser": "1.20.5",
"brace-expansion": "1.1.13",
"fast-xml-parser": "5.7.3",
"js-yaml": "4.1.1",
"lodash": "4.18.1",
"qs": "6.14.2",
"qs": "6.15.2",
"yaml": "2.8.3"
},
"resolutions": {
"ajv": "6.14.0",
"body-parser": "1.20.5",
Comment on lines +26 to +36
"brace-expansion": "1.1.13",
"fast-xml-parser": "5.7.3",
"js-yaml": "4.1.1",
"lodash": "4.18.1",
"qs": "6.14.2",
"qs": "6.15.2",
"yaml": "2.8.3",
"image-size": "1.2.1",
"flatted": "3.4.2",
Expand Down
224 changes: 61 additions & 163 deletions react-native/yarn.lock

Large diffs are not rendered by default.

Loading