eslint-plugin-primer-react 7.1.0-rc.57f3453 → 7.1.0-rc.dda1c28

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
@@ -8383,10 +8383,9 @@
8383
8383
  }
8384
8384
  },
8385
8385
  "node_modules/typescript": {
8386
- "version": "5.8.2",
8387
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
8388
- "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
8389
- "license": "Apache-2.0",
8386
+ "version": "5.8.3",
8387
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
8388
+ "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
8390
8389
  "bin": {
8391
8390
  "tsc": "bin/tsc",
8392
8391
  "tsserver": "bin/tsserver"
@@ -14560,9 +14559,9 @@
14560
14559
  }
14561
14560
  },
14562
14561
  "typescript": {
14563
- "version": "5.8.2",
14564
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
14565
- "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="
14562
+ "version": "5.8.3",
14563
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
14564
+ "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="
14566
14565
  },
14567
14566
  "uc.micro": {
14568
14567
  "version": "2.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "7.1.0-rc.57f3453",
3
+ "version": "7.1.0-rc.dda1c28",
4
4
  "description": "ESLint rules for Primer React",
5
5
  "main": "src/index.js",
6
6
  "scripts": {