Remove release-it/bumper package and bump release it version
This commit is contained in:
parent
1f0961a4de
commit
0c4cabe229
4 changed files with 538 additions and 535 deletions
|
@ -57,7 +57,7 @@
|
|||
"import/no-cycle": "off", // pathpidia issue
|
||||
"import/prefer-default-export": "off",
|
||||
"@typescript-eslint/no-misused-promises": ["error"],
|
||||
"@typescript-eslint/no-floating-promises": ["error"],
|
||||
"@typescript-eslint/no-floating-promises": ["error"]
|
||||
},
|
||||
"settings": {
|
||||
"import/parsers": {
|
||||
|
|
|
@ -6,11 +6,5 @@
|
|||
},
|
||||
"npm": {
|
||||
"publish": true
|
||||
},
|
||||
"plugins": {
|
||||
"@release-it/bumper": {
|
||||
"in": "package.json",
|
||||
"out": ["package.json"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,8 +26,7 @@
|
|||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@release-it/bumper": "^2.0.0",
|
||||
"release-it": "^14.5.0",
|
||||
"release-it": "^15.4.1",
|
||||
"@testing-library/dom": "^8.17.1",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/node": "^18.6.5",
|
||||
|
|
1062
pnpm-lock.yaml
1062
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue