@pexip-engage-public/graphql 1.0.61-canary-20250212103920 → 1.0.62-canary-20250214112144

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
- ## 1.0.61-canary-20250212103920
3
+ ## 1.0.62-canary-20250214112144
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 6f79c27: Add cross-env to support lint command on Windows
8
- - Updated dependencies [6f79c27]
9
- - @pexip-engage/utils@0.1.33-canary-20250212103920
7
+ - bd67cbf: fix(deps): update all non-major dependencies
8
+ - @pexip-engage/utils@0.1.33
9
+
10
+ ## 1.0.61
11
+
12
+ ### Patch Changes
13
+
14
+ - b998f9d: Add cross-env to support lint command on Windows
15
+ - Updated dependencies [b998f9d]
16
+ - @pexip-engage/utils@0.1.33
10
17
 
11
18
  ## 1.0.60
12
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.0.61-canary-20250212103920",
3
+ "version": "1.0.62-canary-20250214112144",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -37,16 +37,16 @@
37
37
  "graphql": "^16.10.0",
38
38
  "graphql-request": "^7.1.2",
39
39
  "lz-string": "^1.5.0",
40
- "zod": "^3.24.1",
41
- "@pexip-engage/utils": "0.1.33-canary-20250212103920"
40
+ "zod": "^3.24.2",
41
+ "@pexip-engage/utils": "0.1.33"
42
42
  },
43
43
  "devDependencies": {
44
- "@graphql-codegen/cli": "^5.0.4",
44
+ "@graphql-codegen/cli": "^5.0.5",
45
45
  "@graphql-codegen/typescript": "^4.1.3",
46
46
  "@graphql-inspector/cli": "^5.0.8",
47
47
  "typescript": "^5.7.3",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.7-canary-20250212103920"
49
+ "eslint-config-pexip-engage": "1.1.8-canary-20250214112144"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"