Skip to content

Commit

Permalink
chore: update to Nx workspace to v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed May 7, 2024
1 parent 100f50e commit 88fdc61
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 356 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ghcr.io/devcontainers/features/java:1": {
"installGradle": true,
"installMaven": true,
"version": "17"
"version": "21"
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
ANDROID_SDK_VERSION: 34
FLUTTER_VERSION: 3.19.3
JDK_VERSION: 17.0.10
JDK_VERSION: 21.0.3
timeout-minutes: 60
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ launch-templates:
source $HOME/.sdkman/bin/sdkman-init.sh
sdk version
jdkVersion="${JDK_VERSION:-17.0.10}"
jdkVersion="${JDK_VERSION:-21.0.3}"
jdkDistro="${JDK_DISTRO:-ms}"
javaVersion="${jdkVersion}-${jdkDistro}"
JAVA_HOME="$HOME/.sdkman/candidates/java/$javaVersion"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@jest/globals": "^29.5.0",
"@nx/devkit": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/node": "18.3.4",
"@nx/plugin": "18.3.4",
"@nx/workspace": "18.3.4",
"@nx/devkit": "19.0.0",
"@nx/eslint-plugin": "19.0.0",
"@nx/jest": "19.0.0",
"@nx/js": "19.0.0",
"@nx/node": "19.0.0",
"@nx/plugin": "19.0.0",
"@nx/workspace": "19.0.0",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.62",
"@swc/cli": "0.3.12",
"@swc/core": "1.3.87",
"@types/fs-extra": "^9.0.13",
"@types/jest": "29.4.0",
Expand All @@ -79,11 +79,11 @@
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"nx": "18.3.4",
"nx": "19.0.0",
"prettier": "2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"typescript": "5.4.5",
"verdaccio": "^5.0.4"
},
"repository": {
Expand Down
Loading

0 comments on commit 88fdc61

Please sign in to comment.