diff --git a/examples/ant-design-pro/package.json b/examples/ant-design-pro/package.json index f2d6ef30b..9f3e9e2c0 100644 --- a/examples/ant-design-pro/package.json +++ b/examples/ant-design-pro/package.json @@ -13,7 +13,7 @@ "@ant-design/pro-layout": "^6.34.6", "@ant-design/pro-table": "^2.68.3", "@antv/l7-react": "^2.3.9", - "@umijs/max": "4.0.0-canary.20220325.1", + "@umijs/max": "4.0.0-rc.10", "ahooks": "^3.1.14", "antd": "4.19.3", "classnames": "^2.3.1", diff --git a/examples/api-route-demo/package.json b/examples/api-route-demo/package.json index 02d20d86a..9584e8f7a 100644 --- a/examples/api-route-demo/package.json +++ b/examples/api-route-demo/package.json @@ -7,6 +7,6 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/bigfish/package.json b/examples/bigfish/package.json index 37f70803b..294f537ea 100644 --- a/examples/bigfish/package.json +++ b/examples/bigfish/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@ant-design/icons": "^4.7.0", - "@umijs/max": "4.0.0-canary.20220325.1", + "@umijs/max": "4.0.0-rc.10", "react": "17.0.2", "react-dom": "17.0.2" } diff --git a/examples/boilerplate/package.json b/examples/boilerplate/package.json index e89207aa5..cf5aaf775 100644 --- a/examples/boilerplate/package.json +++ b/examples/boilerplate/package.json @@ -8,6 +8,6 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/bug-mfsu-fast-refresh/package.json b/examples/bug-mfsu-fast-refresh/package.json index 711270046..d59ecd812 100644 --- a/examples/bug-mfsu-fast-refresh/package.json +++ b/examples/bug-mfsu-fast-refresh/package.json @@ -6,6 +6,6 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/bundler-vite-demo/package.json b/examples/bundler-vite-demo/package.json index a2c0b939f..86eda72cc 100644 --- a/examples/bundler-vite-demo/package.json +++ b/examples/bundler-vite-demo/package.json @@ -8,9 +8,9 @@ "dependencies": { "@types/react": "^17.0.41", "@types/react-dom": "^17.0.14", - "@umijs/bundler-vite": "4.0.0-canary.20220325.1", + "@umijs/bundler-vite": "4.0.0-rc.10", "react": "^17.0.2", "react-dom": "^17.0.2", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/bundler-webpack-demo/package.json b/examples/bundler-webpack-demo/package.json index 0682ac2b5..d9cacb48a 100644 --- a/examples/bundler-webpack-demo/package.json +++ b/examples/bundler-webpack-demo/package.json @@ -12,6 +12,6 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.2", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/libs/package.json b/examples/libs/package.json index 436b4dfc4..0026751d7 100644 --- a/examples/libs/package.json +++ b/examples/libs/package.json @@ -15,6 +15,6 @@ "redux": "^4.1.2", "swiper": "^8.0.7", "swr": "1.2.2", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/mfsu-circular-dependency/package.json b/examples/mfsu-circular-dependency/package.json index ec76b57bc..0824d1ce4 100644 --- a/examples/mfsu-circular-dependency/package.json +++ b/examples/mfsu-circular-dependency/package.json @@ -10,6 +10,6 @@ "@types/react-dom": "^17.0.14", "react": "^17.0.2", "react-dom": "^17.0.2", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/mfsu-independent/package.json b/examples/mfsu-independent/package.json index b499e576a..9c7c830b1 100644 --- a/examples/mfsu-independent/package.json +++ b/examples/mfsu-independent/package.json @@ -20,7 +20,7 @@ "@babel/preset-typescript": "^7.16.7", "@types/react": "^17.0.41", "@types/react-dom": "^17.0.14", - "@umijs/mfsu": "4.0.0-canary.20220325.1", + "@umijs/mfsu": "4.0.0-rc.10", "babel-loader": "^8.2.4", "esbuild": "0.14.27", "html-webpack-plugin": "^5.5.0", diff --git a/examples/qiankun-slave/package.json b/examples/qiankun-slave/package.json index 1dfe50c1a..72a77b2c6 100644 --- a/examples/qiankun-slave/package.json +++ b/examples/qiankun-slave/package.json @@ -6,7 +6,7 @@ "start": "npm run dev" }, "dependencies": { - "@umijs/max": "4.0.0-canary.20220325.1", + "@umijs/max": "4.0.0-rc.10", "react": "17.0.2", "react-dom": "17.0.2" } diff --git a/examples/remix/package.json b/examples/remix/package.json index b0c9f74a9..0bbeee672 100644 --- a/examples/remix/package.json +++ b/examples/remix/package.json @@ -6,6 +6,6 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/test-test/package.json b/examples/test-test/package.json index aa0d9b2e2..992f57976 100644 --- a/examples/test-test/package.json +++ b/examples/test-test/package.json @@ -6,6 +6,6 @@ "test": "jest" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/tmp-swc-transpiler/package.json b/examples/tmp-swc-transpiler/package.json index 2ef05237d..a344d6314 100644 --- a/examples/tmp-swc-transpiler/package.json +++ b/examples/tmp-swc-transpiler/package.json @@ -7,6 +7,6 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-dva/package.json b/examples/with-dva/package.json index 5f153b410..7b3623cca 100644 --- a/examples/with-dva/package.json +++ b/examples/with-dva/package.json @@ -8,7 +8,7 @@ "start": "npm run dev" }, "dependencies": { - "@umijs/plugins": "4.0.0-canary.20220325.1", - "umi": "4.0.0-canary.20220325.1" + "@umijs/plugins": "4.0.0-rc.10", + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index a830d1c19..a1ba68e38 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -10,6 +10,6 @@ "@emotion/cache": "^11.7.1", "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-mobx/package.json b/examples/with-mobx/package.json index 8e1fbaefa..49f73930b 100644 --- a/examples/with-mobx/package.json +++ b/examples/with-mobx/package.json @@ -9,6 +9,6 @@ "dependencies": { "mobx": "^6.5.0", "mobx-react": "^7.3.0", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-react-query/package.json b/examples/with-react-query/package.json index eedc3bdbe..f73e817c5 100644 --- a/examples/with-react-query/package.json +++ b/examples/with-react-query/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "react-query": "^3.34.16", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-react-three-fiber/package.json b/examples/with-react-three-fiber/package.json index 0cd4a2d9f..6a99e6976 100644 --- a/examples/with-react-three-fiber/package.json +++ b/examples/with-react-three-fiber/package.json @@ -12,6 +12,6 @@ "@types/three": "^0.138.0", "three": "^0.138.3", "troika-three-text": "^0.46.3", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-recoil/package.json b/examples/with-recoil/package.json index 730102da1..ed835a3cd 100644 --- a/examples/with-recoil/package.json +++ b/examples/with-recoil/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "recoil": "^0.6.1", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-redux-toolkit/package.json b/examples/with-redux-toolkit/package.json index cbef60590..5f99df053 100644 --- a/examples/with-redux-toolkit/package.json +++ b/examples/with-redux-toolkit/package.json @@ -9,6 +9,6 @@ "dependencies": { "@reduxjs/toolkit": "^1.8.0", "react-redux": "^7.2.6", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index e88cb5ada..6d5883c51 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -9,6 +9,6 @@ "dependencies": { "react-redux": "^7.2.6", "redux": "^4.1.2", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-rematch/package.json b/examples/with-rematch/package.json index fd0a77b74..7726077a3 100644 --- a/examples/with-rematch/package.json +++ b/examples/with-rematch/package.json @@ -9,6 +9,6 @@ "dependencies": { "@rematch/core": "^2.2.0", "react-redux": "^7.2.6", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-sass/package.json b/examples/with-sass/package.json index bc1ebe0a7..c85aa3def 100644 --- a/examples/with-sass/package.json +++ b/examples/with-sass/package.json @@ -7,7 +7,7 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" }, "devDependencies": { "@types/react": "^17.0.41", diff --git a/examples/with-styled-components/package.json b/examples/with-styled-components/package.json index 8d9e5523a..20a96806b 100644 --- a/examples/with-styled-components/package.json +++ b/examples/with-styled-components/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "styled-components": "^5.3.3", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" }, "devDependencies": { "@types/styled-components": "^5.1.24" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1bed9dc85..9e1026844 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -7,8 +7,8 @@ "start": "npm run dev" }, "dependencies": { - "@umijs/plugins": "4.0.0-canary.20220325.1", + "@umijs/plugins": "4.0.0-rc.10", "tailwindcss": "^3.0.23", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/examples/with-unocss/package.json b/examples/with-unocss/package.json index 41089a931..6809f586c 100644 --- a/examples/with-unocss/package.json +++ b/examples/with-unocss/package.json @@ -7,9 +7,9 @@ "start": "npm run dev" }, "dependencies": { - "@umijs/plugins": "4.0.0-canary.20220325.1", + "@umijs/plugins": "4.0.0-rc.10", "@unocss/cli": "^0.29.5", - "umi": "4.0.0-canary.20220325.1", + "umi": "4.0.0-rc.10", "unocss": "^0.29.5" } } diff --git a/examples/with-unstated/package.json b/examples/with-unstated/package.json index 4039fbf41..ba488a0e3 100644 --- a/examples/with-unstated/package.json +++ b/examples/with-unstated/package.json @@ -7,7 +7,7 @@ "start": "npm run dev" }, "dependencies": { - "umi": "4.0.0-canary.20220325.1", + "umi": "4.0.0-rc.10", "unstated-next": "^1.1.0" } } diff --git a/examples/with-valtio/package.json b/examples/with-valtio/package.json index 5bf88e8fc..4530091e2 100644 --- a/examples/with-valtio/package.json +++ b/examples/with-valtio/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@types/three": "^0.138.0", - "umi": "4.0.0-canary.20220325.1", + "umi": "4.0.0-rc.10", "valtio": "^1.4.0" } } diff --git a/examples/with-vanilla-extract/package.json b/examples/with-vanilla-extract/package.json index fcb061f2a..91804fb06 100644 --- a/examples/with-vanilla-extract/package.json +++ b/examples/with-vanilla-extract/package.json @@ -10,6 +10,6 @@ "@vanilla-extract/babel-plugin": "^1.1.5", "@vanilla-extract/css": "^1.6.8", "@vanilla-extract/webpack-plugin": "^2.1.6", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" } } diff --git a/lerna.json b/lerna.json index 2404dbb5d..95c4f13a9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "workspaces": ["packages/*"] } diff --git a/packages/ast/package.json b/packages/ast/package.json index dc1d18f84..06a43b0da 100644 --- a/packages/ast/package.json +++ b/packages/ast/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/ast", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/ast", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/ast#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -21,7 +21,7 @@ "test": "jest -c ../../jest.turbo.config.ts" }, "dependencies": { - "@umijs/bundler-utils": "4.0.0-canary.20220325.1" + "@umijs/bundler-utils": "4.0.0-rc.10" }, "publishConfig": { "access": "public" diff --git a/packages/babel-preset-umi/package.json b/packages/babel-preset-umi/package.json index 6ba86711e..8a55cf58e 100644 --- a/packages/babel-preset-umi/package.json +++ b/packages/babel-preset-umi/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/babel-preset-umi", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "Official babel preset for umi.", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/babel-preset-umi#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -23,8 +23,8 @@ "dependencies": { "@babel/runtime": "7.17.8", "@bloomberg/record-tuple-polyfill": "0.0.4", - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "core-js": "3.21.1" }, "publishConfig": { diff --git a/packages/bundler-esbuild/package.json b/packages/bundler-esbuild/package.json index 6b58424d2..d1a9fcf4f 100644 --- a/packages/bundler-esbuild/package.json +++ b/packages/bundler-esbuild/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/bundler-esbuild", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/bundler-esbuild", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-esbuild#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -24,8 +24,8 @@ "test": "jest -c ../../jest.turbo.config.ts" }, "dependencies": { - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "enhanced-resolve": "5.9.2", "less-plugin-aliases": "^1.0.3", "postcss": "^8.4.12", diff --git a/packages/bundler-utils/package.json b/packages/bundler-utils/package.json index 1e231df6b..a1420814a 100644 --- a/packages/bundler-utils/package.json +++ b/packages/bundler-utils/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/bundler-utils", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-utils#readme", "bugs": "https://github.com/umijs/umi-next/issues", "repository": { @@ -20,7 +20,7 @@ "dev": "pnpm build -- --watch" }, "dependencies": { - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/utils": "4.0.0-rc.10", "esbuild": "0.14.27" }, "devDependencies": { diff --git a/packages/bundler-vite/package.json b/packages/bundler-vite/package.json index 75df90158..2ba07451b 100644 --- a/packages/bundler-vite/package.json +++ b/packages/bundler-vite/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/bundler-vite", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/bundler-vite", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-vite#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -28,8 +28,8 @@ }, "dependencies": { "@svgr/core": "6.2.1", - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "@vitejs/plugin-react": "1.2.0", "postcss-preset-env": "7.4.3" }, diff --git a/packages/bundler-webpack/package.json b/packages/bundler-webpack/package.json index 7fec2c394..d750032bc 100644 --- a/packages/bundler-webpack/package.json +++ b/packages/bundler-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/bundler-webpack", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/bundler-webpack", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-webpack#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -35,10 +35,10 @@ "@svgr/plugin-jsx": "^6.2.1", "@svgr/plugin-svgo": "^6.2.0", "@types/hapi__joi": "17.1.8", - "@umijs/babel-preset-umi": "4.0.0-canary.20220325.1", - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/mfsu": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/babel-preset-umi": "4.0.0-rc.10", + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/mfsu": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "css-loader": "6.7.1", "es5-imcompatible-versions": "^0.1.73", "jest-worker": "27.5.1", diff --git a/packages/core/package.json b/packages/core/package.json index d97e7d456..7d42afcf9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/core", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/core#readme", "bugs": "https://github.com/umijs/umi-next/issues", "repository": { @@ -21,8 +21,8 @@ "test": "jest -c ../../jest.turbo.config.ts" }, "dependencies": { - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1" + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10" }, "devDependencies": { "@hapi/joi": "17.1.1", diff --git a/packages/create-umi/package.json b/packages/create-umi/package.json index 35a8a01db..073818d2b 100644 --- a/packages/create-umi/package.json +++ b/packages/create-umi/package.json @@ -1,6 +1,6 @@ { "name": "create-umi", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "create-umi", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/create-umi#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -25,7 +25,7 @@ "test": "jest -c ../../jest.turbo.config.ts" }, "dependencies": { - "@umijs/utils": "4.0.0-canary.20220325.1" + "@umijs/utils": "4.0.0-rc.10" }, "publishConfig": { "access": "public" diff --git a/packages/father/package.json b/packages/father/package.json index dc2cb253c..2aafd5a1c 100644 --- a/packages/father/package.json +++ b/packages/father/package.json @@ -1,6 +1,6 @@ { "name": "father", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "father", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/father#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -24,8 +24,8 @@ "dev": "pnpm build -- --watch" }, "dependencies": { - "@umijs/core": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/core": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "v8-compile-cache": "2.3.0" }, "publishConfig": { diff --git a/packages/max/package.json b/packages/max/package.json index 22b60da65..90cdeed1a 100644 --- a/packages/max/package.json +++ b/packages/max/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/max", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/max", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/pro#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -31,9 +31,9 @@ "dev": "pnpm build -- --watch" }, "dependencies": { - "@umijs/plugins": "4.0.0-canary.20220325.1", + "@umijs/plugins": "4.0.0-rc.10", "antd": "^4.19.3", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" }, "publishConfig": { "access": "public" diff --git a/packages/mfsu/package.json b/packages/mfsu/package.json index 4aaad623d..66200a441 100644 --- a/packages/mfsu/package.json +++ b/packages/mfsu/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/mfsu", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/mfsu", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/mfsu#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -22,9 +22,9 @@ "test": "jest -c ../../jest.turbo.config.ts" }, "dependencies": { - "@umijs/bundler-esbuild": "4.0.0-canary.20220325.1", - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/bundler-esbuild": "4.0.0-rc.10", + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "enhanced-resolve": "5.9.2" }, "devDependencies": { diff --git a/packages/plugin-docs/package.json b/packages/plugin-docs/package.json index 6e7af1b29..fb7b1a801 100644 --- a/packages/plugin-docs/package.json +++ b/packages/plugin-docs/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/plugin-docs", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/plugin-docs", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugin-docs#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -35,7 +35,7 @@ "classnames": "^2.3.1", "rehype-slug": "5.0.1", "tailwindcss": "^3.0.23", - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" }, "publishConfig": { "access": "public" diff --git a/packages/plugins/package.json b/packages/plugins/package.json index a7943139a..14bd9af4a 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/plugins", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/plugins", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugins#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -25,7 +25,7 @@ "@ahooksjs/use-request": "^2.0.0", "@ant-design/icons": "^4.7.0", "@ant-design/pro-layout": "^6.34.6", - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", + "@umijs/bundler-utils": "4.0.0-rc.10", "antd-dayjs-webpack-plugin": "^1.0.6", "axios": "^0.26.1", "babel-plugin-import": "^1.13.3", @@ -44,7 +44,7 @@ "warning": "^4.0.3" }, "devDependencies": { - "umi": "4.0.0-canary.20220325.1" + "umi": "4.0.0-rc.10" }, "publishConfig": { "access": "public" diff --git a/packages/preset-umi/package.json b/packages/preset-umi/package.json index 927f7ad33..d2351e13d 100644 --- a/packages/preset-umi/package.json +++ b/packages/preset-umi/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/preset-umi", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/preset-umi", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/preset-umi#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -26,15 +26,15 @@ }, "dependencies": { "@types/multer": "1.4.7", - "@umijs/ast": "4.0.0-canary.20220325.1", - "@umijs/babel-preset-umi": "4.0.0-canary.20220325.1", - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", - "@umijs/bundler-vite": "4.0.0-canary.20220325.1", - "@umijs/bundler-webpack": "4.0.0-canary.20220325.1", - "@umijs/core": "4.0.0-canary.20220325.1", - "@umijs/renderer-react": "4.0.0-canary.20220325.1", - "@umijs/server": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/ast": "4.0.0-rc.10", + "@umijs/babel-preset-umi": "4.0.0-rc.10", + "@umijs/bundler-utils": "4.0.0-rc.10", + "@umijs/bundler-vite": "4.0.0-rc.10", + "@umijs/bundler-webpack": "4.0.0-rc.10", + "@umijs/core": "4.0.0-rc.10", + "@umijs/renderer-react": "4.0.0-rc.10", + "@umijs/server": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "core-js": "3.21.1", "current-script-polyfill": "1.0.0", "enhanced-resolve": "5.9.2", diff --git a/packages/renderer-react/package.json b/packages/renderer-react/package.json index 33ae73960..fa7282227 100644 --- a/packages/renderer-react/package.json +++ b/packages/renderer-react/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/renderer-react", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/renderer-react", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/renderer-react#readme", "bugs": "https://github.com/umijs/umi-next/issues", diff --git a/packages/server/package.json b/packages/server/package.json index b3396a757..bd0adbdd6 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/server", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/server", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/server#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -20,7 +20,7 @@ "dev": "pnpm build -- --watch" }, "dependencies": { - "@umijs/bundler-utils": "4.0.0-canary.20220325.1", + "@umijs/bundler-utils": "4.0.0-rc.10", "history": "5.3.0", "react": "17.0.2", "react-dom": "17.0.2", diff --git a/packages/testing/package.json b/packages/testing/package.json index 75e6b4840..666cf5739 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/test", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "@umijs/test", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/testing#readme", "bugs": "https://github.com/umijs/umi-next/issues", diff --git a/packages/umi/package.json b/packages/umi/package.json index 7181cc874..47e6cdba8 100644 --- a/packages/umi/package.json +++ b/packages/umi/package.json @@ -1,6 +1,6 @@ { "name": "umi", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "description": "umi", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/umi#readme", "bugs": "https://github.com/umijs/umi-next/issues", @@ -35,11 +35,11 @@ "test": "jest -c ../../jest.turbo.config.ts" }, "dependencies": { - "@umijs/core": "4.0.0-canary.20220325.1", - "@umijs/preset-umi": "4.0.0-canary.20220325.1", - "@umijs/renderer-react": "4.0.0-canary.20220325.1", - "@umijs/test": "4.0.0-canary.20220325.1", - "@umijs/utils": "4.0.0-canary.20220325.1", + "@umijs/core": "4.0.0-rc.10", + "@umijs/preset-umi": "4.0.0-rc.10", + "@umijs/renderer-react": "4.0.0-rc.10", + "@umijs/test": "4.0.0-rc.10", + "@umijs/utils": "4.0.0-rc.10", "prettier-plugin-organize-imports": "^2.3.4", "prettier-plugin-packagejson": "^2.2.16" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 71e0218ca..ec481486b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/utils", - "version": "4.0.0-canary.20220325.1", + "version": "4.0.0-rc.10", "homepage": "https://github.com/umijs/umi-next/tree/master/packages/utils#readme", "bugs": "https://github.com/umijs/umi-next/issues", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e85f928ca..60ba545af 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,7 +95,7 @@ importers: '@ant-design/pro-layout': ^6.34.6 '@ant-design/pro-table': ^2.68.3 '@antv/l7-react': ^2.3.9 - '@umijs/max': 4.0.0-canary.20220325.1 + '@umijs/max': 4.0.0-rc.10 ahooks: ^3.1.14 antd: 4.19.3 classnames: ^2.3.1 @@ -134,14 +134,14 @@ importers: examples/api-route-demo: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi examples/bigfish: specifiers: '@ant-design/icons': ^4.7.0 - '@umijs/max': 4.0.0-canary.20220325.1 + '@umijs/max': 4.0.0-rc.10 react: 17.0.2 react-dom: 17.0.2 dependencies: @@ -152,13 +152,13 @@ importers: examples/boilerplate: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi examples/bug-mfsu-fast-refresh: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi @@ -166,10 +166,10 @@ importers: specifiers: '@types/react': ^17.0.41 '@types/react-dom': ^17.0.14 - '@umijs/bundler-vite': 4.0.0-canary.20220325.1 + '@umijs/bundler-vite': 4.0.0-rc.10 react: ^17.0.2 react-dom: ^17.0.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@types/react': 17.0.41 '@types/react-dom': 17.0.14 @@ -186,7 +186,7 @@ importers: react: ^17.0.2 react-dom: ^17.0.2 react-router-dom: ^6.2.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@types/react': 17.0.41 '@types/react-dom': 17.0.14 @@ -207,7 +207,7 @@ importers: redux: ^4.1.2 swiper: ^8.0.7 swr: 1.2.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@codesandbox/sandpack-react': 0.15.2_react-dom@17.0.2+react@17.0.2 antd: 4.19.3_react-dom@17.0.2+react@17.0.2 @@ -226,7 +226,7 @@ importers: '@types/react-dom': ^17.0.14 react: ^17.0.2 react-dom: ^17.0.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@types/react': 17.0.41 '@types/react-dom': 17.0.14 @@ -242,7 +242,7 @@ importers: '@babel/preset-typescript': ^7.16.7 '@types/react': ^17.0.41 '@types/react-dom': ^17.0.14 - '@umijs/mfsu': 4.0.0-canary.20220325.1 + '@umijs/mfsu': 4.0.0-rc.10 antd: ^4.19.3 babel-loader: ^8.2.4 esbuild: 0.14.27 @@ -275,7 +275,7 @@ importers: examples/qiankun-slave: specifiers: - '@umijs/max': 4.0.0-canary.20220325.1 + '@umijs/max': 4.0.0-rc.10 react: 17.0.2 react-dom: 17.0.2 dependencies: @@ -285,26 +285,26 @@ importers: examples/remix: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi examples/test-test: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi examples/tmp-swc-transpiler: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi examples/with-dva: specifiers: - '@umijs/plugins': 4.0.0-canary.20220325.1 - umi: 4.0.0-canary.20220325.1 + '@umijs/plugins': 4.0.0-rc.10 + umi: 4.0.0-rc.10 dependencies: '@umijs/plugins': link:../../packages/plugins umi: link:../../packages/umi @@ -314,7 +314,7 @@ importers: '@emotion/cache': ^11.7.1 '@emotion/react': ^11.8.2 '@emotion/styled': ^11.8.1 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@emotion/cache': 11.7.1 '@emotion/react': 11.8.2_6acae0b0a4a23c4372144902affe8735 @@ -325,7 +325,7 @@ importers: specifiers: mobx: ^6.5.0 mobx-react: ^7.3.0 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: mobx: 6.5.0 mobx-react: 7.3.0_3b110ddd052df537d55bc762cdd4d0b8 @@ -334,7 +334,7 @@ importers: examples/with-react-query: specifiers: react-query: ^3.34.16 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: react-query: 3.34.16_react-dom@17.0.2+react@17.0.2 umi: link:../../packages/umi @@ -346,7 +346,7 @@ importers: '@types/three': ^0.138.0 three: ^0.138.3 troika-three-text: ^0.46.3 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@react-three/drei': 8.18.10_4ff37aac017f2ab44732083fae83210a '@react-three/fiber': 7.0.26_6a2478a5b9a0dfe3cc9e1f0de361d624 @@ -358,7 +358,7 @@ importers: examples/with-recoil: specifiers: recoil: ^0.6.1 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: recoil: 0.6.1_react-dom@17.0.2+react@17.0.2 umi: link:../../packages/umi @@ -367,7 +367,7 @@ importers: specifiers: react-redux: ^7.2.6 redux: ^4.1.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: react-redux: 7.2.6_react-dom@17.0.2+react@17.0.2 redux: 4.1.2 @@ -377,7 +377,7 @@ importers: specifiers: '@reduxjs/toolkit': ^1.8.0 react-redux: ^7.2.6 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@reduxjs/toolkit': 1.8.0_react-redux@7.2.6+react@17.0.2 react-redux: 7.2.6_react-dom@17.0.2+react@17.0.2 @@ -387,7 +387,7 @@ importers: specifiers: '@rematch/core': ^2.2.0 react-redux: ^7.2.6 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@rematch/core': 2.2.0 react-redux: 7.2.6_react-dom@17.0.2+react@17.0.2 @@ -399,7 +399,7 @@ importers: '@types/react-dom': ^17.0.14 sass: ^1.49.9 typescript: ^4.1.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: umi: link:../../packages/umi devDependencies: @@ -412,7 +412,7 @@ importers: specifiers: '@types/styled-components': ^5.1.24 styled-components: ^5.3.3 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: styled-components: 5.3.3_react-dom@17.0.2+react@17.0.2 umi: link:../../packages/umi @@ -421,9 +421,9 @@ importers: examples/with-tailwindcss: specifiers: - '@umijs/plugins': 4.0.0-canary.20220325.1 + '@umijs/plugins': 4.0.0-rc.10 tailwindcss: ^3.0.23 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@umijs/plugins': link:../../packages/plugins tailwindcss: 3.0.23_ts-node@10.7.0 @@ -431,9 +431,9 @@ importers: examples/with-unocss: specifiers: - '@umijs/plugins': 4.0.0-canary.20220325.1 + '@umijs/plugins': 4.0.0-rc.10 '@unocss/cli': ^0.29.5 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 unocss: ^0.29.5 dependencies: '@umijs/plugins': link:../../packages/plugins @@ -443,7 +443,7 @@ importers: examples/with-unstated: specifiers: - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 unstated-next: ^1.1.0 dependencies: umi: link:../../packages/umi @@ -452,7 +452,7 @@ importers: examples/with-valtio: specifiers: '@types/three': ^0.138.0 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 valtio: ^1.4.0 dependencies: '@types/three': 0.138.0 @@ -464,7 +464,7 @@ importers: '@vanilla-extract/babel-plugin': ^1.1.5 '@vanilla-extract/css': ^1.6.8 '@vanilla-extract/webpack-plugin': ^2.1.6 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@vanilla-extract/babel-plugin': 1.1.5 '@vanilla-extract/css': 1.6.8 @@ -473,7 +473,7 @@ importers: packages/ast: specifiers: - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 dependencies: '@umijs/bundler-utils': link:../bundler-utils @@ -481,8 +481,8 @@ importers: specifiers: '@babel/runtime': 7.17.8 '@bloomberg/record-tuple-polyfill': 0.0.4 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 core-js: 3.21.1 dependencies: '@babel/runtime': 7.17.8 @@ -494,8 +494,8 @@ importers: packages/bundler-esbuild: specifiers: '@alitajs/postcss-plugin-px2rem': ^0.0.1 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 enhanced-resolve: 5.9.2 less-plugin-aliases: ^1.0.3 postcss: ^8.4.12 @@ -541,7 +541,7 @@ importers: '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.14.2 '@types/less': 3.0.3 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/utils': 4.0.0-rc.10 cjs-module-lexer: 1.2.2 es-module-lexer: 0.10.4 esbuild: 0.14.27 @@ -589,8 +589,8 @@ importers: '@types/caniuse-lite': 1.0.1 '@types/rollup-plugin-visualizer': 4.2.1 '@types/svgo': 2.6.2 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 '@vitejs/plugin-legacy': 1.7.1 '@vitejs/plugin-react': 1.2.0 caniuse-lite: 1.0.30001319 @@ -627,10 +627,10 @@ importers: '@types/hapi__joi': 17.1.8 '@types/webpack-sources': 3.2.0 '@types/ws': 8.5.3 - '@umijs/babel-preset-umi': 4.0.0-canary.20220325.1 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/mfsu': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/babel-preset-umi': 4.0.0-rc.10 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/mfsu': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 autoprefixer: 10.4.4 babel-loader: 8.2.4 compression: 1.7.4 @@ -727,8 +727,8 @@ importers: specifiers: '@hapi/joi': 17.1.1 '@types/hapi__joi': 17.1.8 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 dotenv: 16.0.0 just-diff: 5.0.1 tapable: 2.2.1 @@ -744,14 +744,14 @@ importers: packages/create-umi: specifiers: - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/utils': 4.0.0-rc.10 dependencies: '@umijs/utils': link:../utils packages/father: specifiers: - '@umijs/core': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/core': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 v8-compile-cache: 2.3.0 dependencies: '@umijs/core': link:../core @@ -760,9 +760,9 @@ importers: packages/max: specifiers: - '@umijs/plugins': 4.0.0-canary.20220325.1 + '@umijs/plugins': 4.0.0-rc.10 antd: ^4.19.3 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: '@umijs/plugins': link:../plugins antd: 4.19.3_react-dom@17.0.2+react@17.0.2 @@ -770,9 +770,9 @@ importers: packages/mfsu: specifiers: - '@umijs/bundler-esbuild': 4.0.0-canary.20220325.1 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-esbuild': 4.0.0-rc.10 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 enhanced-resolve: 5.9.2 mrmime: 1.0.0 webpack: 5.70.0 @@ -797,7 +797,7 @@ importers: react-helmet: ^6.1.0 rehype-slug: 5.0.1 tailwindcss: ^3.0.23 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 dependencies: keymaster: 1.6.2 react-helmet: 6.1.0_react@17.0.2 @@ -815,7 +815,7 @@ importers: '@ahooksjs/use-request': ^2.0.0 '@ant-design/icons': ^4.7.0 '@ant-design/pro-layout': ^6.34.6 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 antd-dayjs-webpack-plugin: ^1.0.6 axios: ^0.26.1 babel-plugin-import: ^1.13.3 @@ -831,7 +831,7 @@ importers: react-intl: 3.12.1 react-redux: ^7.2.6 redux: ^4.1.2 - umi: 4.0.0-canary.20220325.1 + umi: 4.0.0-rc.10 warning: ^4.0.3 dependencies: '@ahooksjs/use-request': 2.8.15_react@17.0.2 @@ -863,15 +863,15 @@ importers: '@types/body-parser': 1.19.2 '@types/ini': 1.3.31 '@types/multer': 1.4.7 - '@umijs/ast': 4.0.0-canary.20220325.1 - '@umijs/babel-preset-umi': 4.0.0-canary.20220325.1 - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 - '@umijs/bundler-vite': 4.0.0-canary.20220325.1 - '@umijs/bundler-webpack': 4.0.0-canary.20220325.1 - '@umijs/core': 4.0.0-canary.20220325.1 - '@umijs/renderer-react': 4.0.0-canary.20220325.1 - '@umijs/server': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/ast': 4.0.0-rc.10 + '@umijs/babel-preset-umi': 4.0.0-rc.10 + '@umijs/bundler-utils': 4.0.0-rc.10 + '@umijs/bundler-vite': 4.0.0-rc.10 + '@umijs/bundler-webpack': 4.0.0-rc.10 + '@umijs/core': 4.0.0-rc.10 + '@umijs/renderer-react': 4.0.0-rc.10 + '@umijs/server': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 body-parser: 1.19.2 core-js: 3.21.1 current-script-polyfill: 1.0.0 @@ -937,7 +937,7 @@ importers: packages/server: specifiers: - '@umijs/bundler-utils': 4.0.0-canary.20220325.1 + '@umijs/bundler-utils': 4.0.0-rc.10 history: 5.3.0 react: 17.0.2 react-dom: 17.0.2 @@ -968,11 +968,11 @@ importers: packages/umi: specifiers: - '@umijs/core': 4.0.0-canary.20220325.1 - '@umijs/preset-umi': 4.0.0-canary.20220325.1 - '@umijs/renderer-react': 4.0.0-canary.20220325.1 - '@umijs/test': 4.0.0-canary.20220325.1 - '@umijs/utils': 4.0.0-canary.20220325.1 + '@umijs/core': 4.0.0-rc.10 + '@umijs/preset-umi': 4.0.0-rc.10 + '@umijs/renderer-react': 4.0.0-rc.10 + '@umijs/test': 4.0.0-rc.10 + '@umijs/utils': 4.0.0-rc.10 prettier-plugin-organize-imports: ^2.3.4 prettier-plugin-packagejson: ^2.2.16 dependencies: