Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed May 15, 2024
1 parent 6437a62 commit b75acb5
Show file tree
Hide file tree
Showing 22 changed files with 4,469 additions and 4,984 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"lint:eslint": "eslint \"{src,template-*}/**/*.{js,cjs,ts}\" *.{js,cjs,ts} --fix --cache",
"lint:stylelint": "stylelint \"template-*/**/*.{css,scss,less,vue,html}\" --fix --cache",
"lint:prettier": "prettier --write \"{src,template-*}/**/*.{js,cjs,ts,json,md}\" *.{js,cjs,ts,json,md}",
"prepare": "husky",
"prepublishOnly": "npm run build && np --any-branch --yolo --no-publish --message \"chore: release v%s\""
"prepare": "husky"
},
"dependencies": {
"kolorist": "^1.8.0",
Expand All @@ -61,26 +60,25 @@
"shelljs": "^0.8.5"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/cli": "^19.3.0",
"@tomjs/commitlint": "^3.0.0",
"@tomjs/eslint": "^2.3.0",
"@tomjs/prettier": "^1.3.0",
"@tomjs/stylelint": "^2.3.0",
"@tomjs/tsconfig": "^1.5.0",
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.26",
"@types/node": "^18.19.33",
"@types/prompts": "^2.4.9",
"@types/shelljs": "^0.8.15",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"np": "^9.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint": "^16.5.0",
"tsup": "^8.0.2",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
}
}
Loading

0 comments on commit b75acb5

Please sign in to comment.