chore(ui): add dev dependencies

This commit is contained in:
robin 2022-11-21 18:20:27 +08:00
parent f13bd2ed06
commit 35834dfcb2
2 changed files with 19 additions and 0 deletions

View File

@ -39,6 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.0.3", "@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.2.0",
"@fullhuman/postcss-purgecss": "^4.1.3", "@fullhuman/postcss-purgecss": "^4.1.3",
"@testing-library/dom": "^8.17.1", "@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",

View File

@ -2,6 +2,7 @@ lockfileVersion: 5.4
specifiers: specifiers:
'@commitlint/cli': ^17.0.3 '@commitlint/cli': ^17.0.3
'@commitlint/config-conventional': ^17.2.0
'@fullhuman/postcss-purgecss': ^4.1.3 '@fullhuman/postcss-purgecss': ^4.1.3
'@testing-library/dom': ^8.17.1 '@testing-library/dom': ^8.17.1
'@testing-library/jest-dom': ^4.2.4 '@testing-library/jest-dom': ^4.2.4
@ -91,6 +92,7 @@ dependencies:
devDependencies: devDependencies:
'@commitlint/cli': 17.1.2 '@commitlint/cli': 17.1.2
'@commitlint/config-conventional': 17.2.0
'@fullhuman/postcss-purgecss': 4.1.3_postcss@8.4.16 '@fullhuman/postcss-purgecss': 4.1.3_postcss@8.4.16
'@testing-library/dom': 8.18.1 '@testing-library/dom': 8.18.1
'@testing-library/jest-dom': 4.2.4 '@testing-library/jest-dom': 4.2.4
@ -1419,6 +1421,13 @@ packages:
- '@swc/wasm' - '@swc/wasm'
dev: true dev: true
/@commitlint/config-conventional/17.2.0:
resolution: {integrity: sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==}
engines: {node: '>=v14'}
dependencies:
conventional-changelog-conventionalcommits: 5.0.0
dev: true
/@commitlint/config-validator/17.1.0: /@commitlint/config-validator/17.1.0:
resolution: {integrity: sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==} resolution: {integrity: sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
@ -3763,6 +3772,15 @@ packages:
q: 1.5.1 q: 1.5.1
dev: true dev: true
/conventional-changelog-conventionalcommits/5.0.0:
resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==}
engines: {node: '>=10'}
dependencies:
compare-func: 2.0.0
lodash: 4.17.21
q: 1.5.1
dev: true
/conventional-commits-parser/3.2.4: /conventional-commits-parser/3.2.4:
resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==}
engines: {node: '>=10'} engines: {node: '>=10'}