@payfit/nx-core 4.62.2-ephemeral-ressourceclassinit.3 → 4.63.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,7 +92,6 @@ jobs:
92
92
 
93
93
  docker-build:
94
94
  <<: *setup_env_machine
95
- resource_class: large
96
95
  steps:
97
96
  - checkout
98
97
  - attach_workspace: *attach_workspace
@@ -107,7 +106,6 @@ jobs:
107
106
 
108
107
  test:
109
108
  <<: *setup_env_node
110
- resource_class: large
111
109
  steps:
112
110
  - checkout
113
111
  - node/install-packages: *install_packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.62.2-ephemeral-ressourceclassinit.3",
3
+ "version": "4.63.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.13.8",
14
+ "@apollo/client": "3.14.0",
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.11.0",
25
+ "graphql": "^16.6.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.1.9",
30
+ "vite": "^7.0.0",
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.5",
43
- "@nx/plugin": "21.6.5",
42
+ "@nx/devkit": "21.6.2",
43
+ "@nx/plugin": "21.6.2",
44
44
  "portfinder": "^1.0.32",
45
45
  "verdaccio": "^6.1.6"
46
46
  },