Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 08b014e commit 6ee18e8
Show file tree
Hide file tree
Showing 16 changed files with 268 additions and 259 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"@jpapini/prettier-config": "workspace:*",
"@jpapini/typescript-config": "workspace:*",
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.6.6",
"@swc/core": "1.6.7",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"eslint": "8.57.0",
"jest": "29.7.0",
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"plop": "4.0.1",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"rimraf": "5.0.8",
"turbo": "2.0.6",
"typescript": "5.5.3",
"vite": "5.3.2"
"vite": "5.3.3"
},
"packageManager": "[email protected]",
"engines": {
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 @@ -37,7 +37,7 @@
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"peerDependencies": {
"@commitlint/cli": "19"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "54.0.0"
},
"devDependencies": {
"eslint": "8.57.0",
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"peerDependencies": {
"eslint": "8"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"resolve-bin": "1.0.1"
},
"devDependencies": {
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"resolve-bin": "1.0.1"
},
"devDependencies": {
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"devDependencies": {
"@jest/types": "29.6.3",
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.6.6",
"@swc/core": "1.6.7",
"@swc/jest": "0.2.36",
"jest": "29.7.0",
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"typescript": "5.5.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"lint-staged": "15.2.7",
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"peerDependencies": {
"lint-staged": "15"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nest-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"@nestjs/common": "10.3.10",
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
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 @@ -41,7 +41,7 @@
"prettier-plugin-tailwindcss": "0.6.5"
},
"devDependencies": {
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"prettier": "3.3.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"reset": "pnpm run clean; rimraf node_modules"
},
"dependencies": {
"stylelint-config-clean-order": "6.0.0",
"stylelint-config-clean-order": "6.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-tailwindcss": "0.0.7"
},
"devDependencies": {
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"stylelint": "16.6.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/type-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"npm-run-all2": "6.2.0"
"npm-run-all2": "6.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"reset": "pnpm run clean; rimraf node_modules"
},
"devDependencies": {
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"typescript": "5.5.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"vite-tsconfig-paths": "4.3.2"
},
"devDependencies": {
"npm-run-all2": "6.2.0",
"vite": "5.3.2"
"npm-run-all2": "6.2.2",
"vite": "5.3.3"
},
"peerDependencies": {
"vite": "5"
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.6.6",
"@swc/core": "1.6.7",
"@swc/types": "0.1.9",
"@types/webpack": "5.28.5",
"@types/webpack-node-externals": "3.0.4",
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
Expand Down
Loading

0 comments on commit 6ee18e8

Please sign in to comment.