Skip to content

Commit

Permalink
🔧 chore: 尝试修复发版
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 8, 2022
1 parent ead06f3 commit 92d4ff2
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 366 deletions.
6 changes: 1 addition & 5 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
const fabric = require('@umijs/fabric');

module.exports = {
...fabric.stylelint,
};
module.exports = require.resolve('@umijs/fabric/dist/stylelint');
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/uuid": "^8.3.0",
"@umijs/fabric": "^2.2.2",
"@umijs/fabric": "~2.8.0",
"@umijs/preset-dumi": "^1.1.33",
"@umijs/preset-react": "^1.8.30",
"@umijs/test": "^3.2.10",
Expand Down Expand Up @@ -114,14 +114,13 @@
"multi-semantic-release": "^2.11.1",
"onchange": "^7.1.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"prettier": "^2.1.2",
"progress-bar-webpack-plugin": "^2.1.0",
"prettier": "^2.5.1",
"prettier-plugin-style-order": "^0.2.2",
"semantic-release-config-gitmoji": "^1.2.4",
"serve": "^12.0.0",
"style-loader": "^2.0.0",
"stylelint": "^13.0.0",
"terser-webpack-plugin": "^5.1.1",
"tplant": "^2.3.6",
"ts-jest": "^27.0.2",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
Expand All @@ -134,9 +133,6 @@
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.5.0"
},
"resolutions": {
"semantic-release": "^19.0.2"
},
"engines": {
"node": ">=12"
}
Expand Down
Loading

0 comments on commit 92d4ff2

Please sign in to comment.