Skip to content

Commit 73a460c

Browse files
authored
Merge pull request #64 from supnate/sdk-upgrade-dev
Revert layout plugin change
2 parents 1843b5f + ddd611f commit 73a460c

2 files changed

Lines changed: 2520 additions & 1933 deletions

File tree

ui-plugins/muse-layout-antd/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,38 +40,38 @@
4040
]
4141
},
4242
"devDependencies": {
43-
"@ebay/muse-core": "^2.0.0",
43+
"@ebay/muse-core": "^1.0.45",
4444
"@ebay/muse-lib-antd": "1.3.5",
45-
"@ebay/muse-lib-react": "2.0.0",
45+
"@ebay/muse-lib-react": "1.3.5",
4646
"@ebay/muse-typedoc-plugin": "^1.0.6",
47-
"@ebay/muse-vite-plugin": "^2.0.0",
48-
"@eslint/js": "^10.0.1",
49-
"@jridgewell/gen-mapping": "^0.3.13",
50-
"@testing-library/jest-dom": "^6.9.1",
51-
"@testing-library/react": "^16.3.2",
52-
"@testing-library/user-event": "^14.6.1",
53-
"@vitest/coverage-v8": "^4.1.5",
54-
"cross-env": "^10.1.0",
55-
"eslint": "^10.3.0",
56-
"eslint-plugin-react": "^7.37.5",
57-
"globals": "^17.6.0",
47+
"@ebay/muse-vite-plugin": "^1.0.55",
48+
"@eslint/js": "^9.5.0",
49+
"@jridgewell/gen-mapping": "^0.1.1",
50+
"@testing-library/jest-dom": "^6.1.4",
51+
"@testing-library/react": "^14.0.0",
52+
"@testing-library/user-event": "^14.5.1",
53+
"@vitest/coverage-v8": "^1.6.0",
54+
"cross-env": "^7.0.3",
55+
"eslint": "^8.57.0",
56+
"eslint-plugin-react": "^7.34.3",
57+
"globals": "^15.6.0",
5858
"jest-canvas-mock": "^2.5.2",
5959
"js-plugin": "1.1.0",
60-
"jsdom": "^29.1.1",
61-
"less": "^4.6.4",
62-
"lodash": "4.18.1",
63-
"react": "19.2.6",
64-
"react-redux": "9.2.0",
65-
"semver": "7.7.4",
66-
"tailwindcss": "^4.2.4",
67-
"typedoc": "^0.28.19",
68-
"vite": "^8.0.11",
69-
"vitest": "^4.1.5"
60+
"jsdom": "^24.0.0",
61+
"less": "^4.2.0",
62+
"lodash": "4.17.21",
63+
"react": "18.2.0",
64+
"react-redux": "8.1.2",
65+
"semver": "7.3.7",
66+
"tailwindcss": "^3.4.3",
67+
"typedoc": "^0.25.13",
68+
"vite": "^8.0.8",
69+
"vitest": "^1.6.0"
7070
},
7171
"dependencies": {
72-
"@ant-design/icons": "^6.2.2",
72+
"@ant-design/icons": "^5.3.7",
7373
"@vitejs/plugin-react": "^6.0.1",
74-
"autoprefixer": "^10.5.0",
75-
"react-dom": "19.2.6"
74+
"autoprefixer": "^10.4.19",
75+
"react-dom": "18.2.0"
7676
}
7777
}

0 commit comments

Comments
 (0)