Skip to content

Commit

Permalink
release: 4.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Mar 2, 2023
1 parent 887b752 commit 03983e5
Show file tree
Hide file tree
Showing 24 changed files with 123 additions and 123 deletions.
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.20230302.1",
"version": "4.0.54",
"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.20230302.1",
"version": "4.0.54",
"description": "@umijs/ast",
"homepage": "https://github.com/umijs/umi/tree/master/packages/ast#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -21,7 +21,7 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20230302.1"
"@umijs/bundler-utils": "4.0.54"
},
"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.20230302.1",
"version": "4.0.54",
"description": "Official babel preset for umi.",
"homepage": "https://github.com/umijs/umi/tree/master/packages/babel-preset-umi#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@babel/runtime": "7.21.0",
"@bloomberg/record-tuple-polyfill": "0.0.4",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.54",
"@umijs/utils": "4.0.54",
"babel-plugin-styled-components": "2.0.7",
"core-js": "3.28.0"
},
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.20230302.1",
"version": "4.0.54",
"description": "@umijs/bundler-esbuild",
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-esbuild#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -24,8 +24,8 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.54",
"@umijs/utils": "4.0.54",
"enhanced-resolve": "5.9.3",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "5.0.2",
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.20230302.1",
"version": "4.0.54",
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-utils#readme",
"bugs": "https://github.com/umijs/umi/issues",
"repository": {
Expand All @@ -20,7 +20,7 @@
"dev": "umi-scripts father dev"
},
"dependencies": {
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.54",
"esbuild": "0.16.17",
"regenerate": "^1.4.2",
"regenerate-unicode-properties": "10.1.0",
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.20230302.1",
"version": "4.0.54",
"description": "@umijs/bundler-vite",
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-vite#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@svgr/core": "6.5.1",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.54",
"@umijs/utils": "4.0.54",
"@vitejs/plugin-react": "3.1.0",
"less": "4.1.3",
"postcss-preset-env": "7.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-webpack",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/bundler-webpack",
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-webpack#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down Expand Up @@ -33,11 +33,11 @@
"@svgr/plugin-jsx": "^6.5.1",
"@svgr/plugin-svgo": "^6.5.1",
"@types/hapi__joi": "17.1.9",
"@umijs/babel-preset-umi": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/babel-preset-umi": "4.0.54",
"@umijs/bundler-utils": "4.0.54",
"@umijs/case-sensitive-paths-webpack-plugin": "^1.0.1",
"@umijs/mfsu": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/mfsu": "4.0.54",
"@umijs/utils": "4.0.54",
"cors": "^2.8.5",
"css-loader": "6.7.1",
"es5-imcompatible-versions": "^0.1.78",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/core",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"homepage": "https://github.com/umijs/umi/tree/master/packages/core#readme",
"bugs": "https://github.com/umijs/umi/issues",
"repository": {
Expand All @@ -21,8 +21,8 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1"
"@umijs/bundler-utils": "4.0.54",
"@umijs/utils": "4.0.54"
},
"devDependencies": {
"dotenv": "16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-umi",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "create-umi",
"homepage": "https://github.com/umijs/umi/tree/master/packages/create-umi#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -25,7 +25,7 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@umijs/utils": "4.0.0-canary.20230302.1"
"@umijs/utils": "4.0.54"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/lint",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/lint",
"homepage": "https://github.com/umijs/umi/tree/master/packages/lint#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -26,7 +26,7 @@
"@stylelint/postcss-css-in-js": "^0.38.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@umijs/babel-preset-umi": "4.0.0-canary.20230302.1",
"@umijs/babel-preset-umi": "4.0.54",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/max/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/max",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/max",
"homepage": "https://github.com/umijs/umi/tree/master/packages/max#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down Expand Up @@ -34,12 +34,12 @@
"dev": "umi-scripts father dev"
},
"dependencies": {
"@umijs/lint": "4.0.0-canary.20230302.1",
"@umijs/plugins": "4.0.0-canary.20230302.1",
"@umijs/lint": "4.0.54",
"@umijs/plugins": "4.0.54",
"antd": "^4.20.6",
"eslint": "8.35.0",
"stylelint": "14.8.2",
"umi": "4.0.0-canary.20230302.1"
"umi": "4.0.54"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/mfsu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/mfsu",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/mfsu",
"homepage": "https://github.com/umijs/umi/tree/master/packages/mfsu#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -23,9 +23,9 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@umijs/bundler-esbuild": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-esbuild": "4.0.54",
"@umijs/bundler-utils": "4.0.54",
"@umijs/utils": "4.0.54",
"enhanced-resolve": "5.9.3",
"is-equal": "^1.6.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-docs",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/plugin-docs",
"homepage": "https://github.com/umijs/umi/tree/master/packages/plugin-docs#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down Expand Up @@ -43,7 +43,7 @@
"rehype-slug": "5.0.1",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.4",
"umi": "4.0.0-canary.20230302.1"
"umi": "4.0.54"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-run",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/plugin-run",
"homepage": "https://github.com/umijs/umi/tree/master/packages/plugin-run#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugins",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/plugins",
"homepage": "https://github.com/umijs/umi/tree/master/packages/plugins#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ant-design/pro-components": "^2.0.1",
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.24.10",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.54",
"@umijs/valtio": "^1.0.3",
"antd-dayjs-webpack-plugin": "^1.0.6",
"axios": "^0.27.2",
Expand All @@ -53,7 +53,7 @@
},
"devDependencies": {
"antd": "^4.24.1",
"umi": "4.0.0-canary.20230302.1"
"umi": "4.0.54"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/preset-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-umi",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/preset-umi",
"homepage": "https://github.com/umijs/umi/tree/master/packages/preset-umi#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -27,19 +27,19 @@
"dependencies": {
"@iconify/utils": "2.1.1",
"@svgr/core": "6.5.1",
"@umijs/ast": "4.0.0-canary.20230302.1",
"@umijs/babel-preset-umi": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-vite": "4.0.0-canary.20230302.1",
"@umijs/bundler-webpack": "4.0.0-canary.20230302.1",
"@umijs/core": "4.0.0-canary.20230302.1",
"@umijs/ast": "4.0.54",
"@umijs/babel-preset-umi": "4.0.54",
"@umijs/bundler-utils": "4.0.54",
"@umijs/bundler-vite": "4.0.54",
"@umijs/bundler-webpack": "4.0.54",
"@umijs/core": "4.0.54",
"@umijs/did-you-know": "^1.0.0",
"@umijs/history": "5.3.1",
"@umijs/mfsu": "4.0.0-canary.20230302.1",
"@umijs/plugin-run": "4.0.0-canary.20230302.1",
"@umijs/renderer-react": "4.0.0-canary.20230302.1",
"@umijs/server": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/mfsu": "4.0.54",
"@umijs/plugin-run": "4.0.54",
"@umijs/renderer-react": "4.0.54",
"@umijs/server": "4.0.54",
"@umijs/utils": "4.0.54",
"babel-plugin-dynamic-import-node": "2.3.3",
"click-to-react-component": "^1.0.8",
"core-js": "3.28.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/preset-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-vue",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/preset-vue",
"homepage": "https://github.com/umijs/umi/tree/master/packages/preset-vue#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -22,14 +22,14 @@
"dev": "umi-scripts father dev"
},
"dependencies": {
"@umijs/renderer-vue": "4.0.0-canary.20230302.1",
"@umijs/renderer-vue": "4.0.54",
"vue": "3.2.45",
"vue-loader": "17.0.1",
"vue-router": "4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.0.0",
"umi": "4.0.0-canary.20230302.1"
"umi": "4.0.54"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/renderer-react",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/renderer-react",
"homepage": "https://github.com/umijs/umi/tree/master/packages/renderer-react#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/renderer-vue",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/renderer-vue",
"homepage": "https://github.com/umijs/umi/tree/master/packages/renderer-vue#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/server",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/server",
"homepage": "https://github.com/umijs/umi/tree/master/packages/server#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -20,7 +20,7 @@
"dev": "umi-scripts father dev"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.54",
"history": "5.3.0",
"react": "18.1.0",
"react-dom": "18.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/test",
"version": "4.0.0-canary.20230302.1",
"version": "4.0.54",
"description": "@umijs/test",
"homepage": "https://github.com/umijs/umi/tree/master/packages/testing#readme",
"bugs": "https://github.com/umijs/umi/issues",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.21.2",
"@jest/types": "27.5.1",
"@umijs/bundler-utils": "4.0.0-canary.20230302.1",
"@umijs/utils": "4.0.0-canary.20230302.1",
"@umijs/bundler-utils": "4.0.54",
"@umijs/utils": "4.0.54",
"babel-jest": "^29.4.3",
"esbuild": "0.16.17",
"identity-obj-proxy": "3.0.0",
Expand Down
Loading

1 comment on commit 03983e5

@vercel
Copy link

@vercel vercel bot commented on 03983e5 Mar 2, 2023

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.