Skip to content

Commit

Permalink
build(deps-dev): bump commitlint from 11.0.0 to 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 930ca8d commit afb1cd4
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 1,383 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -24,8 +24,8 @@
"api:watch": "onchange 'packages/**/src/**/*.ts' -- npx typedoc",
"api:server": "serve apis",
"--------- ": "",
"docs:dev": "dumi dev",
"docs:build": "dumi build",
"docs:dev": "umi dev --dumi",
"docs:build": "umi build --dumi",
"--------- ": "",
"test": "lerna run test",
"test:coverage": "jest --coverage",
Expand Down Expand Up @@ -73,19 +73,19 @@
"@types/react-dom": "^17.0.1",
"@types/uuid": "^8.3.0",
"@umijs/fabric": "^2.2.2",
"@umijs/preset-dumi": "^1.1.9",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.10",
"antd": "^4.14.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-import": "^1.12.2",
"babel-plugin-module-resolver": "^4.1.0",
"commitlint": "^11.0.0",
"commitlint": "^12.0.1",
"commitlint-config-gitmoji": "^2.2.1",
"concurrently": "^5.3.0",
"cross-env": "^7.0.0",
"dpdm": "^3.5.0",
"dumi": "^1.1.0",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.7.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand Down Expand Up @@ -116,7 +116,7 @@
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.20.13",
"typescript": "^4.1.3",
"umi": "^3.0.0",
"umi": "^3.4.2",
"utility-types": "^3.10.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^3.3.12"
Expand Down

0 comments on commit afb1cd4

Please sign in to comment.