@payfit/nx-core 4.63.0 → 4.64.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.
@@ -92,6 +92,7 @@ jobs:
92
92
 
93
93
  docker-build:
94
94
  <<: *setup_env_machine
95
+ resource_class: large
95
96
  steps:
96
97
  - checkout
97
98
  - attach_workspace: *attach_workspace
@@ -106,6 +107,7 @@ jobs:
106
107
 
107
108
  test:
108
109
  <<: *setup_env_node
110
+ resource_class: large
109
111
  steps:
110
112
  - checkout
111
113
  - node/install-packages: *install_packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.63.0",
3
+ "version": "4.64.0",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "directory": "packages/nx-core"
12
12
  },
13
13
  "dependencies": {
14
- "@apollo/client": "3.14.0",
14
+ "@apollo/client": "^3.13.8",
15
15
  "@aws-sdk/client-ecr": "^3.835.0",
16
16
  "@aws-sdk/client-ecr-public": "^3.887.0",
17
17
  "@graphql-typed-document-node/core": "^3.2.0",
@@ -22,12 +22,12 @@
22
22
  "cross-fetch": "4.1.0",
23
23
  "get-port": "^7.1.0",
24
24
  "glob": "^11.0.3",
25
- "graphql": "^16.6.0",
25
+ "graphql": "^16.11.0",
26
26
  "ky": "^1.8.1",
27
27
  "semver": "7.7.3",
28
28
  "tinyexec": "1.0.1",
29
29
  "tslib": "^2.8.1",
30
- "vite": "^7.0.0",
30
+ "vite": "7.1.9",
31
31
  "yaml": "2.8.1",
32
32
  "zod": "^4.0.0"
33
33
  },
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@graphql-codegen/cli": "^6.0.0",
42
- "@nx/devkit": "21.6.2",
43
- "@nx/plugin": "21.6.2",
42
+ "@nx/devkit": "21.6.5",
43
+ "@nx/plugin": "21.6.5",
44
44
  "portfinder": "^1.0.32",
45
45
  "verdaccio": "^6.1.6"
46
46
  },