Skip to content

Commit

Permalink
chore: auto updated dependencies on 07/12/2024 (#38)
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 Dec 8, 2024
1 parent 5943d7e commit a3cffb7
Show file tree
Hide file tree
Showing 12 changed files with 761 additions and 476 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"features": {
"ghcr.io/devcontainers/features/node": {
"version": "22.11.0"
"version": "22.12.0"
},
"ghcr.io/devcontainers-contrib/features/pnpm": {
"version": "9.14.4"
"version": "9.15.0"
},
"ghcr.io/balazs23/devcontainers-features/nx": {
"version": "20.1.4"
"version": "20.2.1"
}
},
"postCreateCommand": "pnpm setup"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
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.6",
"@vitest/coverage-v8": "^2.1.8",
"execa": "^9.5.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [],
"author": {
Expand All @@ -56,11 +56,11 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"prettier": "@organization/prettier-config",
"nx": {}
}
16 changes: 8 additions & 8 deletions apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"typecheck:test": "echo 'No test files'"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@organization/eslint-config": "workspace:*",
"@organization/prettier-config": "workspace:*",
"@organization/tsconfig": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"keywords": [],
"author": {
Expand All @@ -42,11 +42,11 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"prettier": "@organization/prettier-config",
"nx": {}
}
14 changes: 7 additions & 7 deletions devpacks/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@organization/prettier-config": "workspace:*",
Expand All @@ -49,12 +49,12 @@
"@types/node": "^22.10.1",
"eslint": "^9.16.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",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript-eslint": "^8.16.0"
"typescript-eslint": "^8.17.0"
},
"nx": {},
"prettier": "@organization/prettier-config"
Expand Down
8 changes: 4 additions & 4 deletions devpacks/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"devDependencies": {
"prettier": "3.4.1",
"prettier": "3.4.2",
"rimraf": "^6.0.1"
},
"nx": {}
Expand Down
10 changes: 5 additions & 5 deletions devpacks/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@organization/tsconfig": "workspace:*",
"@organization/tsup": "workspace:*",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"execa": "^9.5.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [],
"author": {
Expand All @@ -58,11 +58,11 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"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 @@ -21,11 +21,11 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions devpacks/tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"nx": {}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"nx": "20.1.4",
"nx": "20.2.1",
"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.6",
"@vitest/coverage-v8": "^2.1.8",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [],
"author": {
Expand All @@ -50,11 +50,11 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "22.11.0",
"pnpm": "9.14.4"
"node": "22.12.0",
"pnpm": "9.15.0"
},
"engineStrict": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"prettier": "@organization/prettier-config",
"nx": {}
}
Loading

0 comments on commit a3cffb7

Please sign in to comment.