Skip to content

Commit 445f7c7

Browse files
committed
build: nx security update
1 parent ddc4208 commit 445f7c7

File tree

5 files changed

+860
-1346
lines changed

5 files changed

+860
-1346
lines changed

apps/docs/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "apps/docs",
55
"projectType": "application",
6+
"tags": [],
67
"targets": {
78
"build": {
89
"executor": "@nx/next:build",
@@ -81,6 +82,5 @@
8182
}
8283
}
8384
}
84-
},
85-
"tags": []
85+
}
8686
}

apps/tester/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "apps/tester",
55
"projectType": "application",
6+
"tags": [],
67
"targets": {
78
"build": {
89
"executor": "@nx/next:build",
@@ -66,6 +67,5 @@
6667
}
6768
}
6869
}
69-
},
70-
"tags": []
70+
}
7171
}

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
"zod": "3.23.8"
2020
},
2121
"devDependencies": {
22-
"@nx/cypress": "21.2.4",
23-
"@nx/devkit": "21.2.4",
24-
"@nx/esbuild": "21.2.4",
25-
"@nx/eslint": "21.2.4",
26-
"@nx/eslint-plugin": "21.2.4",
27-
"@nx/jest": "21.2.4",
28-
"@nx/js": "21.2.4",
29-
"@nx/next": "21.2.4",
30-
"@nx/react": "21.2.4",
31-
"@nx/workspace": "21.2.4",
22+
"@nx/cypress": "21.3.5",
23+
"@nx/devkit": "21.3.5",
24+
"@nx/esbuild": "21.3.5",
25+
"@nx/eslint": "21.3.5",
26+
"@nx/eslint-plugin": "21.3.5",
27+
"@nx/jest": "21.3.5",
28+
"@nx/js": "21.3.5",
29+
"@nx/next": "21.3.5",
30+
"@nx/react": "21.3.5",
31+
"@nx/workspace": "21.3.5",
3232
"@swc-node/register": "1.9.2",
3333
"@swc/core": "1.5.7",
3434
"@testing-library/react": "16.1.0",
35-
"@types/jest": "29.5.14",
35+
"@types/jest": "30.0.0",
3636
"@types/node": "18.16.9",
3737
"@types/react": "18.3.1",
3838
"@types/react-dom": "18.3.0",
3939
"@typescript-eslint/eslint-plugin": "7.16.0",
4040
"@typescript-eslint/parser": "7.16.0",
41-
"babel-jest": "29.7.0",
41+
"babel-jest": "30.0.5",
4242
"cypress": "14.2.1",
4343
"esbuild": "^0.25.6",
4444
"eslint": "8.48.0",
@@ -49,14 +49,15 @@
4949
"eslint-plugin-jsx-a11y": "6.10.1",
5050
"eslint-plugin-react": "7.33.2",
5151
"eslint-plugin-react-hooks": "5.0.0",
52-
"jest": "29.7.0",
53-
"jest-environment-jsdom": "29.7.0",
52+
"jest": "30.0.5",
53+
"jest-environment-jsdom": "30.0.5",
5454
"next": "14.2.30",
55-
"nx": "21.2.4",
55+
"nx": "21.3.5",
5656
"prettier": "3.2.4",
57-
"ts-jest": "^29.1.0",
57+
"ts-jest": "29.4.0",
5858
"ts-node": "10.9.1",
59-
"typescript": "5.8.3"
59+
"typescript": "5.8.3",
60+
"jest-util": "30.0.5"
6061
},
6162
"nx": {
6263
"includedScripts": []

packages/core/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/core/src",
55
"projectType": "library",
6+
"tags": [],
67
"targets": {
78
"build": {
89
"executor": "@nx/esbuild:esbuild",
@@ -38,6 +39,5 @@
3839
"jestConfig": "packages/core/jest.config.ts"
3940
}
4041
}
41-
},
42-
"tags": []
42+
}
4343
}

0 commit comments

Comments
 (0)