@pexip-engage-public/graphql 1.1.10-canary-20250801091751 → 1.1.10-canary-20250801102311

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 +4 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
- ## 1.1.10-canary-20250801091751
3
+ ## 1.1.10-canary-20250801102311
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 85c4f1a: - add role filter to me office dropdown
8
8
  - hide employee avatar based on enabled feature
9
9
  - show employee function based on enabled feature
10
+ - caeeeb6: fix(deps): update all non-major dependencies
11
+ - Updated dependencies [caeeeb6]
12
+ - @pexip-engage-public/utils@0.1.47-canary-20250801102311
10
13
 
11
14
  ## 1.1.9
12
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.1.10-canary-20250801091751",
3
+ "version": "1.1.10-canary-20250801102311",
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"
@@ -38,15 +38,15 @@
38
38
  "graphql-request": "^7.2.0",
39
39
  "lz-string": "^1.5.0",
40
40
  "zod": "^3.25.76",
41
- "@pexip-engage-public/utils": "0.1.46"
41
+ "@pexip-engage-public/utils": "0.1.47-canary-20250801102311"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@graphql-codegen/cli": "^5.0.7",
45
45
  "@graphql-codegen/typescript": "^4.1.6",
46
46
  "@graphql-inspector/cli": "^5.0.8",
47
- "typescript": "^5.8.3",
47
+ "typescript": "^5.9.2",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.27"
49
+ "eslint-config-pexip-engage": "1.1.28-canary-20250801102311"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"