File tree Expand file tree Collapse file tree 19 files changed +66
-66
lines changed
umi-plugin-auto-externals Expand file tree Collapse file tree 19 files changed +66
-66
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " af-webpack" ,
3
- "version" : " 1.11.2 " ,
3
+ "version" : " 1.11.3 " ,
4
4
"bin" : {
5
5
"af-webpack" : " ./bin/af-webpack.js"
6
6
},
20
20
"babel-loader" : " 8.0.6" ,
21
21
"babel-plugin-dynamic-import-node" : " 2.2.0" ,
22
22
"babel-plugin-named-asset-import" : " 0.3.2" ,
23
- "babel-preset-umi" : " 1.8.0 " ,
23
+ "babel-preset-umi" : " 1.8.1 " ,
24
24
"chalk" : " 2.4.2" ,
25
25
"chokidar" : " 3.0.2" ,
26
26
"clipboardy" : " 2.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-umi" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"main" : " ./lib/index" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-build-dev" ,
3
- "version" : " 1.13.4 " ,
3
+ "version" : " 1.13.5 " ,
4
4
"dependencies" : {
5
5
"@babel/code-frame" : " 7.0.0" ,
6
6
"@babel/generator" : " 7.4.4" ,
9
9
"@babel/template" : " 7.4.4" ,
10
10
"@babel/traverse" : " 7.4.5" ,
11
11
"@babel/types" : " 7.4.4" ,
12
- "af-webpack" : " 1.11.2 " ,
12
+ "af-webpack" : " 1.11.3 " ,
13
13
"babel-plugin-module-resolver" : " 3.2.0" ,
14
- "babel-preset-umi" : " 1.8.0 " ,
14
+ "babel-preset-umi" : " 1.8.1 " ,
15
15
"chalk" : " 2.4.2" ,
16
16
"cheerio" : " 1.0.0-rc.3" ,
17
17
"chokidar" : " 3.0.2" ,
59
59
"stringify-object" : " 3.3.0" ,
60
60
"sylvanas" : " ^0.4.0" ,
61
61
"terminal-link" : " 1.3.0" ,
62
- "umi-core" : " 1.7.2 " ,
62
+ "umi-core" : " 1.7.3 " ,
63
63
"umi-history" : " 0.1.2" ,
64
- "umi-mock" : " 2.1.0 " ,
64
+ "umi-mock" : " 2.1.1 " ,
65
65
"umi-notify" : " ^0.1.1" ,
66
- "umi-plugin-ui" : " 1.2.4 " ,
67
- "umi-test" : " 1.8.0 " ,
66
+ "umi-plugin-ui" : " 1.2.5 " ,
67
+ "umi-test" : " 1.8.1 " ,
68
68
"umi-uni18n" : " ^1.1.6" ,
69
- "umi-utils" : " 1.7.0 " ,
69
+ "umi-utils" : " 1.7.1 " ,
70
70
"uppercamelcase" : " 3.0.0" ,
71
71
"url-polyfill" : " 1.1.5" ,
72
72
"user-home" : " 2.0.0" ,
81
81
"@types/webpack-node-externals" : " 1.6.3" ,
82
82
"antd" : " ^4.0.0-alpha.6" ,
83
83
"react-lazyload" : " ^2.6.2" ,
84
- "umi-types" : " 0.5.2 "
84
+ "umi-types" : " 0.5.3 "
85
85
},
86
86
"repository" : {
87
87
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-core" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"dependencies" : {
5
5
"@babel/preset-typescript" : " 7.3.3" ,
6
6
"@babel/register" : " 7.4.4" ,
7
7
"@umijs/error-code-map" : " ^1.0.0" ,
8
- "babel-preset-umi" : " 1.8.0 " ,
8
+ "babel-preset-umi" : " 1.8.1 " ,
9
9
"chalk" : " 2.4.2" ,
10
10
"extend2" : " 1.0.0" ,
11
11
"marked" : " 0.6.2" ,
12
12
"marked-terminal" : " 3.2.0" ,
13
13
"os-locale" : " ^4.0.0" ,
14
14
"signale" : " 1.4.0" ,
15
15
"slash2" : " 2.0.0" ,
16
- "umi-utils" : " 1.7.0 "
16
+ "umi-utils" : " 1.7.1 "
17
17
},
18
18
"devDependencies" : {
19
- "umi-types" : " 0.5.2 "
19
+ "umi-types" : " 0.5.3 "
20
20
},
21
21
"files" : [
22
22
" lib" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-mock" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"main" : " lib/index.js" ,
5
5
"dependencies" : {
6
6
"body-parser" : " 1.19.0" ,
9
9
"multer" : " ^1.4.1" ,
10
10
"path-to-regexp" : " 1.7.0" ,
11
11
"signale" : " 1.4.0" ,
12
- "umi-utils" : " 1.7.0 "
12
+ "umi-utils" : " 1.7.1 "
13
13
},
14
14
"files" : [
15
15
" lib" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-auto-externals" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"main" : " ./lib/index.js" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
},
28
28
"devDependencies" : {
29
29
"@types/got" : " 9.6.0" ,
30
- "umi-types" : " 0.5.2 "
30
+ "umi-types" : " 0.5.3 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-dva" ,
3
- "version" : " 1.9.0 " ,
3
+ "version" : " 1.9.1 " ,
4
4
"main" : " ./lib/index.js" ,
5
5
"dependencies" : {
6
6
"babel-plugin-dva-hmr" : " 0.4.2" ,
12
12
"object-assign" : " 4.1.1" ,
13
13
"path-is-root" : " 0.1.0" ,
14
14
"path-to-regexp" : " 1.7.0" ,
15
- "umi-utils" : " 1.7.0 "
15
+ "umi-utils" : " 1.7.1 "
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-locale" ,
3
- "version" : " 2.11.0 " ,
3
+ "version" : " 2.11.1 " ,
4
4
"description" : " A umi plugin for provide internationalization function." ,
5
5
"main" : " ./lib/index.js" ,
6
6
"browser" : {
36
36
"mustache" : " 3.0.1" ,
37
37
"prop-types" : " 15.6.2" ,
38
38
"react-intl" : " 2.7.2" ,
39
- "umi-utils" : " 1.7.0 "
39
+ "umi-utils" : " 1.7.1 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-react" ,
3
- "version" : " 1.12.0-beta.4 " ,
3
+ "version" : " 1.12.0" ,
4
4
"main" : " ./lib/index.js" ,
5
5
"repository" : {
6
6
"type" : " git" ,
32
32
"preact-compat" : " 3.19.0" ,
33
33
"register-service-worker" : " 1.6.2" ,
34
34
"umi-plugin-dll" : " 1.6.0-beta.2" ,
35
- "umi-plugin-dva" : " 1.9.0 " ,
35
+ "umi-plugin-dva" : " 1.9.1 " ,
36
36
"umi-plugin-hd" : " 1.7.0-beta.2" ,
37
- "umi-plugin-locale" : " 2.11.0 " ,
37
+ "umi-plugin-locale" : " 2.11.1 " ,
38
38
"umi-plugin-polyfills" : " 1.4.2" ,
39
- "umi-plugin-routes" : " 1.6.2 " ,
40
- "umi-plugin-ui" : " 1.2.4 " ,
41
- "umi-utils" : " 1.7.0 " ,
39
+ "umi-plugin-routes" : " 1.6.3 " ,
40
+ "umi-plugin-ui" : " 1.2.5 " ,
41
+ "umi-utils" : " 1.7.1 " ,
42
42
"webpack" : " 4.38.0" ,
43
43
"workbox-webpack-plugin" : " 3.6.3"
44
44
},
45
45
"devDependencies" : {
46
- "umi-types" : " 0.5.2 "
46
+ "umi-types" : " 0.5.3 "
47
47
}
48
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-routes" ,
3
- "version" : " 1.6.2 " ,
3
+ "version" : " 1.6.3 " ,
4
4
"main" : " ./lib/index.js" ,
5
5
"files" : [
6
6
" lib" ,
7
7
" src"
8
8
],
9
9
"devDependencies" : {
10
- "umi-types" : " 0.5.2 "
10
+ "umi-types" : " 0.5.3 "
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-ui" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"main" : " ./lib/index.js" ,
5
5
"files" : [
6
6
" lib" ,
11
11
"react-portal" : " ^4.2.0" ,
12
12
"sockjs-client" : " 1.3.0" ,
13
13
"styled-components" : " ^4.4.0" ,
14
- "umi-ui-tasks" : " 1.1.4 "
14
+ "umi-ui-tasks" : " 1.1.5 "
15
15
},
16
16
"devDependencies" : {
17
- "classnames" : " ^2.2.6" ,
18
17
"@ant-design/compatible" : " ^0.0.1-alpha.1" ,
19
18
"@ant-design/icons" : " ^4.0.0-alpha.8" ,
20
19
"@umijs/fabric" : " ^1.1.9" ,
20
+ "classnames" : " ^2.2.6" ,
21
21
"decamelize" : " 3.2.0" ,
22
22
"serialize-javascript" : " ^1.7.0" ,
23
- "umi-types" : " 0.5.2 "
23
+ "umi-types" : " 0.5.3 "
24
24
},
25
25
"repository" : {
26
26
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-serve" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"bin" : {
5
5
"umi-serve" : " ./bin/umi-serve.js"
6
6
},
11
11
"@babel/preset-typescript" : " 7.3.3" ,
12
12
"@babel/register" : " 7.4.4" ,
13
13
"babel-plugin-module-resolver" : " 3.1.1" ,
14
- "babel-preset-umi" : " 1.8.0 " ,
14
+ "babel-preset-umi" : " 1.8.1 " ,
15
15
"boxen" : " 2.1.0" ,
16
16
"chalk" : " 2.4.2" ,
17
17
"clipboardy" : " 2.1.0" ,
18
18
"compression" : " ^1.7.4" ,
19
19
"express" : " 4.17.1" ,
20
20
"serve-static" : " 1.14.1" ,
21
- "umi-core" : " 1.7.2 " ,
22
- "umi-mock" : " 2.1.0 " ,
23
- "umi-utils" : " 1.7.0 " ,
21
+ "umi-core" : " 1.7.3 " ,
22
+ "umi-mock" : " 2.1.1 " ,
23
+ "umi-utils" : " 1.7.1 " ,
24
24
"update-notifier" : " 3.0.0" ,
25
25
"yargs-parser" : " 13.1.1"
26
26
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-test" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"bin" : {
5
5
"umi-test" : " ./bin/umi-test.js"
6
6
},
28
28
"babel-core" : " 7.0.0-bridge.0" ,
29
29
"babel-jest" : " ^24.8.0" ,
30
30
"babel-plugin-module-resolver" : " 3.2.0" ,
31
- "babel-preset-umi" : " 1.8.0 " ,
31
+ "babel-preset-umi" : " 1.8.1 " ,
32
32
"core-js" : " 3.1.4" ,
33
33
"debug" : " 4.1.1" ,
34
34
"enzyme" : " ^3.10.0" ,
42
42
"react-dom" : " ^16.8.6" ,
43
43
"regenerator-runtime" : " 0.13.2" ,
44
44
"typescript" : " ^3.5.2" ,
45
- "umi-utils" : " 1.7.0 " ,
45
+ "umi-utils" : " 1.7.1 " ,
46
46
"yargs-parser" : " 13.1.1"
47
47
}
48
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-types" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"description" : " Type definitions for umi." ,
5
5
"types" : " index" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-ui-tasks" ,
3
- "version" : " 1.1.4 " ,
3
+ "version" : " 1.1.5 " ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
20
20
"umi-webpack-bundle-analyzer" : " ^3.5.0"
21
21
},
22
22
"devDependencies" : {
23
- "classnames" : " ^2.2.6" ,
24
23
"@ant-design/compatible" : " ^0.0.1-alpha.1" ,
25
24
"@ant-design/icons" : " ^4.0.0-alpha.8" ,
26
- "xterm-addon-web-links" : " ^0.1.0" ,
27
- "filesize" : " ^4.2.0" ,
28
- "react-sizeme" : " ^2.6.7" ,
29
25
"@umijs/fabric" : " ^1.1.9" ,
30
26
"antd" : " 4.0.0-alpha.2" ,
27
+ "classnames" : " ^2.2.6" ,
31
28
"concurrently" : " ^4.1.1" ,
32
29
"eslint" : " ^6.1.0" ,
33
- "umi" : " 2.10.0-beta.5" ,
34
- "umi-types" : " 0.5.2" ,
35
- "xterm" : " ^3.14.5"
30
+ "filesize" : " ^4.2.0" ,
31
+ "react-sizeme" : " ^2.6.7" ,
32
+ "umi" : " 2.10.0-beta.6" ,
33
+ "umi-types" : " 0.5.3" ,
34
+ "xterm" : " ^3.14.5" ,
35
+ "xterm-addon-web-links" : " ^0.1.0"
36
36
},
37
37
"repository" : {
38
38
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-ui-theme" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Umi UI theme for antd" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-ui" ,
3
- "version" : " 1.1.4 " ,
3
+ "version" : " 1.1.5 " ,
4
4
"main" : " ./lib/UmiUI.js" ,
5
5
"files" : [
6
6
" lib" ,
9
9
],
10
10
"devDependencies" : {
11
11
"@types/node-notifier" : " ^5.4.0" ,
12
- "umi-types" : " 0.5.2 " ,
12
+ "umi-types" : " 0.5.3 " ,
13
13
"umi-ui-theme" : " ^1.0.0-beta.2"
14
14
},
15
15
"repository" : {
44
44
"rimraf" : " 3.0.0" ,
45
45
"semver" : " 6.3.0" ,
46
46
"sockjs" : " 0.3.19" ,
47
- "umi-build-dev" : " 1.13.4 " ,
48
- "umi-ui-theme" : " 1.1.1 " ,
47
+ "umi-build-dev" : " 1.13.5 " ,
48
+ "umi-ui-theme" : " 1.1.2 " ,
49
49
"user-home" : " 2.0.0"
50
50
}
51
51
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-utils" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"main" : " ./lib/index.js" ,
5
5
"typings" : " ./src/index.d.ts" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments