diff --git a/.pnp.cjs b/.pnp.cjs index 64f80228..015f0241 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -28,7 +28,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./",\ "packageDependencies": [\ ["@eslint/eslintrc", "npm:3.2.0"],\ - ["@eslint/js", "npm:9.17.0"],\ + ["@eslint/js", "npm:9.18.0"],\ ["@types/ink-big-text", "npm:1.2.4"],\ ["@types/node", "npm:22.10.3"],\ ["@types/react", "npm:18.3.18"],\ @@ -347,6 +347,13 @@ const RAW_RUNTIME_STATE = ["@eslint/js", "npm:9.17.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:9.18.0", {\ + "packageLocation": "./.yarn/cache/@eslint-js-npm-9.18.0-a952cf1b19-364a7d030d.zip/node_modules/@eslint/js/",\ + "packageDependencies": [\ + ["@eslint/js", "npm:9.18.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@eslint/object-schema", [\ @@ -2749,7 +2756,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["inkle", "workspace:."],\ ["@eslint/eslintrc", "npm:3.2.0"],\ - ["@eslint/js", "npm:9.17.0"],\ + ["@eslint/js", "npm:9.18.0"],\ ["@types/ink-big-text", "npm:1.2.4"],\ ["@types/node", "npm:22.10.3"],\ ["@types/react", "npm:18.3.18"],\ diff --git a/.yarn/cache/@esbuild-darwin-arm64-npm-0.21.5-62349c1520-10.zip b/.yarn/cache/@esbuild-darwin-arm64-npm-0.21.5-62349c1520-10.zip deleted file mode 100644 index cf67cd85..00000000 Binary files a/.yarn/cache/@esbuild-darwin-arm64-npm-0.21.5-62349c1520-10.zip and /dev/null differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10.zip new file mode 100644 index 00000000..2a3a835a Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10.zip differ diff --git a/.yarn/cache/@eslint-js-npm-9.18.0-a952cf1b19-364a7d030d.zip b/.yarn/cache/@eslint-js-npm-9.18.0-a952cf1b19-364a7d030d.zip new file mode 100644 index 00000000..2a84c69d Binary files /dev/null and b/.yarn/cache/@eslint-js-npm-9.18.0-a952cf1b19-364a7d030d.zip differ diff --git a/.yarn/cache/@rollup-rollup-darwin-arm64-npm-4.29.1-23aec93f63-10.zip b/.yarn/cache/@rollup-rollup-darwin-arm64-npm-4.29.1-23aec93f63-10.zip deleted file mode 100644 index d80c2090..00000000 Binary files a/.yarn/cache/@rollup-rollup-darwin-arm64-npm-4.29.1-23aec93f63-10.zip and /dev/null differ diff --git a/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.29.1-97c4d60bd6-10.zip b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.29.1-97c4d60bd6-10.zip new file mode 100644 index 00000000..77bb122a Binary files /dev/null and b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.29.1-97c4d60bd6-10.zip differ diff --git a/.yarn/cache/fsevents-patch-6b67494872-10.zip b/.yarn/cache/fsevents-patch-6b67494872-10.zip deleted file mode 100644 index 9887ada7..00000000 Binary files a/.yarn/cache/fsevents-patch-6b67494872-10.zip and /dev/null differ diff --git a/package.json b/package.json index 651adfc3..9fd102dc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "^9.17.0", + "@eslint/js": "^9.18.0", "@types/ink-big-text": "^1.2.4", "@types/node": "^22.10.3", "@types/react": "^18.3.18", diff --git a/yarn.lock b/yarn.lock index 84e87282..1007392c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -231,13 +231,20 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.17.0, @eslint/js@npm:^9.17.0": +"@eslint/js@npm:9.17.0": version: 9.17.0 resolution: "@eslint/js@npm:9.17.0" checksum: 10/1a89e62f5c50e75d44565b7f3b91701455a999132c991e10bac59c118fbb54bdd54be22b9bda1ac730f78a2e64604403d65ce5dd7726d80b2632982cfc3d84ac languageName: node linkType: hard +"@eslint/js@npm:^9.18.0": + version: 9.18.0 + resolution: "@eslint/js@npm:9.18.0" + checksum: 10/364a7d030dad9dbda1458d8dbcea0199fe7d48bcfefe4b49389df6c45cdc5a2449f70e5d8a794e46ed9fb34af3fe5a3f53e30020d306b6ee791e2a1b2b9fa25f + languageName: node + linkType: hard + "@eslint/object-schema@npm:^2.1.5": version: 2.1.5 resolution: "@eslint/object-schema@npm:2.1.5" @@ -2274,7 +2281,7 @@ __metadata: resolution: "inkle@workspace:." dependencies: "@eslint/eslintrc": "npm:^3.2.0" - "@eslint/js": "npm:^9.17.0" + "@eslint/js": "npm:^9.18.0" "@types/ink-big-text": "npm:^1.2.4" "@types/node": "npm:^22.10.3" "@types/react": "npm:^18.3.18"