Skip to content

Commit f42f3b3

Browse files
authored
Upgrade wgutils and add grant notice (#170)
1 parent 3dae48f commit f42f3b3

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

agendas/2025/10-Oct/29-graphql-js-wg-october-2025.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ implementation.
4747
1. Determine volunteers for note taking (1m, Host)
4848
1. Review agenda (2m, Host)
4949
1. Check for [ready for review agenda items](https://github.com/graphql/graphql-js-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc) (5m, Host)
50+
1. Reminder: [grants available for key initiatives](https://graphql.org/community/foundation/community-grant/) (1m, Host)

agendas/2025/11-Nov/26-graphql-js-wg-november-2025.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ implementation.
4747
1. Determine volunteers for note taking (1m, Host)
4848
1. Review agenda (2m, Host)
4949
1. Check for [ready for review agenda items](https://github.com/graphql/graphql-js-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc) (5m, Host)
50+
1. Reminder: [grants available for key initiatives](https://graphql.org/community/foundation/community-grant/) (1m, Host)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
"dependencies": {
77
"prettier": "^3.2.4",
8-
"wgutils": "^1.2.5"
8+
"wgutils": "^1.3.0"
99
}
1010
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
110110
dependencies:
111111
ansi-regex "^5.0.1"
112112

113-
wgutils@^1.2.5:
114-
version "1.2.5"
115-
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.2.5.tgz#193b96bb45553bcafa9991f5128e7154b78b64be"
116-
integrity sha512-Yr6W8MFJcbzOphhOe0Knzj75QMaDbwjKQ/xRIoUgzM8SOCDC3IJJ7gE8gTrT+X2w5wmgK3HKOLT3VY+/fquQUg==
113+
wgutils@^1.3.0:
114+
version "1.3.0"
115+
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.3.0.tgz#b3e4d8e7f09aba7be29b9043272d0099b13e3675"
116+
integrity sha512-wFIm1TTbg19YT88v0NM5mS+Wgovh7p2w931XM0wWInUhMvbv71UVofX024VJ/oQyuVcKLi/oSKcSCkNe8yu7Kw==
117117
dependencies:
118118
date-fns "^2"
119119
date-fns-tz "^2.0.0"

0 commit comments

Comments
 (0)