Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Nov 21, 2021
1 parent 84e103c commit 73df8ad
Show file tree
Hide file tree
Showing 2 changed files with 972 additions and 811 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -8,41 +8,41 @@
"dependencies": {
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"ts-morph": "^11.0.3"
"ts-morph": "^13.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.9.3",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^1.9.4",
"chalk": "^4.1.2",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"cz-customizable": "^6.3.0",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"execa": "^5.1.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.2.5",
"lint-staged": "^11.2.1",
"eslint": "^8.3.0",
"execa": "^6.0.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.3.1",
"lint-staged": "^12.0.3",
"minimist": "^1.2.5",
"pinst": "^2.1.6",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"pretty-quick": "^3.1.2",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"ts-jest": "^27.0.5",
"tsup": "^5.4.0",
"typescript": "4.4.3",
"vite": "^2.6.5",
"vue": "^3.2.21"
"ts-jest": "^27.0.7",
"tsup": "^5.7.4",
"typescript": "4.5.2",
"vite": "^2.6.14",
"vue": "^3.2.22"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 73df8ad

Please sign in to comment.