diff --git a/.node-version b/.node-version index 8351c19..8b3ed1b 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -14 +16.19.1 diff --git a/.tool-versions b/.tool-versions index 57b444a..7411ef9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 14.21.3 +nodejs 16.19.1 diff --git a/core/state.js b/core/state.js index 34e83ac..684b47f 100644 --- a/core/state.js +++ b/core/state.js @@ -4,7 +4,7 @@ import { Events } from "./events.js" // decode state const initialState = { - border: "sleek", + border: "real", referrer: "nowhere", // the location we came from location: "nowhere", // our current location sawMessyServerNarrative: false, diff --git a/yarn.lock b/yarn.lock index a66c5bd..a948c50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -265,6 +265,11 @@ dependencies: "to-regex-range" "^5.0.1" +"fsevents@~2.3.1": + "integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" + "resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" + "version" "2.3.2" + "get-stream@^3.0.0": "integrity" "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" "resolved" "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"