@aws/nx-plugin 0.85.0 → 0.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.85.0",
3
+ "version": "0.86.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -23,10 +23,10 @@
23
23
  "prettier": "3.8.1"
24
24
  },
25
25
  "dependencies": {
26
- "@apidevtools/swagger-parser": "10.1.1",
26
+ "@apidevtools/swagger-parser": "12.1.0",
27
27
  "@hey-api/openapi-ts": "0.64.13",
28
28
  "@iarna/toml": "2.2.5",
29
- "@modelcontextprotocol/sdk": "1.27.1",
29
+ "@modelcontextprotocol/sdk": "1.28.0",
30
30
  "@nx/devkit": "22.6.1",
31
31
  "@nx/eslint": "22.6.1",
32
32
  "@nx/js": "22.6.1",
@@ -44,7 +44,7 @@
44
44
  "lodash.uniqby": "4.7.0",
45
45
  "minimatch": "10.2.4",
46
46
  "openapi-types": "12.1.3",
47
- "pip-requirements-js": "0.2.1",
47
+ "pip-requirements-js": "1.0.3",
48
48
  "typescript": "5.9.3",
49
49
  "vite": "7.3.1",
50
50
  "vitest": "4.1.1",
@@ -20,13 +20,13 @@ exports[`infra generator > should add required dependencies to package.json > de
20
20
  "@swc-node/register": "~1.11.1",
21
21
  "@swc/core": "~1.15.5",
22
22
  "@swc/helpers": "~0.5.18",
23
- "@types/node": "22.19.15",
23
+ "@types/node": "25.5.0",
24
24
  "@vitest/coverage-v8": "4.1.1",
25
25
  "eslint": "^9.8.0",
26
26
  "eslint-config-prettier": "^10.0.0",
27
27
  "eslint-plugin-prettier": "5.5.5",
28
28
  "jsdom": "^27.1.0",
29
- "jsonc-eslint-parser": "2.4.2",
29
+ "jsonc-eslint-parser": "3.1.0",
30
30
  "prettier": "3.8.1",
31
31
  "tsx": "4.21.0",
32
32
  "typescript": "~5.9.2",
@@ -54,13 +54,13 @@ exports[`infra generator > should add required dependencies to package.json > pa
54
54
  "@swc-node/register": "~1.11.1",
55
55
  "@swc/core": "~1.15.5",
56
56
  "@swc/helpers": "~0.5.18",
57
- "@types/node": "22.19.15",
57
+ "@types/node": "25.5.0",
58
58
  "@vitest/coverage-v8": "4.1.1",
59
59
  "eslint": "^9.8.0",
60
60
  "eslint-config-prettier": "^10.0.0",
61
61
  "eslint-plugin-prettier": "5.5.5",
62
62
  "jsdom": "^27.1.0",
63
- "jsonc-eslint-parser": "2.4.2",
63
+ "jsonc-eslint-parser": "3.1.0",
64
64
  "prettier": "3.8.1",
65
65
  "tsx": "4.21.0",
66
66
  "typescript": "~5.9.2",
@@ -84,7 +84,7 @@ exports[`infra generator > should configure Checkov target correctly > checkov-t
84
84
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
85
85
  ],
86
86
  "options": {
87
- "command": "uvx checkov==3.2.510 --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
87
+ "command": "uvx checkov==3.2.511 --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
88
88
  },
89
89
  "outputs": [
90
90
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -177,7 +177,7 @@ exports[`infra generator > should configure project.json with correct targets >
177
177
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
178
178
  ],
179
179
  "options": {
180
- "command": "uvx checkov==3.2.510 --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
180
+ "command": "uvx checkov==3.2.511 --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
181
181
  },
182
182
  "outputs": [
183
183
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -739,7 +739,7 @@ exports[`infra generator > should handle custom project names correctly > custom
739
739
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
740
740
  ],
741
741
  "options": {
742
- "command": "uvx checkov==3.2.510 --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
742
+ "command": "uvx checkov==3.2.511 --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
743
743
  },
744
744
  "outputs": [
745
745
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -613,7 +613,7 @@ dependencies = [
613
613
  "aws-lambda-powertools==3.26.0",
614
614
  "mcp==1.26.0",
615
615
  "uvicorn==0.42.0",
616
- "boto3==1.42.75",
616
+ "boto3==1.42.76",
617
617
  "aws-opentelemetry-distro==0.16.0"
618
618
  ]
619
619
 
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "projectType": {
31
31
  "type": "string",
32
- "description": "Project type",
32
+ "description": "Whether the project is an application or library",
33
33
  "default": "application",
34
34
  "enum": ["application", "library"]
35
35
  },
@@ -645,9 +645,9 @@ version = "0.1.0"
645
645
  dependencies = [
646
646
  "aws-lambda-powertools==3.26.0",
647
647
  "aws-opentelemetry-distro==0.16.0",
648
- "bedrock-agentcore==0.1.7",
648
+ "bedrock-agentcore==1.4.7",
649
649
  "fastapi==0.135.2",
650
- "boto3==1.42.75",
650
+ "boto3==1.42.76",
651
651
  "mcp==1.26.0",
652
652
  "strands-agents==1.33.0",
653
653
  "strands-agents-tools==0.2.23",
@@ -690,8 +690,8 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
690
690
  },
691
691
  "dependencies": {
692
692
  "@aws-lambda-powertools/parameters": "2.32.0",
693
- "@aws-sdk/client-appconfigdata": "3.1015.0",
694
- "@modelcontextprotocol/sdk": "1.27.1",
693
+ "@aws-sdk/client-appconfigdata": "3.1017.0",
694
+ "@modelcontextprotocol/sdk": "1.28.0",
695
695
  "express": "5.2.1",
696
696
  "zod": "4.3.6"
697
697
  },
@@ -1052,8 +1052,8 @@ exports[`react-website generator > Tanstack router integration > should generate
1052
1052
  "{
1053
1053
  "name": "@proj/source",
1054
1054
  "dependencies": {
1055
- "@cloudscape-design/board-components": "3.0.154",
1056
- "@cloudscape-design/components": "3.0.1244",
1055
+ "@cloudscape-design/board-components": "3.0.158",
1056
+ "@cloudscape-design/components": "3.0.1250",
1057
1057
  "@cloudscape-design/global-styles": "1.0.53",
1058
1058
  "aws-cdk-lib": "2.244.0",
1059
1059
  "constructs": "10.6.0",
@@ -1077,7 +1077,7 @@ exports[`react-website generator > Tanstack router integration > should generate
1077
1077
  "@tailwindcss/vite": "4.2.2",
1078
1078
  "@testing-library/dom": "10.4.0",
1079
1079
  "@testing-library/react": "16.3.0",
1080
- "@types/node": "22.19.15",
1080
+ "@types/node": "25.5.0",
1081
1081
  "@types/react": "^19.0.0",
1082
1082
  "@types/react-dom": "^19.0.0",
1083
1083
  "@vitejs/plugin-react": "^4.2.0",
@@ -1092,7 +1092,7 @@ exports[`react-website generator > Tanstack router integration > should generate
1092
1092
  "eslint-plugin-react-hooks": "5.0.0",
1093
1093
  "jiti": "2.4.2",
1094
1094
  "jsdom": "~22.1.0",
1095
- "jsonc-eslint-parser": "2.4.2",
1095
+ "jsonc-eslint-parser": "3.1.0",
1096
1096
  "prettier": "3.8.1",
1097
1097
  "typescript": "~5.9.2",
1098
1098
  "typescript-eslint": "^8.40.0",
@@ -2642,10 +2642,10 @@ exports[`react-website generator > Tanstack router integration > should generate
2642
2642
  "{
2643
2643
  "name": "@proj/source",
2644
2644
  "dependencies": {
2645
- "@cloudscape-design/board-components": "3.0.154",
2646
- "@cloudscape-design/components": "3.0.1244",
2645
+ "@cloudscape-design/board-components": "3.0.158",
2646
+ "@cloudscape-design/components": "3.0.1250",
2647
2647
  "@cloudscape-design/global-styles": "1.0.53",
2648
- "@tanstack/react-router": "1.168.3",
2648
+ "@tanstack/react-router": "1.168.4",
2649
2649
  "aws-cdk-lib": "2.244.0",
2650
2650
  "constructs": "10.6.0",
2651
2651
  "react": "19.2.4",
@@ -2666,13 +2666,13 @@ exports[`react-website generator > Tanstack router integration > should generate
2666
2666
  "@swc/core": "~1.15.5",
2667
2667
  "@swc/helpers": "~0.5.18",
2668
2668
  "@tailwindcss/vite": "4.2.2",
2669
- "@tanstack/router-generator": "1.166.17",
2670
- "@tanstack/router-plugin": "1.167.4",
2669
+ "@tanstack/router-generator": "1.166.18",
2670
+ "@tanstack/router-plugin": "1.167.5",
2671
2671
  "@tanstack/router-utils": "1.161.6",
2672
2672
  "@tanstack/virtual-file-routes": "1.161.7",
2673
2673
  "@testing-library/dom": "10.4.0",
2674
2674
  "@testing-library/react": "16.3.0",
2675
- "@types/node": "22.19.15",
2675
+ "@types/node": "25.5.0",
2676
2676
  "@types/react": "^19.0.0",
2677
2677
  "@types/react-dom": "^19.0.0",
2678
2678
  "@vitejs/plugin-react": "^4.2.0",
@@ -2687,7 +2687,7 @@ exports[`react-website generator > Tanstack router integration > should generate
2687
2687
  "eslint-plugin-react-hooks": "5.0.0",
2688
2688
  "jiti": "2.4.2",
2689
2689
  "jsdom": "~22.1.0",
2690
- "jsonc-eslint-parser": "2.4.2",
2690
+ "jsonc-eslint-parser": "3.1.0",
2691
2691
  "prettier": "3.8.1",
2692
2692
  "typescript": "~5.9.2",
2693
2693
  "typescript-eslint": "^8.40.0",
@@ -4899,10 +4899,10 @@ root &&
4899
4899
 
4900
4900
  exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
4901
4901
  {
4902
- "@cloudscape-design/board-components": "3.0.154",
4903
- "@cloudscape-design/components": "3.0.1244",
4902
+ "@cloudscape-design/board-components": "3.0.158",
4903
+ "@cloudscape-design/components": "3.0.1250",
4904
4904
  "@cloudscape-design/global-styles": "1.0.53",
4905
- "@tanstack/react-router": "1.168.3",
4905
+ "@tanstack/react-router": "1.168.4",
4906
4906
  "aws-cdk-lib": "2.244.0",
4907
4907
  "constructs": "10.6.0",
4908
4908
  "react": "19.2.4",
@@ -7,9 +7,9 @@
7
7
  */
8
8
  export declare const TS_VERSIONS: {
9
9
  readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.9.0";
10
- readonly '@aws-sdk/client-dynamodb': "3.1015.0";
11
- readonly '@aws-sdk/client-sts': "3.1015.0";
12
- readonly '@aws-sdk/credential-providers': "3.1015.0";
10
+ readonly '@aws-sdk/client-dynamodb': "3.1017.0";
11
+ readonly '@aws-sdk/client-sts': "3.1017.0";
12
+ readonly '@aws-sdk/credential-providers': "3.1017.0";
13
13
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
14
14
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
15
15
  readonly '@aws-lambda-powertools/logger': "2.32.0";
@@ -17,30 +17,30 @@ export declare const TS_VERSIONS: {
17
17
  readonly '@aws-lambda-powertools/parameters': "2.32.0";
18
18
  readonly '@aws-lambda-powertools/tracer': "2.32.0";
19
19
  readonly '@aws-lambda-powertools/parser': "2.32.0";
20
- readonly '@aws-sdk/client-appconfigdata': "3.1015.0";
21
- readonly '@middy/core': "6.4.5";
20
+ readonly '@aws-sdk/client-appconfigdata': "3.1017.0";
21
+ readonly '@middy/core': "7.2.1";
22
22
  readonly '@nxlv/python': "22.1.1";
23
- readonly '@nx-extend/terraform': "9.0.1";
23
+ readonly '@nx-extend/terraform': "10.2.0";
24
24
  readonly '@nx/devkit': "22.6.1";
25
25
  readonly '@nx/react': "22.6.1";
26
26
  readonly 'create-nx-workspace': "22.6.1";
27
- readonly '@modelcontextprotocol/sdk': "1.27.1";
27
+ readonly '@modelcontextprotocol/sdk': "1.28.0";
28
28
  readonly '@modelcontextprotocol/inspector': "0.19.0";
29
29
  readonly '@strands-agents/sdk': "0.7.0";
30
- readonly '@tanstack/react-router': "1.168.3";
31
- readonly '@tanstack/router-plugin': "1.167.4";
32
- readonly '@tanstack/router-generator': "1.166.17";
30
+ readonly '@tanstack/react-router': "1.168.4";
31
+ readonly '@tanstack/router-plugin': "1.167.5";
32
+ readonly '@tanstack/router-generator': "1.166.18";
33
33
  readonly '@tanstack/virtual-file-routes': "1.161.7";
34
34
  readonly '@tanstack/router-utils': "1.161.6";
35
- readonly '@cloudscape-design/board-components': "3.0.154";
36
- readonly '@cloudscape-design/components': "3.0.1244";
35
+ readonly '@cloudscape-design/board-components': "3.0.158";
36
+ readonly '@cloudscape-design/components': "3.0.1250";
37
37
  readonly '@cloudscape-design/global-styles': "1.0.53";
38
38
  readonly '@tanstack/react-query': "5.95.2";
39
39
  readonly '@tanstack/react-query-devtools': "5.95.2";
40
40
  readonly '@trpc/tanstack-react-query': "11.15.0";
41
41
  readonly '@trpc/client': "11.15.0";
42
42
  readonly '@trpc/server': "11.15.0";
43
- readonly '@types/node': "22.19.15";
43
+ readonly '@types/node': "25.5.0";
44
44
  readonly '@types/aws-lambda': "8.10.161";
45
45
  readonly '@types/cors': "2.8.19";
46
46
  readonly '@types/ws': "8.18.1";
@@ -63,7 +63,7 @@ export declare const TS_VERSIONS: {
63
63
  readonly '@types/event-source-polyfill': "1.0.5";
64
64
  readonly 'eslint-plugin-prettier': "5.5.5";
65
65
  readonly express: "5.2.1";
66
- readonly 'jsonc-eslint-parser': "2.4.2";
66
+ readonly 'jsonc-eslint-parser': "3.1.0";
67
67
  readonly 'make-dir-cli': "4.0.0";
68
68
  readonly ncp: "2.0.0";
69
69
  readonly 'npm-check-updates': "19.6.5";
@@ -73,14 +73,14 @@ export declare const TS_VERSIONS: {
73
73
  readonly react: "19.2.4";
74
74
  readonly 'react-dom': "19.2.4";
75
75
  readonly rimraf: "6.1.3";
76
- readonly rolldown: "1.0.0-rc.11";
76
+ readonly rolldown: "1.0.0-rc.12";
77
77
  readonly 'source-map-support': "0.5.21";
78
78
  readonly tailwindcss: "4.2.2";
79
79
  readonly '@tailwindcss/vite': "4.2.2";
80
80
  readonly tsx: "4.21.0";
81
- readonly 'lucide-react': "0.577.0";
81
+ readonly 'lucide-react': "1.7.0";
82
82
  readonly 'radix-ui': "1.4.3";
83
- readonly shadcn: "3.8.5";
83
+ readonly shadcn: "4.1.0";
84
84
  readonly 'tw-animate-css': "1.4.0";
85
85
  readonly 'tailwind-merge': "3.5.0";
86
86
  readonly vite: "7.3.1";
@@ -94,7 +94,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
94
94
  * Add versions to the given dependencies
95
95
  */
96
96
  export declare const withVersions: (deps: ITsDepVersion[]) => {
97
- [k: string]: "22.6.1" | "3.8.1" | "1.27.1" | "22.1.1" | "7.3.1" | "4.1.1" | "4.3.6" | "0.9.0" | "3.1015.0" | "1.0.0-alpha.10" | "2.32.0" | "6.4.5" | "9.0.1" | "0.19.0" | "0.7.0" | "1.168.3" | "1.167.4" | "1.166.17" | "1.161.7" | "1.161.6" | "3.0.154" | "3.0.1244" | "1.0.53" | "5.95.2" | "11.15.0" | "22.19.15" | "8.10.161" | "2.8.19" | "8.18.1" | "5.0.6" | "4.13.1" | "1.0.20" | "2.1113.0" | "2.244.0" | "2.244.0-alpha.0" | "3.12.0" | "10.6.0" | "2.8.6" | "0.7.1" | "2.1.1" | "3.7.3" | "0.27.4" | "1.0.31" | "1.0.5" | "5.5.5" | "5.2.1" | "2.4.2" | "4.0.0" | "2.0.0" | "19.6.5" | "3.5.0" | "3.3.1" | "19.2.4" | "6.1.3" | "1.0.0-rc.11" | "0.5.21" | "4.2.2" | "4.21.0" | "0.577.0" | "1.4.3" | "3.8.5" | "1.4.0" | "5.1.4" | "8.20.0";
97
+ [k: string]: "22.6.1" | "3.8.1" | "1.28.0" | "22.1.1" | "4.1.0" | "7.3.1" | "4.1.1" | "4.3.6" | "0.9.0" | "3.1017.0" | "1.0.0-alpha.10" | "2.32.0" | "7.2.1" | "10.2.0" | "0.19.0" | "0.7.0" | "1.168.4" | "1.167.5" | "1.166.18" | "1.161.7" | "1.161.6" | "3.0.158" | "3.0.1250" | "1.0.53" | "5.95.2" | "11.15.0" | "25.5.0" | "8.10.161" | "2.8.19" | "8.18.1" | "5.0.6" | "4.13.1" | "1.0.20" | "2.1113.0" | "2.244.0" | "2.244.0-alpha.0" | "3.12.0" | "10.6.0" | "2.8.6" | "0.7.1" | "2.1.1" | "3.7.3" | "0.27.4" | "1.0.31" | "1.0.5" | "5.5.5" | "5.2.1" | "3.1.0" | "4.0.0" | "2.0.0" | "19.6.5" | "3.5.0" | "3.3.1" | "19.2.4" | "6.1.3" | "1.0.0-rc.12" | "0.5.21" | "4.2.2" | "4.21.0" | "1.7.0" | "1.4.3" | "1.4.0" | "5.1.4" | "8.20.0";
98
98
  };
99
99
  /**
100
100
  * Versions for Python dependencies added by generators
@@ -104,9 +104,9 @@ export declare const PY_VERSIONS: {
104
104
  readonly 'aws-lambda-powertools[tracer]': "==3.26.0";
105
105
  readonly 'aws-lambda-powertools[parser]': "==3.26.0";
106
106
  readonly 'aws-opentelemetry-distro': "==0.16.0";
107
- readonly 'bedrock-agentcore': "==0.1.7";
108
- readonly boto3: "==1.42.75";
109
- readonly checkov: "==3.2.510";
107
+ readonly 'bedrock-agentcore': "==1.4.7";
108
+ readonly boto3: "==1.42.76";
109
+ readonly checkov: "==3.2.511";
110
110
  readonly fastapi: "==0.135.2";
111
111
  readonly 'fastapi[standard]': "==0.135.2";
112
112
  readonly mcp: "==1.26.0";
@@ -10,9 +10,9 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
10
10
  */
11
11
  exports.TS_VERSIONS = {
12
12
  '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.9.0',
13
- '@aws-sdk/client-dynamodb': '3.1015.0',
14
- '@aws-sdk/client-sts': '3.1015.0',
15
- '@aws-sdk/credential-providers': '3.1015.0',
13
+ '@aws-sdk/client-dynamodb': '3.1017.0',
14
+ '@aws-sdk/client-sts': '3.1017.0',
15
+ '@aws-sdk/credential-providers': '3.1017.0',
16
16
  '@aws-smithy/server-apigateway': '1.0.0-alpha.10',
17
17
  '@aws-smithy/server-node': '1.0.0-alpha.10',
18
18
  '@aws-lambda-powertools/logger': '2.32.0',
@@ -20,30 +20,30 @@ exports.TS_VERSIONS = {
20
20
  '@aws-lambda-powertools/parameters': '2.32.0',
21
21
  '@aws-lambda-powertools/tracer': '2.32.0',
22
22
  '@aws-lambda-powertools/parser': '2.32.0',
23
- '@aws-sdk/client-appconfigdata': '3.1015.0',
24
- '@middy/core': '6.4.5',
23
+ '@aws-sdk/client-appconfigdata': '3.1017.0',
24
+ '@middy/core': '7.2.1',
25
25
  '@nxlv/python': '22.1.1',
26
- '@nx-extend/terraform': '9.0.1',
26
+ '@nx-extend/terraform': '10.2.0',
27
27
  '@nx/devkit': '22.6.1',
28
28
  '@nx/react': '22.6.1',
29
29
  'create-nx-workspace': '22.6.1',
30
- '@modelcontextprotocol/sdk': '1.27.1',
30
+ '@modelcontextprotocol/sdk': '1.28.0',
31
31
  '@modelcontextprotocol/inspector': '0.19.0',
32
32
  '@strands-agents/sdk': '0.7.0',
33
- '@tanstack/react-router': '1.168.3',
34
- '@tanstack/router-plugin': '1.167.4',
35
- '@tanstack/router-generator': '1.166.17',
33
+ '@tanstack/react-router': '1.168.4',
34
+ '@tanstack/router-plugin': '1.167.5',
35
+ '@tanstack/router-generator': '1.166.18',
36
36
  '@tanstack/virtual-file-routes': '1.161.7',
37
37
  '@tanstack/router-utils': '1.161.6',
38
- '@cloudscape-design/board-components': '3.0.154',
39
- '@cloudscape-design/components': '3.0.1244',
38
+ '@cloudscape-design/board-components': '3.0.158',
39
+ '@cloudscape-design/components': '3.0.1250',
40
40
  '@cloudscape-design/global-styles': '1.0.53',
41
41
  '@tanstack/react-query': '5.95.2',
42
42
  '@tanstack/react-query-devtools': '5.95.2',
43
43
  '@trpc/tanstack-react-query': '11.15.0',
44
44
  '@trpc/client': '11.15.0',
45
45
  '@trpc/server': '11.15.0',
46
- '@types/node': '22.19.15',
46
+ '@types/node': '25.5.0',
47
47
  '@types/aws-lambda': '8.10.161',
48
48
  '@types/cors': '2.8.19',
49
49
  '@types/ws': '8.18.1',
@@ -66,7 +66,7 @@ exports.TS_VERSIONS = {
66
66
  '@types/event-source-polyfill': '1.0.5',
67
67
  'eslint-plugin-prettier': '5.5.5',
68
68
  express: '5.2.1',
69
- 'jsonc-eslint-parser': '2.4.2',
69
+ 'jsonc-eslint-parser': '3.1.0',
70
70
  'make-dir-cli': '4.0.0',
71
71
  ncp: '2.0.0',
72
72
  'npm-check-updates': '19.6.5',
@@ -76,14 +76,14 @@ exports.TS_VERSIONS = {
76
76
  react: '19.2.4',
77
77
  'react-dom': '19.2.4',
78
78
  rimraf: '6.1.3',
79
- rolldown: '1.0.0-rc.11',
79
+ 'rolldown': '1.0.0-rc.12',
80
80
  'source-map-support': '0.5.21',
81
81
  tailwindcss: '4.2.2',
82
82
  '@tailwindcss/vite': '4.2.2',
83
83
  tsx: '4.21.0',
84
- 'lucide-react': '0.577.0',
84
+ 'lucide-react': '1.7.0',
85
85
  'radix-ui': '1.4.3',
86
- shadcn: '3.8.5',
86
+ 'shadcn': '4.1.0',
87
87
  'tw-animate-css': '1.4.0',
88
88
  'tailwind-merge': '3.5.0',
89
89
  vite: '7.3.1',
@@ -105,9 +105,9 @@ exports.PY_VERSIONS = {
105
105
  'aws-lambda-powertools[tracer]': '==3.26.0',
106
106
  'aws-lambda-powertools[parser]': '==3.26.0',
107
107
  'aws-opentelemetry-distro': '==0.16.0',
108
- 'bedrock-agentcore': '==0.1.7',
109
- boto3: '==1.42.75',
110
- checkov: '==3.2.510',
108
+ 'bedrock-agentcore': '==1.4.7',
109
+ 'boto3': '==1.42.76',
110
+ 'checkov': '==3.2.511',
111
111
  fastapi: '==0.135.2',
112
112
  'fastapi[standard]': '==0.135.2',
113
113
  mcp: '==1.26.0',
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}