Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Dec 7, 2023
1 parent 372c4e9 commit 9486fcc
Show file tree
Hide file tree
Showing 6 changed files with 601 additions and 547 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"release": "tsx scripts/release.ts"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@types/minimist": "^1.2.4",
"@types/node": "^20.8.8",
"@types/prompts": "^2.4.7",
"@types/semver": "^7.5.4",
"@commitlint/cli": "^18.4.3",
"@types/minimist": "^1.2.5",
"@types/node": "^20.10.3",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.52.0",
"eslint": "^8.55.0",
"execa": "8.0.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"kolorist": "^1.8.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.0",
"minimist": "^1.2.8",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@commitlint/config-conventional": "^18.0.0"
"@commitlint/config-conventional": "^18.4.3"
},
"peerDependencies": {
"@commitlint/cli": "*"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"./package.json": "./package.json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-vue": "^9.18.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-yml": "^1.10.0",
"jsonc-eslint-parser": "^2.4.0",
"vue-eslint-parser": "^9.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"prettier": ">=2.5.0"
},
"devDependencies": {
"prettier": "^3.0.3"
"prettier": "^3.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^9.2.0",
"postcss-preset-env": "^9.3.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-order": "^6.0.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9486fcc

Please sign in to comment.