Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent d6305e0 commit a07debe
Show file tree
Hide file tree
Showing 16 changed files with 657 additions and 686 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.4.1",
"@commitlint/cli": "19.5.0",
"@jpapini/commitlint-config": "workspace:*",
"@jpapini/eslint-config": "workspace:*",
"@jpapini/git-hooks": "workspace:*",
"@jpapini/jest-config": "workspace:*",
"@jpapini/prettier-config": "workspace:*",
"@jpapini/typescript-config": "workspace:*",
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.7.24",
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.16.5",
"eslint": "8.57.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.6",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"plop": "4.0.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"turbo": "2.1.1",
"typescript": "5.5.4",
"vite": "5.4.3"
"turbo": "2.1.2",
"typescript": "5.6.2",
"vite": "5.4.7"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
}
}
10 changes: 5 additions & 5 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
"reset": "pnpm run clean; rimraf node_modules"
},
"dependencies": {
"@commitlint/config-conventional": "19.4.1"
"@commitlint/config-conventional": "19.5.0"
},
"devDependencies": {
"@commitlint/cli": "19.4.1",
"npm-run-all2": "6.2.2"
"@commitlint/cli": "19.5.0",
"npm-run-all2": "6.2.3"
},
"peerDependencies": {
"@commitlint/cli": "19"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "55.0.0"
},
"devDependencies": {
"eslint": "8.57.0",
"npm-run-all2": "6.2.2"
"eslint": "8.57.1",
"npm-run-all2": "6.2.3"
},
"peerDependencies": {
"eslint": "8"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/git-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"reset": "pnpm run clean; rimraf hooks/_ node_modules"
},
"dependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/cli": "19.5.0",
"@jpapini/commitlint-config": "workspace:*",
"@jpapini/lint-staged-config": "workspace:*",
"husky": "9.1.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"resolve-bin": "1.0.1"
},
"devDependencies": {
"npm-run-all2": "6.2.2"
"npm-run-all2": "6.2.3"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"resolve-bin": "1.0.1"
},
"devDependencies": {
"npm-run-all2": "6.2.2"
"npm-run-all2": "6.2.3"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"devDependencies": {
"@jest/types": "29.6.3",
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.7.24",
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"jest": "29.7.0",
"npm-run-all2": "6.2.2",
"typescript": "5.5.4"
"npm-run-all2": "6.2.3",
"typescript": "5.6.2"
},
"peerDependencies": {
"@swc/core": "1",
"@swc/jest": "0.2",
"jest": "29"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
},
"devDependencies": {
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.2"
"npm-run-all2": "6.2.3"
},
"peerDependencies": {
"lint-staged": "15"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"npm-run-all2": "6.2.2"
"npm-run-all2": "6.2.3"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/nest-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"@nestjs/common": "10.4.1",
"npm-run-all2": "6.2.2",
"@nestjs/common": "10.4.4",
"npm-run-all2": "6.2.3",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@nestjs/common": "10"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
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 @@ -41,20 +41,20 @@
"prettier-plugin-tailwindcss": "0.6.6"
},
"devDependencies": {
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3"
},
"peerDependencies": {
"prettier": "3"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"stylelint-config-tailwindcss": "0.0.7"
},
"devDependencies": {
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"stylelint": "16.9.0"
},
"peerDependencies": {
"stylelint": "16"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/type-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"npm-run-all2": "6.2.2"
"npm-run-all2": "6.2.3"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"reset": "pnpm run clean; rimraf node_modules"
},
"devDependencies": {
"npm-run-all2": "6.2.2",
"typescript": "5.5.4"
"npm-run-all2": "6.2.3",
"typescript": "5.6.2"
},
"peerDependencies": {
"typescript": "5"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
},
"dependencies": {
"rollup-plugin-node-externals": "7.1.3",
"vite-plugin-dts": "4.1.1",
"vite-plugin-dts": "4.2.1",
"vite-tsconfig-paths": "5.0.1"
},
"devDependencies": {
"npm-run-all2": "6.2.2",
"vite": "5.4.3"
"npm-run-all2": "6.2.3",
"vite": "5.4.7"
},
"peerDependencies": {
"vite": "5"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"pnpm": "9.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a07debe

Please sign in to comment.