Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oceanbase/oceanbase-design into d…
Browse files Browse the repository at this point in the history
…engfuping-design-theme
  • Loading branch information
dengfuping committed Oct 7, 2023
2 parents 57223f2 + b840a59 commit a5a34de
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 232 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.199",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react": "^18.2.25",
"@umijs/fabric": "^4.0.1",
"@umijs/test": "^4.0.79",
"antd": "^5.9.0",
"antd-style": "^3.4.5",
"antd-style": "^3.5.0",
"antd-token-previewer": "^1.1.0",
"babel-jest": "^29.6.4",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"dumi": "^2.2.10",
"eslint-plugin-jest": "^27.2.3",
"execa": "^5.1.1",
Expand All @@ -79,7 +79,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.4",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.4",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-svg-transformer": "^1.0.0",
"jsonml-to-react-element": "^1.1.11",
Expand Down
10 changes: 5 additions & 5 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"build": "father build"
},
"dependencies": {
"chalk": "^3.0.0",
"chalk": "^5.3.0",
"command-exists": "^1.2.9",
"execa": "^5.1.1",
"find-up": "^4.1.0",
"glob": "^8.0.3",
"is-directory": "^0.3.1",
"is-git-clean": "^1.1.0",
"jscodeshift": "^0.14.0",
"jscodeshift": "^0.15.0",
"lodash": "^4.17.15",
"prettier": "^3.0.3",
"read-pkg-up": "^9.1.0",
"semver": "^7.1.3",
"update-check": "^1.5.3",
"update-check": "^1.5.4",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/jscodeshift": "^0.11.5",
"@types/jscodeshift": "^0.11.7",
"enzyme": "^3.0.0",
"enzyme-to-json": "^3.4.0"
"enzyme-to-json": "^3.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.0",
"@ant-design/pro-components": "^2.6.16",
"@ant-design/pro-components": "^2.6.28",
"@ant-design/pro-layout": "^7.17.4",
"@oceanbase/design": "workspace:^",
"@oceanbase/icons": "workspace:^",
"@oceanbase/util": "workspace:^",
"ahooks": "^2.10.14",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"diff": "^5.1.0",
"highlight.js": "^11.8.0",
"highlightjs-solidity": "^2.0.6",
Expand Down
Loading

0 comments on commit a5a34de

Please sign in to comment.