diff --git a/.pnp.cjs b/.pnp.cjs index 626a29ad8..7aacbd4f6 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -124,6 +124,7 @@ const RAW_RUNTIME_STATE = ["@types/jest", "npm:29.5.1"],\ ["@types/newrelic", "npm:9.13.0"],\ ["@types/node", "npm:18.11.9"],\ + ["eslint", "npm:8.39.0"],\ ["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.8.0"],\ ["ini", "npm:3.0.0"],\ ["newrelic", "npm:10.0.0"],\ @@ -4648,6 +4649,7 @@ const RAW_RUNTIME_STATE = ["@types/jest", "npm:29.5.1"],\ ["@types/newrelic", "npm:9.13.0"],\ ["@types/node", "npm:18.11.9"],\ + ["eslint", "npm:8.39.0"],\ ["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.8.0"],\ ["ini", "npm:3.0.0"],\ ["newrelic", "npm:10.0.0"],\ @@ -8285,7 +8287,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.8.0"],\ ["@types/eslint", null],\ - ["eslint", null]\ + ["eslint", "npm:8.39.0"]\ ],\ "packagePeers": [\ "@types/eslint",\ diff --git a/package.json b/package.json index c7ed95d07..e2da7af8e 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "@types/jest": "^29.5.1", "@types/newrelic": "^9.13.0", "@types/node": "^18.11.9", + "eslint": "^8.39.0", "eslint-config-prettier": "^8.8.0", "ini": "^3.0.0", "npm-check-updates": "^16.0.1", diff --git a/yarn.lock b/yarn.lock index 20f226810..2bf306ae8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3745,6 +3745,7 @@ __metadata: "@types/jest": "npm:^29.5.1" "@types/newrelic": "npm:^9.13.0" "@types/node": "npm:^18.11.9" + eslint: "npm:^8.39.0" eslint-config-prettier: "npm:^8.8.0" ini: "npm:^3.0.0" newrelic: "npm:^10.0.0"