Skip to content

Commit

Permalink
release: 4.0.0-canary.20221117.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Nov 17, 2022
1 parent 549639f commit 46e3d84
Show file tree
Hide file tree
Showing 86 changed files with 275 additions and 275 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 @@ -15,7 +15,7 @@
"@antv/data-set": "^0.11.8",
"@antv/l7-react": "^2.3.9",
"@testing-library/react": "^13.4.0",
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"ahooks": "^3.4.0",
"antd": "4.20.6",
"bizcharts": "^4.1.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/antd-pro-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.5",
"@umijs/fabric": "^2.11.1",
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"@umijs/openapi": "1.7.1",
"cross-env": "^7.0.3",
"cross-port-killer": "^1.4.0",
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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
4 changes: 2 additions & 2 deletions examples/boilerplate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/preset-vue": "4.0.0-canary.20221114.2",
"umi": "4.0.0-canary.20221114.2",
"@umijs/preset-vue": "4.0.0-canary.20221117.1",
"umi": "4.0.0-canary.20221117.1",
"vue": "3.2.36"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"hoist-non-react-statics": "^3.3.2",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
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.9",
"@types/react-dom": "^18.0.5",
"@umijs/bundler-vite": "4.0.0-canary.20221114.2",
"@umijs/bundler-vite": "4.0.0-canary.20221117.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
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": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/client-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"express": "4.18.1",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/config-proxy/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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/create-umi-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.0.1",
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"antd": "^4.20.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/create-umi-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/diff-client-loader/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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"es-check": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"redux": "^4.2.0",
"swiper": "^8.1.4",
"swr": "1.3.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"eslint": "^8.15.0",
"stylelint": "^14.8.2",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/max/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"antd": "^4.23.2",
"react": "18.1.0",
"react-dom": "18.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"react": "18.1.0",
"react-dom": "18.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"react": "18.1.0",
"react-dom": "18.1.0"
},
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.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/mfsu-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"lodash.uppercase": "^4.3.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/mfsu-esbuild-less-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@example/x-design": "workspace:*",
"antd": "4.20.2",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
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.18.6",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@umijs/mfsu": "4.0.0-canary.20221114.2",
"@umijs/mfsu": "4.0.0-canary.20221117.1",
"babel-loader": "^8.2.4",
"esbuild": "0.14.35",
"html-webpack-plugin": "^5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/mfsu-un-match-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20221114.2",
"@umijs/preset-vue": "4.0.0-canary.20221114.2",
"@umijs/plugins": "4.0.0-canary.20221117.1",
"@umijs/preset-vue": "4.0.0-canary.20221117.1",
"@vant/icons": "^1.8.0",
"@vant/popperjs": "^1.1.0",
"@vant/use": "^1.3.6",
"tailwindcss": "^3.0.24",
"umi": "4.0.0-canary.20221114.2",
"umi": "4.0.0-canary.20221117.1",
"vant": "3.4.9",
"vue": "3.2.36"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mpa-with-app-root-and-alias/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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/mpa/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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/qiankun-slave-app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"react": "18.1.0",
"react-dom": "18.1.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 @@ -7,7 +7,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/max": "4.0.0-canary.20221114.2",
"@umijs/max": "4.0.0-canary.20221117.1",
"react": "18.1.0",
"react-dom": "18.1.0"
}
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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssr-demo-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"express": "4.17.3",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssr-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"express": "4.17.3",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssr-todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"express": "4.17.3",
"isomorphic-unfetch": "^3.1.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
4 changes: 2 additions & 2 deletions examples/test-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "jest --no-cache --coverage"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20221114.2",
"umi": "4.0.0-canary.20221114.2"
"@umijs/plugins": "4.0.0-canary.20221117.1",
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/test-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest"
},
"dependencies": {
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"@types/react-test-renderer": "^18.0.0",
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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/umi-3-compat-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"@umijs/plugin-umi-request-compat": "1.0.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/umi-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"zx:noimport": "umi run ./scripts/zx-noimport.ts"
},
"dependencies": {
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
4 changes: 2 additions & 2 deletions examples/vue-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/preset-vue": "4.0.0-canary.20221114.2",
"umi": "4.0.0-canary.20221114.2",
"@umijs/preset-vue": "4.0.0-canary.20221117.1",
"umi": "4.0.0-canary.20221117.1",
"vant": "3.4.9",
"vue": "3.2.36"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20221114.2",
"@umijs/plugins": "4.0.0-canary.20221117.1",
"antd": "^4.20.6",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
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.20221114.2",
"umi": "4.0.0-canary.20221114.2"
"@umijs/plugins": "4.0.0-canary.20221117.1",
"umi": "4.0.0-canary.20221117.1"
}
}
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.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
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.6.0",
"mobx-react": "^7.5.0",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
}
}
2 changes: 1 addition & 1 deletion examples/with-monaco-editor-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"@types/react": "^18.0.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-monaco-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"monaco-editor": "^0.33.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"umi": "4.0.0-canary.20221114.2"
"umi": "4.0.0-canary.20221117.1"
},
"devDependencies": {
"@types/node": "^17.0.42",
Expand Down

1 comment on commit 46e3d84

@vercel
Copy link

@vercel vercel bot commented on 46e3d84 Nov 17, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.