eslint-plugin-primer-react 8.2.1-rc.aedddaa → 8.2.1-rc.d2567ac

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.
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "8.1.0",
3
+ "version": "8.2.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "eslint-plugin-primer-react",
9
- "version": "8.1.0",
9
+ "version": "8.2.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@styled-system/props": "^5.1.5",
@@ -5189,9 +5189,10 @@
5189
5189
  }
5190
5190
  },
5191
5191
  "node_modules/globals": {
5192
- "version": "16.3.0",
5193
- "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
5194
- "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
5192
+ "version": "16.4.0",
5193
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
5194
+ "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
5195
+ "license": "MIT",
5195
5196
  "engines": {
5196
5197
  "node": ">=18"
5197
5198
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "8.2.1-rc.aedddaa",
3
+ "version": "8.2.1-rc.d2567ac",
4
4
  "description": "ESLint rules for Primer React",
5
5
  "main": "src/index.js",
6
6
  "engines": {