Bump @babel/preset-env from 7.21.4 to 7.22.7 (#2915)
* Bump @babel/preset-env from 7.21.4 to 7.22.7 Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.4 to 7.22.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix error * Change files * Fix error * Update more things * Maybe i should just add it at the root --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruriko Araki <ruaraki@microsoft.com>
This commit is contained in:
Родитель
30fdd144a7
Коммит
8c7f0af856
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Fix error",
|
||||
"packageName": "@fluentui-react-native/component-cache",
|
||||
"email": "ruaraki@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -38,6 +38,7 @@
|
|||
"@babel/preset-env": "^7.8.0",
|
||||
"@babel/preset-react": "^7.8.0",
|
||||
"@babel/preset-typescript": "^7.8.0",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@rnx-kit/align-deps": "^2.2.2",
|
||||
"babel-jest": "^24.9.0",
|
||||
"beachball": "^2.20.0",
|
||||
|
|
|
@ -8,6 +8,6 @@ module.exports = {
|
|||
plugins: [
|
||||
['@babel/plugin-proposal-private-property-in-object', { loose: false }],
|
||||
['@babel/plugin-proposal-class-properties', { loose: false }],
|
||||
['@babel/plugin-proposal-private-methods', { loose: false }],
|
||||
['@babel/plugin-transform-private-methods', { loose: false }],
|
||||
],
|
||||
};
|
||||
|
|
991
yarn.lock
991
yarn.lock
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче