Skip to content

Commit

Permalink
chore: auto updated dependencies on 23/11/2024 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: jhasuraj01 <44930179+jhasuraj01@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jhasuraj01 authored Nov 23, 2024
1 parent 436d1b1 commit 38cc7ed
Show file tree
Hide file tree
Showing 11 changed files with 514 additions and 507 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"version": "22.11.0"
},
"ghcr.io/devcontainers-contrib/features/pnpm": {
"version": "9.12.3"
"version": "9.14.2"
},
"ghcr.io/balazs23/devcontainers-features/nx": {
"version": "20.0.12"
"version": "20.1.3"
}
},
"postCreateCommand": "pnpm setup"
Expand Down
10 changes: 5 additions & 5 deletions apps/cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@organization/prettier-config": "workspace:*",
"@organization/tsconfig": "workspace:*",
"@organization/tsup": "workspace:*",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.5",
"execa": "^9.5.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"keywords": [],
"author": {
Expand All @@ -57,10 +57,10 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"prettier": "@organization/prettier-config",
"nx": {}
}
8 changes: 4 additions & 4 deletions apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"keywords": [],
"author": {
Expand All @@ -43,10 +43,10 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"prettier": "@organization/prettier-config",
"nx": {}
}
12 changes: 6 additions & 6 deletions devpacks/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@organization/prettier-config": "workspace:*",
"@organization/tsconfig": "workspace:*",
"@organization/tsup": "workspace:*",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"eslint": "^9.14.0",
"@types/node": "^22.9.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.15.0"
},
"nx": {},
"prettier": "@organization/prettier-config"
Expand Down
4 changes: 2 additions & 2 deletions devpacks/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"prettier": "3.3.3",
"rimraf": "^6.0.1"
Expand Down
12 changes: 6 additions & 6 deletions devpacks/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@organization/prettier-config": "workspace:*",
"@organization/tsconfig": "workspace:*",
"@organization/tsup": "workspace:*",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"@types/node": "^22.9.2",
"@vitest/coverage-v8": "^2.1.5",
"execa": "^9.5.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"keywords": [],
"author": {
Expand All @@ -59,10 +59,10 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"prettier": "@organization/prettier-config",
"nx": {}
}
6 changes: 3 additions & 3 deletions devpacks/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"nx": {}
}
6 changes: 3 additions & 3 deletions devpacks/tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@organization/tsconfig": "workspace:*",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"tsup": "^8.3.5"
Expand All @@ -42,9 +42,9 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"nx": {}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"nx": "20.0.12",
"nx": "20.1.3",
"rimraf": "^6.0.1"
},
"lint-staged": {
Expand Down
10 changes: 5 additions & 5 deletions packages/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@organization/prettier-config": "workspace:*",
"@organization/tsconfig": "workspace:*",
"@organization/tsup": "workspace:*",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.5",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"keywords": [],
"author": {
Expand All @@ -51,10 +51,10 @@
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.12.3"
"pnpm": "9.14.2"
},
"engineStrict": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"prettier": "@organization/prettier-config",
"nx": {}
}
Loading

0 comments on commit 38cc7ed

Please sign in to comment.