Skip to content

Commit ae82e23

Browse files
Merge bb76dfa into b680f7a
2 parents b680f7a + bb76dfa commit ae82e23

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

packages/brick-dll/manifest.snapshot.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17774,6 +17774,13 @@
1777417774
]
1777517775
}
1777617776
},
17777+
"./node_modules/react-transition-group/esm/utils/nextTick.js": {
17778+
"id": "r9Uq",
17779+
"buildMeta": {
17780+
"exportsType": "namespace",
17781+
"providedExports": ["nextTick"]
17782+
}
17783+
},
1777717784
"./node_modules/@ant-design/icons/es/icons/BehanceSquareFilled.js": {
1777817785
"id": "rBqa",
1777917786
"buildMeta": {

packages/brick-dll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react": "^16.14.0",
4242
"react-dom": "^16.14.0",
4343
"react-i18next": "^11.18.3",
44-
"react-transition-group": "^4.4.2"
44+
"react-transition-group": "^4.4.4"
4545
},
4646
"devDependencies": {
4747
"@next-core/webpack-config-factory": "^2.16.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13238,10 +13238,10 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.14.0:
1323813238
react-is "^16.8.6"
1323913239
scheduler "^0.19.1"
1324013240

13241-
react-transition-group@^4.4.2:
13242-
version "4.4.2"
13243-
resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"
13244-
integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==
13241+
react-transition-group@^4.4.4:
13242+
version "4.4.4"
13243+
resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.4.tgz#9af1707487e39006658afc0150b2c5230fb75f0c"
13244+
integrity sha512-TKS7/dTpwBKEG9nrzVK3qNzvaJyKzEIFB5xVtnKdjEk5wTstklWnNJ/N3RM6uKG8wm36nlgHTT7+UZT3LIFHLA==
1324513245
dependencies:
1324613246
"@babel/runtime" "^7.5.5"
1324713247
dom-helpers "^5.0.1"

0 commit comments

Comments
 (0)