Skip to content

Commit

Permalink
Revert "test: fix pnpmfile deps"
Browse files Browse the repository at this point in the history
This reverts commit 340de77.
  • Loading branch information
Wozacosta committed Oct 31, 2024
1 parent f4e0d36 commit f1d234c
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 205 deletions.
31 changes: 11 additions & 20 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function readPackage(pkg, context) {
"@emotion/native": "*",
}),
addPeerDependencies("@storybook/addon-react-native-web", {
webpack: "5",
webpack: "*",
}),
/* @celo/* packages */
addDependencies(/@celo\/(?!base)+/, { "@celo/base": `^${pkg.version}` }),
Expand Down Expand Up @@ -143,15 +143,9 @@ function readPackage(pkg, context) {
addPeerDependencies("expo-modules-core", {
"react-native": "*",
}),
addPeerDependencies("expo@49.0.23", {
"react-native": "0.72.10",
react: "18.2.0",
"expo-modules-autolinking": "*",
"expo-modules-core": "*",
}),
addPeerDependencies("expo@51.0.37", {
"react-native": "0.74.5",
react: "18.2.0",
addPeerDependencies("expo", {
"react-native": "*",
react: "*",
"expo-modules-autolinking": "*",
"expo-modules-core": "*",
}),
Expand Down Expand Up @@ -195,19 +189,19 @@ function readPackage(pkg, context) {
"postcss-normalize": "*",
}),
addPeerDependencies("any-observable", {
rxjs: "^5.5.10",
rxjs: "*",
}),
addPeerDependencies("@cspotcode/source-map-support", {
"source-map-support": "*",
}),
addPeerDependencies("eslint-plugin-jest", {
jest: "^27.0.0",
jest: "*",
}),
addPeerDependencies("jest-worker", {
metro: "*",
}),
addPeerDependencies("react-lottie", {
"prop-types": "^15.6.1",
"prop-types": "*",
}),
addDependencies("@actions/cache", { "@azure/abort-controller": "*" }),
addDependencies("rn-fetch-blob", { lodash: "*" }),
Expand All @@ -219,14 +213,11 @@ function readPackage(pkg, context) {
"react-native": "*",
"prop-types": "*",
}),
addPeerDependencies("react-native-animatable@1.3.3", {
react: "16.9.0",
"react-native": "0.61.2",
}),
addPeerDependencies("react-native-animatable@1.4.0", {
react: "18.2.0",
"react-native": "0.72.6",
addPeerDependencies("react-native-animatable", {
react: "*",
"react-native": "*",
}),

addDependencies("@react-native/dev-middleware", { ws: "*" }),
// "dmg-builder" is required to build .dmg electron apps on macs,
// but is not declared as such by app-builder-lib.
Expand Down
Loading

0 comments on commit f1d234c

Please sign in to comment.