Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent 466610b commit aa31c60
Show file tree
Hide file tree
Showing 5 changed files with 1,371 additions and 806 deletions.
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"extends": "@xstools-dev/eslint-config/base"
},
"dependencies": {
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/core": "~7.26.8",
"@babel/eslint-parser": "~7.26.8",
"@babel/preset-react": "~7.26.3",
"@typescript-eslint/eslint-plugin": "~8.18.1",
"@typescript-eslint/parser": "~8.18.1",
"@typescript-eslint/eslint-plugin": "~8.23.0",
"@typescript-eslint/parser": "~8.23.0",
"eslint": "~8.57.1",
"eslint-config-alloy": "~5.1.2",
"eslint-config-prettier": "~9.1.0",
"eslint-config-taro": "~3.6.35",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-prettier": "~5.2.3",
"eslint-plugin-react": "~7.37.4",
"eslint-plugin-react-hooks": "~5.1.0",
"eslint-plugin-react-refresh": "~0.4.16"
"eslint-plugin-react-refresh": "~0.4.19"
},
"devDependencies": {
"@types/eslint": "^8.56.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"dependencies": {
"prettier": "~3.4.2",
"prettier-plugin-multiline-arrays": "~4.0.1",
"prettier-plugin-multiline-arrays": "~4.0.2",
"prettier-plugin-organize-imports": "~4.1.0",
"prettier-plugin-packagejson": "~2.5.6",
"prettier-plugin-packagejson": "~2.5.8",
"prettier-plugin-prisma": "~5.0.0",
"prettier-plugin-tailwindcss": "~0.6.9"
"prettier-plugin-tailwindcss": "~0.6.11"
},
"publishConfig": {
"access": "public",
Expand Down
16 changes: 8 additions & 8 deletions packages/tools-mono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "~2.27.11",
"@commitlint/cli": "~19.6.1",
"@commitlint/config-conventional": "~19.6.0",
"@release-it/conventional-changelog": "~9.0.3",
"@changesets/cli": "~2.27.12",
"@commitlint/cli": "~19.7.1",
"@commitlint/config-conventional": "~19.7.1",
"@release-it/conventional-changelog": "~9.0.4",
"commitizen": "~4.3.1",
"cz-conventional-changelog": "~3.3.0",
"lint-staged": "~15.2.11",
"release-it": "~17.10.0",
"sherif": "~1.1.1",
"lint-staged": "~15.4.3",
"release-it": "~17.11.0",
"sherif": "~1.3.0",
"simple-git-hooks": "~2.11.1",
"turbo": "~2.3.3"
"turbo": "~2.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/tools-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"extends": "@xstools-dev/eslint-config/base"
},
"dependencies": {
"@dotenvx/dotenvx": "~1.31.3",
"@malagu/cli": "2.58.0",
"@dotenvx/dotenvx": "~1.35.0",
"@malagu/cli": "2.60.3",
"@wesvg/cli": "^0.2.0",
"babel-plugin-import": "~1.13.8",
"chokidar": "~4.0.3",
"del-cli": "~6.0.0",
"miniprogram-ci": "~2.0.10",
"port-client": "^1.4.5",
"tsup": "~8.3.5"
"tsup": "~8.3.6"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit aa31c60

Please sign in to comment.