Skip to content

Commit

Permalink
bump @teambit/legacy version to 1.0.739 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Sep 2, 2024
1 parent f053666 commit a62f42e
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 175 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teambit/legacy",
"version": "1.0.738",
"version": "1.0.739",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down
475 changes: 307 additions & 168 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scopes/react/eslint-config-bit-react/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"eslint": "> 8.0.0",
"@teambit/legacy": "1.0.738"
"@teambit/legacy": "1.0.739"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/react/react-native/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-native-web": "^0.16.0",
"@teambit/legacy": "1.0.738"
"@teambit/legacy": "1.0.739"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/react/react/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"@teambit/legacy": "1.0.738"
"@teambit/legacy": "1.0.739"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion scopes/ui-foundation/ui/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/webpack-dev-server": "-"
},
"peerDependencies": {
"@teambit/legacy": "1.0.738"
"@teambit/legacy": "1.0.739"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"peerDependencies": {
"@apollo/client": "^3.6.0",
"@teambit/base-react.navigation.link": "2.0.27",
"@teambit/legacy": "1.0.738",
"@teambit/legacy": "1.0.739",
"@testing-library/react": "^12.1.5",
"core-js": "^3.10.0",
"graphql": "15.8.0",
Expand Down Expand Up @@ -635,7 +635,7 @@
"@teambit/harmony.content.cli-reference": "^2.0.279",
"@teambit/ui-foundation.ui.navigation.react-router-adapter": "6.1.1",
"@apollo/client": "3.6.9",
"@teambit/legacy": "1.0.738",
"@teambit/legacy": "1.0.739",
// These are the peer dependencies of Yarn
"@yarnpkg/cli": "3.6.1",
"@yarnpkg/core": "3.5.2",
Expand Down

0 comments on commit a62f42e

Please sign in to comment.