babel-plugin-relay 20.0.0 → 20.1.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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/macro.js +1 -1
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v20.0.0
2
+ * Relay v20.1.0
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
package/macro.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v20.0.0
2
+ * Relay v20.1.0
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "babel-plugin-relay",
3
3
  "description": "A Babel Plugin for use with Relay applications.",
4
- "version": "20.0.0",
4
+ "version": "20.1.0",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay",
@@ -24,6 +24,6 @@
24
24
  "devDependencies": {
25
25
  "@babel/core": "^7.25.2",
26
26
  "prettier": "2.8.8",
27
- "prettier-plugin-hermes-parser": "0.28.1"
27
+ "prettier-plugin-hermes-parser": "0.30.0"
28
28
  }
29
29
  }