Skip to content

Commit 5fa2dc7

Browse files
authored
refactor: lock version for pre-bundled umi plugins (#1293)
1 parent 89a535e commit 5fa2dc7

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

bin/dumi.js

100644100755
File mode changed.

compiled/@umijs/plugins/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiled/@umijs/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@umijs/plugins","version":"4.0.30","authors":["chencheng <[email protected]> (https://github.com/sorrycc)"],"license":"MIT","_lastModified":"2022-11-13T07:05:33.094Z"}
1+
{"name":"@umijs/plugins","version":"4.0.32","authors":["chencheng <[email protected]> (https://github.com/sorrycc)"],"license":"MIT","_lastModified":"2022-11-20T09:58:00.334Z"}

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
"components",
1414
"documentation"
1515
],
16+
"homepage": "https://d.umijs.org",
17+
"bugs": {
18+
"url": "https://github.com/umijs/dumi/issues"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/umijs/dumi"
23+
},
1624
"license": "MIT",
1725
"main": "dist/index.js",
1826
"types": "index.d.ts",
@@ -22,16 +30,10 @@
2230
"dist",
2331
"compiled",
2432
"theme-default",
25-
"index.d.ts"
33+
"index.d.ts",
34+
"plugin-utils.js",
35+
"plugin-utils.d.ts"
2636
],
27-
"homepage": "https://d.umijs.org",
28-
"repository": {
29-
"type": "git",
30-
"url": "https://github.com/umijs/dumi"
31-
},
32-
"bugs": {
33-
"url": "https://github.com/umijs/dumi/issues"
34-
},
3537
"scripts": {
3638
"build": "father build",
3739
"build:deps": "father prebundle",
@@ -136,7 +138,7 @@
136138
"@types/react": "^18.0.16",
137139
"@types/react-copy-to-clipboard": "^5.0.4",
138140
"@umijs/lint": "^4.0.32",
139-
"@umijs/plugins": "^4.0.32",
141+
"@umijs/plugins": "4.0.32",
140142
"eslint": "^8.20.0",
141143
"father": "^4.1.0",
142144
"husky": "^8.0.1",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)