Skip to content

Commit

Permalink
chore: upgrade postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Jan 13, 2024
1 parent 74fa0ba commit 2316ea3
Show file tree
Hide file tree
Showing 4 changed files with 2,300 additions and 4,133 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
export default { extends: ['@commitlint/config-conventional'] };
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"chokidar": "^3.5.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"deepmerge": "^4.2.2",
"eslint": "^8.56.0",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.0",
"lint-staged": "^15.2.0",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.0.4",
"vitepress": "1.0.0-alpha.73",
"vue": "^3.3.4",
"yargs-parser": "^21.1.1"
},
"simple-git-hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint"
"pre-commit": "npx lint-staged",
"commit-msg": "npx commitlint --edit $1"
},
"lint-staged": {
"*.{js,jsx,vue,ts}": [
Expand Down
34 changes: 17 additions & 17 deletions packages/fes-builder-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,33 @@
"name": "@fesjs/builder-webpack",
"version": "3.0.8",
"description": "@fesjs/builder-webpack",
"main": "lib/index.js",
"types": "types.d.ts",
"files": [
"lib",
"types.d.ts"
],
"author": "qlin",
"license": "MIT",
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-builder-webpack"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"keywords": [
"fes"
],
"main": "lib/index.js",
"types": "types.d.ts",
"files": [
"lib",
"types.d.ts"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.7",
"core-js": "^3.29.1"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-do-expressions": "^7.22.5",
Expand Down Expand Up @@ -52,7 +56,7 @@
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss": "^8.4.33",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.1.0",
"postcss-safe-parser": "^6.0.0",
Expand All @@ -64,9 +68,5 @@
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^4.15.1",
"webpackbar": "^5.0.2"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.7",
"core-js": "^3.29.1"
}
}
Loading

0 comments on commit 2316ea3

Please sign in to comment.