Skip to content

Commit

Permalink
Merge pull request #245 from easyops-cn/renovate/next-core-packages
Browse files Browse the repository at this point in the history
chore(deps): Update next-core packages
  • Loading branch information
SailorF authored Jun 20, 2024
2 parents 563f88c + 239c06e commit 81f8bb0
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3720,6 +3720,7 @@ describe("CommitBasedStoryboardAssembly", () => {
menuId: "menu-aaaaaa",
title: "menu-aaaaaa",
type: "main",
uuid: "df106cd646084913a2967df0b0a4b471",
items: [
{
activeExcludes: [],
Expand All @@ -3737,6 +3738,7 @@ describe("CommitBasedStoryboardAssembly", () => {
text: "menu-item-a1",
to: "menu-item-a1",
type: null,
uuid: "a6db956a04ef4b0dbe96727bdac16e70",
},
{
activeExcludes: [],
Expand All @@ -3754,6 +3756,7 @@ describe("CommitBasedStoryboardAssembly", () => {
text: "menu-item-a2",
to: "menu-item-a2",
type: null,
uuid: "76ae1c45ac7e4483ac95ddb7997866cd",
},
{
activeExcludes: [],
Expand All @@ -3771,6 +3774,7 @@ describe("CommitBasedStoryboardAssembly", () => {
text: "menu-item-a3",
to: "menu-item-a3",
type: null,
uuid: "1fa3775a2299420dabd9571980a91cb2",
children: [
{
activeExcludes: [],
Expand All @@ -3788,6 +3792,7 @@ describe("CommitBasedStoryboardAssembly", () => {
text: "menu-item-a31",
to: "menu-item-a31",
type: null,
uuid: "8afbbb5269b240d38dc4bdea5f4f66f9",
},
{
activeExcludes: [],
Expand All @@ -3805,6 +3810,7 @@ describe("CommitBasedStoryboardAssembly", () => {
text: "menu-item-a32",
to: "menu-item-a32",
type: null,
uuid: "aed76adc106247c79d33d43d5c0e3f28",
},
],
},
Expand All @@ -3822,6 +3828,7 @@ describe("CommitBasedStoryboardAssembly", () => {
menuId: "menu-bbbbbb",
title: "menu-bbbbbb",
type: "main",
uuid: "e8e25d46b2424ad48848758c273a611b",
items: [
{
activeExcludes: [],
Expand All @@ -3839,6 +3846,7 @@ describe("CommitBasedStoryboardAssembly", () => {
text: "menu-item-b1",
to: "menu-item-b1",
type: null,
uuid: "2235ffa31bc04739afa87fbafd0867b4",
},
],
i18n: {},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@next-core/babel-runtime-helpers": "^1.0.27",
"@next-core/brick-http": "^2.8.2",
"@next-core/brick-icons": "^2.33.37",
"@next-core/brick-kit": "^2.190.0",
"@next-core/brick-types": "^2.94.0",
"@next-core/brick-utils": "^2.51.17",
"@next-core/dev-dependencies": "^1.18.40",
"@next-core/easyops-analytics": "^0.11.2",
"@next-core/editor-bricks-helper": "^0.50.56",
"@next-core/brick-icons": "^2.33.42",
"@next-core/brick-kit": "^2.197.0",
"@next-core/brick-types": "^2.96.0",
"@next-core/brick-utils": "^2.52.0",
"@next-core/dev-dependencies": "^1.18.41",
"@next-core/easyops-analytics": "^0.12.0",
"@next-core/editor-bricks-helper": "^0.50.68",
"@next-core/fontawesome-library": "^1.1.38",
"@next-core/illustrations": "^0.11.29",
"@next-core/loader": "^1.5.5",
"@next-core/illustrations": "^0.11.31",
"@next-core/loader": "^1.6.0",
"@next-core/pipes": "^1.0.18",
"@next-libs/cmdb-utils": "^3.6.0",
"@size-limit/file": "^8.1.0",
Expand Down Expand Up @@ -101,10 +101,10 @@
"resolutions": {
"@types/react": "^16.14.34",
"lodash": "^4.17.21",
"@next-core/brick-types": "^2.94.0",
"@next-core/brick-types": "^2.96.0",
"ua-parser-js": "0.7.19"
},
"easyops": {
"dev-dependencies": "1.18.40"
"dev-dependencies": "1.18.41"
}
}
Loading

0 comments on commit 81f8bb0

Please sign in to comment.