Skip to content

Commit

Permalink
refactor: lock version for pre-bundled umi plugins (umijs#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m authored Nov 20, 2022
1 parent 89a535e commit 5fa2dc7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
Empty file modified bin/dumi.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion compiled/@umijs/plugins/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiled/@umijs/plugins/package.json
Original file line number Diff line number Diff line change
@@ -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"}
{"name":"@umijs/plugins","version":"4.0.32","authors":["chencheng <[email protected]> (https://github.com/sorrycc)"],"license":"MIT","_lastModified":"2022-11-20T09:58:00.334Z"}
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"components",
"documentation"
],
"homepage": "https://d.umijs.org",
"bugs": {
"url": "https://github.com/umijs/dumi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/umijs/dumi"
},
"license": "MIT",
"main": "dist/index.js",
"types": "index.d.ts",
Expand All @@ -22,16 +30,10 @@
"dist",
"compiled",
"theme-default",
"index.d.ts"
"index.d.ts",
"plugin-utils.js",
"plugin-utils.d.ts"
],
"homepage": "https://d.umijs.org",
"repository": {
"type": "git",
"url": "https://github.com/umijs/dumi"
},
"bugs": {
"url": "https://github.com/umijs/dumi/issues"
},
"scripts": {
"build": "father build",
"build:deps": "father prebundle",
Expand Down Expand Up @@ -136,7 +138,7 @@
"@types/react": "^18.0.16",
"@types/react-copy-to-clipboard": "^5.0.4",
"@umijs/lint": "^4.0.32",
"@umijs/plugins": "^4.0.32",
"@umijs/plugins": "4.0.32",
"eslint": "^8.20.0",
"father": "^4.1.0",
"husky": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fa2dc7

Please sign in to comment.