Skip to content

Commit e93888b

Browse files
committed
chore: upgrade packages
1 parent c907a8c commit e93888b

File tree

6 files changed

+57
-20
lines changed

6 files changed

+57
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ testem.log
3939
Thumbs.db
4040

4141
.nx/cache
42+
.nx/workspace-data
4243
.angular

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/coverage
44
/.nx/cache
55
.angular
6+
7+
/.nx/workspace-data

.vscode/launch.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"skipFiles": [
12+
"<node_internals>/**"
13+
],
14+
"program": "${workspaceFolder}\\scripts\\build.js"
15+
}
16+
]
17+
}

bun.lockb

4.91 KB
Binary file not shown.

migrations.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"migrations": [
3+
{
4+
"cli": "nx",
5+
"version": "19.2.0-beta.2",
6+
"description": "Updates the default workspace data directory to .nx/workspace-data",
7+
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
8+
"package": "nx",
9+
"name": "19-2-0-move-graph-cache-directory"
10+
}
11+
]
12+
}

package.json

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nestjs/common": "^10.3.8",
2323
"@nestjs/core": "^10.3.8",
2424
"@nestjs/platform-express": "^10.3.8",
25-
"@nx/angular": "19.1.1",
25+
"@nx/angular": "19.2.0",
2626
"axios": "^1.7.2",
2727
"express": "~4.19.2",
2828
"ngxtension": "^3.3.0",
@@ -35,49 +35,54 @@
3535
"@angular-devkit/build-angular": "~18.0.1",
3636
"@angular-devkit/core": "~18.0.1",
3737
"@angular-devkit/schematics": "~18.0.1",
38-
"@angular-eslint/eslint-plugin": "rc-v18",
39-
"@angular-eslint/eslint-plugin-template": "rc-v18",
40-
"@angular-eslint/template-parser": "rc-v18",
38+
"@angular-eslint/eslint-plugin": "18.0.1",
39+
"@angular-eslint/eslint-plugin-template": "18.0.1",
40+
"@angular-eslint/template-parser": "18.0.1",
4141
"@angular/cli": "~18.0.1",
4242
"@angular/compiler-cli": "~18.0.0",
4343
"@angular/language-service": "~18.0.0",
4444
"@nestjs/schematics": "^10.1.1",
4545
"@nestjs/testing": "^10.3.8",
46-
"@nx/devkit": "19.1.1",
47-
"@nx/eslint": "19.1.1",
48-
"@nx/eslint-plugin": "19.1.1",
49-
"@nx/jest": "19.1.1",
50-
"@nx/js": "19.1.1",
51-
"@nx/nest": "19.1.1",
52-
"@nx/node": "19.1.1",
53-
"@nx/playwright": "19.1.1",
54-
"@nx/web": "19.1.1",
55-
"@nx/webpack": "19.1.1",
56-
"@nx/workspace": "19.1.1",
46+
"@nx/devkit": "19.2.0",
47+
"@nx/eslint": "19.2.0",
48+
"@nx/eslint-plugin": "19.2.0",
49+
"@nx/jest": "19.2.0",
50+
"@nx/js": "19.2.0",
51+
"@nx/nest": "19.2.0",
52+
"@nx/node": "19.2.0",
53+
"@nx/playwright": "19.2.0",
54+
"@nx/web": "19.2.0",
55+
"@nx/webpack": "19.2.0",
56+
"@nx/workspace": "19.2.0",
5757
"@playwright/test": "^1.44.1",
5858
"@schematics/angular": "~18.0.1",
59-
"@swc-node/register": "~1.9.1",
60-
"@swc/core": "~1.5.7",
61-
"@swc/helpers": "~0.5.11",
59+
"@swc-node/register": "1.9.1",
60+
"@swc/core": "1.5.25",
61+
"@swc/helpers": "0.5.11",
6262
"@types/express": "4.17.21",
6363
"@types/jest": "^29.5.12",
6464
"@types/node": "20.13.0",
6565
"@typescript-eslint/eslint-plugin": "^7.10.0",
6666
"@typescript-eslint/parser": "^7.10.0",
6767
"concurrently": "^8.2.2",
68-
"eslint": "~9.4.0",
6968
"eslint-config-prettier": "^9.1.0",
7069
"eslint-plugin-playwright": "^1.6.2",
7170
"jest": "^29.7.0",
7271
"jest-environment-jsdom": "^29.7.0",
7372
"jest-environment-node": "^29.7.0",
7473
"jest-preset-angular": "~14.1.0",
75-
"nx": "19.1.1",
74+
"nx": "19.2.0",
7675
"prettier": "^3.2.5",
7776
"ts-jest": "^29.1.3",
7877
"ts-node": "10.9.2",
7978
"typescript": "~5.4.5",
8079
"wait-on": "^7.2.0",
8180
"webpack-cli": "^5.1.4"
81+
},
82+
"engines": {
83+
"node": ">=22"
84+
},
85+
"volta": {
86+
"node": "22.2.0"
8287
}
8388
}

0 commit comments

Comments
 (0)