Skip to content

Commit

Permalink
[devops] upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdonnelly committed Dec 11, 2022
1 parent e584a38 commit e595cf1
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 651 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"web": "yarn workspace @mc-builder/web dev"
},
"dependencies": {
"js-base64": "^3.7.0",
"lodash": "^4.17.15",
"marvelsdb-json-data": "https://github.com/rdonnelly/marvelsdb-json-data.git#main",
"memoize-one": "^6.0.0",
Expand All @@ -37,5 +38,8 @@
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"resolutions": {
"@babel/core": "^7.20.2"
}
}
20 changes: 10 additions & 10 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,15 @@ PODS:
- React
- react-native-get-random-values (1.8.0):
- React-Core
- react-native-netinfo (9.3.6):
- react-native-netinfo (9.3.7):
- React-Core
- react-native-safe-area-context (3.3.2):
- react-native-safe-area-context (3.4.1):
- React-Core
- react-native-sensitive-info (5.5.8):
- React
- react-native-sqlite-storage (6.0.1):
- React-Core
- react-native-webview (11.23.1):
- react-native-webview (11.26.0):
- React-Core
- React-perflogger (0.66.4)
- React-RCTActionSheet (0.66.4):
Expand Down Expand Up @@ -363,7 +363,7 @@ PODS:
- React-perflogger (= 0.66.4)
- rn-fetch-blob (0.12.0):
- React-Core
- RNBootSplash (4.1.0):
- RNBootSplash (4.4.0):
- React-Core
- RNCAsyncStorage (1.17.11):
- React-Core
Expand All @@ -377,7 +377,7 @@ PODS:
- React-Core
- RNReactNativeHapticFeedback (1.14.0):
- React-Core
- RNReanimated (2.12.0):
- RNReanimated (2.13.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -644,11 +644,11 @@ SPEC CHECKSUMS:
react-native-app-auth: fd1eaa667c0bc014199456d14a6440cb74de814e
react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa
react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a
react-native-netinfo: f80db8cac2151405633324cb645c60af098ee461
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
react-native-netinfo: 2517ad504b3d303e90d7a431b0fcaef76d207983
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
react-native-sensitive-info: 400c6e3d27945e15c8cddb5b4b92233c85ee06f8
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
react-native-webview: d33e2db8925d090871ffeb232dfa50cb3a727581
react-native-webview: 994b9f8fbb504d6314dc40d83f94f27c6831b3bf
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13
Expand All @@ -662,14 +662,14 @@ SPEC CHECKSUMS:
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
RNBootSplash: 605c94f76180e3f8e5832bcafbe52ff5194a51d0
RNBootSplash: 8ecffd190fae05291b671ea2280c5238f15499a9
RNCAsyncStorage: 8616bd5a58af409453ea4e1b246521bb76578d60
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 62232ba8f562f7dea5ba1b3383494eb5bf97a4d3
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
RNReactNativeHapticFeedback: 1e3efeca9628ff9876ee7cdd9edec1b336913f8c
RNReanimated: 886467f7834e8ad675d3498b0c85e85df8beb4eb
RNReanimated: 37f80dd02fbbcad64d80dfd1b43a65d3b6d49f9b
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.4",
"@reduxjs/toolkit": "^1.9.0",
"js-base64": "^3.6.0",
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-app-auth": "^6.4.3",
Expand Down
1 change: 0 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@mc-builder/shared": "1.0.0",
"babel-plugin-react-native-web": "^0.17.5",
"babel-plugin-styled-components": "^2.0.7",
"js-base64": "^3.6.0",
"next": "^12.0.9",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit e595cf1

Please sign in to comment.