Skip to content

Commit 2aa28d3

Browse files
authored
chore, upgrade @teambit/bit to 2.1.0 to fix OOM (teambit#9490)
1 parent 5bac9fb commit 2aa28d3

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

.bitmap

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,52 @@
217217
"scope": "teambit.harmony",
218218
"version": "1.9.47",
219219
"mainFile": "index.ts",
220-
"rootDir": "scopes/harmony/bit"
220+
"rootDir": "scopes/harmony/bit",
221+
"config": {
222+
"teambit.dependencies/dependency-resolver": {
223+
"policy": {
224+
"dependencies": {
225+
"@teambit/base-react.navigation.link": "2.0.31",
226+
"@teambit/ui-foundation.ui.navigation.react-router-adapter": "6.1.1",
227+
"@apollo/client": "3.6.9",
228+
"@yarnpkg/cli": "3.6.1",
229+
"@yarnpkg/core": "3.5.2",
230+
"@yarnpkg/plugin-pack": "3.2.0",
231+
"@types/react": "^17.0.67",
232+
"@types/react-dom": "^17.0.21",
233+
"graphql": "15.8.0",
234+
"browserslist": "4.23.3",
235+
"reflect-metadata": "0.1.13",
236+
"monaco-editor": "0.33.0",
237+
"mz": "2.7.0",
238+
"react": "17.0.2",
239+
"react-dom": "17.0.2",
240+
"core-js": "3.13.0",
241+
"postcss": "8.4.18",
242+
"buffer": "6.0.3",
243+
"process": "0.11.10",
244+
"react-router-dom": "6.3.0",
245+
"typescript": "5.5.3",
246+
"@parcel/css": "^1.8.3",
247+
"lightningcss": "^1.20.0",
248+
"@swc/css": "^0.0.20",
249+
"@teambit/legacy": "2.1.0"
250+
},
251+
"devDependencies": {},
252+
"peerDependencies": {
253+
"@teambit/base-react.navigation.link": "-",
254+
"@teambit/legacy": "-",
255+
"@teambit/ui-foundation.ui.navigation.react-router-adapter": "-",
256+
"browserslist": "-",
257+
"graphql": "-",
258+
"react": "-",
259+
"react-dom": "-",
260+
"react-router-dom": "-",
261+
"core-js": "-"
262+
}
263+
}
264+
}
265+
}
221266
},
222267
"bit-map": {
223268
"name": "bit-map",

workspace.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
"@teambit/ui-foundation.ui.navigation.react-router-adapter": "6.1.1",
733733
"@apollo/client": "3.6.9",
734734
// for backward compatibility only
735-
"@teambit/legacy": "2.0.2",
735+
"@teambit/legacy": "2.1.0",
736736
// These are the peer dependencies of Yarn
737737
"@yarnpkg/cli": "3.6.1",
738738
"@yarnpkg/core": "3.5.2",

0 commit comments

Comments
 (0)