Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
release: 4.0.0-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Apr 21, 2022
1 parent 1bbcbe8 commit ce7eaa6
Show file tree
Hide file tree
Showing 56 changed files with 193 additions and 189 deletions.
2 changes: 1 addition & 1 deletion examples/ant-design-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ant-design/pro-layout": "^6.35.1",
"@ant-design/pro-table": "^2.71.7",
"@antv/l7-react": "^2.3.9",
"@umijs/max": "4.0.0-canary.20220418.2",
"@umijs/max": "4.0.0-rc.13",
"ahooks": "^3.3.8",
"antd": "4.19.5",
"classnames": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/api-route-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/bigfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@umijs/max": "4.0.0-canary.20220418.2",
"@umijs/max": "4.0.0-rc.13",
"react": "17.0.2",
"react-dom": "17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/bug-mfsu-fast-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
4 changes: 2 additions & 2 deletions examples/bundler-vite-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dependencies": {
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@umijs/bundler-vite": "4.0.0-canary.20220418.2",
"@umijs/bundler-vite": "4.0.0-rc.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/bundler-webpack-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"redux": "^4.2.0",
"swiper": "^8.1.1",
"swr": "1.3.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
1 change: 1 addition & 0 deletions examples/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint:style-fix": "umi lint --stylelint-only --fix",
"start": "npm run dev"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.13.0",
"stylelint": "^14.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/mfsu-circular-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@types/react-dom": "^18.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/mfsu-independent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-typescript": "^7.16.7",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@umijs/mfsu": "4.0.0-canary.20220418.2",
"@umijs/mfsu": "4.0.0-rc.13",
"babel-loader": "^8.2.4",
"esbuild": "0.14.35",
"html-webpack-plugin": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/qiankun-slave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/max": "4.0.0-canary.20220418.2",
"@umijs/max": "4.0.0-rc.13",
"react": "17.0.2",
"react-dom": "17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/test-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "jest"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/tmp-swc-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
4 changes: 2 additions & 2 deletions examples/vue-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/preset-vue": "4.0.0-canary.20220418.2",
"umi": "4.0.0-canary.20220418.2",
"@umijs/preset-vue": "4.0.0-rc.13",
"umi": "4.0.0-rc.13",
"vant": "3.4.8",
"vue": "3.2.31"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-dva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20220418.2",
"umi": "4.0.0-canary.20220418.2"
"@umijs/plugins": "4.0.0-rc.13",
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"mobx": "^6.5.0",
"mobx-react": "^7.3.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"react-query": "^3.35.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-three-fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@types/three": "^0.139.0",
"three": "^0.139.2",
"troika-three-text": "^0.46.4",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-recoil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"recoil": "^0.7.2",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-redux-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"react-redux": "^8.0.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"react-redux": "^8.0.0",
"redux": "^4.2.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-rematch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@rematch/core": "^2.2.0",
"react-redux": "^8.0.0",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion examples/with-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
},
"devDependencies": {
"@types/react": "^18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"styled-components": "^5.3.5",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
},
"devDependencies": {
"@types/styled-components": "^5.1.25"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20220418.2",
"@umijs/plugins": "4.0.0-rc.13",
"tailwindcss": "^3.0.23",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
4 changes: 2 additions & 2 deletions examples/with-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20220418.2",
"@umijs/plugins": "4.0.0-rc.13",
"@unocss/cli": "^0.31.6",
"umi": "4.0.0-canary.20220418.2",
"umi": "4.0.0-rc.13",
"unocss": "^0.31.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-unstated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220418.2",
"umi": "4.0.0-rc.13",
"unstated-next": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-valtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@types/three": "^0.139.0",
"umi": "4.0.0-canary.20220418.2",
"umi": "4.0.0-rc.13",
"valtio": "^1.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@vanilla-extract/babel-plugin": "^1.1.5",
"@vanilla-extract/css": "^1.7.0",
"@vanilla-extract/webpack-plugin": "^2.1.8",
"umi": "4.0.0-canary.20220418.2"
"umi": "4.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.0.0-canary.20220418.2",
"version": "4.0.0-rc.13",
"workspaces": ["packages/*"]
}
4 changes: 2 additions & 2 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/ast",
"version": "4.0.0-canary.20220418.2",
"version": "4.0.0-rc.13",
"description": "@umijs/ast",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/ast#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
Expand All @@ -21,7 +21,7 @@
"test": "jest -c ../../jest.turbo.config.ts"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20220418.2"
"@umijs/bundler-utils": "4.0.0-rc.13"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/babel-preset-umi",
"version": "4.0.0-canary.20220418.2",
"version": "4.0.0-rc.13",
"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",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@babel/runtime": "7.17.9",
"@bloomberg/record-tuple-polyfill": "0.0.4",
"@umijs/bundler-utils": "4.0.0-canary.20220418.2",
"@umijs/utils": "4.0.0-canary.20220418.2",
"@umijs/bundler-utils": "4.0.0-rc.13",
"@umijs/utils": "4.0.0-rc.13",
"core-js": "3.21.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-esbuild",
"version": "4.0.0-canary.20220418.2",
"version": "4.0.0-rc.13",
"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",
Expand All @@ -24,8 +24,8 @@
"test": "jest -c ../../jest.turbo.config.ts"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20220418.2",
"@umijs/utils": "4.0.0-canary.20220418.2",
"@umijs/bundler-utils": "4.0.0-rc.13",
"@umijs/utils": "4.0.0-rc.13",
"enhanced-resolve": "5.9.2",
"less-plugin-aliases": "^1.0.3",
"postcss": "^8.4.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-utils",
"version": "4.0.0-canary.20220418.2",
"version": "4.0.0-rc.13",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-utils#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
"repository": {
Expand All @@ -20,7 +20,7 @@
"dev": "pnpm build -- --watch"
},
"dependencies": {
"@umijs/utils": "4.0.0-canary.20220418.2",
"@umijs/utils": "4.0.0-rc.13",
"esbuild": "0.14.36",
"regenerate-unicode-properties": "10.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-vite",
"version": "4.0.0-canary.20220418.2",
"version": "4.0.0-rc.13",
"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",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@svgr/core": "6.2.1",
"@umijs/bundler-utils": "4.0.0-canary.20220418.2",
"@umijs/utils": "4.0.0-canary.20220418.2",
"@umijs/bundler-utils": "4.0.0-rc.13",
"@umijs/utils": "4.0.0-rc.13",
"@vitejs/plugin-react": "1.2.0",
"postcss-preset-env": "7.4.3"
},
Expand Down
Loading

1 comment on commit ce7eaa6

@vercel
Copy link

@vercel vercel bot commented on ce7eaa6 Apr 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

umi-next – ./

umi-next-umijs.vercel.app
umi-next-git-master-umijs.vercel.app
next.umijs.org
umi-next.vercel.app

Please sign in to comment.