Compare commits
4 commits
e7cdc8c97c
...
b42083122d
Author | SHA1 | Date | |
---|---|---|---|
b42083122d | |||
4971b6c5e6 | |||
c9e793f12a | |||
8a1541b5bc |
2 changed files with 435 additions and 219 deletions
10
package.json
10
package.json
|
@ -34,22 +34,22 @@
|
|||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-conventional": "17.8.1",
|
||||
"@commitlint/cli": "18.0.0",
|
||||
"@commitlint/config-conventional": "18.0.0",
|
||||
"@guanghechen/rollup-plugin-copy": "5.0.9",
|
||||
"@swc/core": "1.3.93",
|
||||
"@swc/core": "1.3.94",
|
||||
"conventional-changelog-cli": "4.1.0",
|
||||
"conventional-changelog-conventionalcommits": "7.0.2",
|
||||
"eslint": "8.51.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-prettier": "5.0.1",
|
||||
"fs-extra": "11.1.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.8.8",
|
||||
"rimraf": "5.0.5",
|
||||
"rollup": "4.1.4",
|
||||
"rollup-plugin-styles": "4.0.0",
|
||||
"rollup-plugin-swc3": "0.10.2",
|
||||
"rollup-plugin-swc3": "0.10.3",
|
||||
"sass": "1.62.1",
|
||||
"semver": "7.5.4",
|
||||
"yargs": "17.7.2"
|
||||
|
|
Loading…
Reference in a new issue