[Cleanup] Tidy up last night's rushed commit
This commit is contained in:
parent
daf0357d60
commit
08865685df
5 changed files with 7 additions and 41 deletions
|
@ -24,8 +24,7 @@
|
||||||
"zustand": "^4.1.2"
|
"zustand": "^4.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"spitroast": "^1.4.2",
|
"spitroast": "^1.4.2"
|
||||||
"valtio": "^1.7.4"
|
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"peerDependencyRules": {
|
"peerDependencyRules": {
|
||||||
|
|
|
@ -9,12 +9,10 @@ specifiers:
|
||||||
redux: ^4.2.0
|
redux: ^4.2.0
|
||||||
spitroast: ^1.4.2
|
spitroast: ^1.4.2
|
||||||
typescript: ^4.8.4
|
typescript: ^4.8.4
|
||||||
valtio: ^1.7.4
|
|
||||||
zustand: ^4.1.2
|
zustand: ^4.1.2
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
spitroast: 1.4.2
|
spitroast: 1.4.2
|
||||||
valtio: 1.7.4
|
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@react-native-async-storage/async-storage': 1.17.10
|
'@react-native-async-storage/async-storage': 1.17.10
|
||||||
|
@ -316,10 +314,6 @@ packages:
|
||||||
is-plain-obj: 2.1.0
|
is-plain-obj: 2.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/proxy-compare/2.3.0:
|
|
||||||
resolution: {integrity: sha512-c3L2CcAi7f7pvlD0D7xsF+2CQIW8C3HaYx2Pfgq8eA4HAl3GAH6/dVYsyBbYF/0XJs2ziGLrzmz5fmzPm6A0pQ==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/redux/4.2.0:
|
/redux/4.2.0:
|
||||||
resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==}
|
resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -347,34 +341,7 @@ packages:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
react:
|
react:
|
||||||
optional: true
|
optional: true
|
||||||
|
dev: true
|
||||||
/valtio/1.7.4:
|
|
||||||
resolution: {integrity: sha512-x8N7I7hfIlRHQyRe8cx3QJsEYdzMHb12HYUGIDjPruEwLrMpegvS8iZDk4PZ/i8HgeiOPF7Qr78Ke3HA1CGu9A==}
|
|
||||||
engines: {node: '>=12.7.0'}
|
|
||||||
peerDependencies:
|
|
||||||
'@babel/helper-module-imports': '>=7.12'
|
|
||||||
'@babel/types': '>=7.13'
|
|
||||||
aslemammad-vite-plugin-macro: '>=1.0.0-alpha.1'
|
|
||||||
babel-plugin-macros: '>=3.0'
|
|
||||||
react: '>=16.8'
|
|
||||||
vite: '>=2.8.6'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@babel/helper-module-imports':
|
|
||||||
optional: true
|
|
||||||
'@babel/types':
|
|
||||||
optional: true
|
|
||||||
aslemammad-vite-plugin-macro:
|
|
||||||
optional: true
|
|
||||||
babel-plugin-macros:
|
|
||||||
optional: true
|
|
||||||
react:
|
|
||||||
optional: true
|
|
||||||
vite:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
proxy-compare: 2.3.0
|
|
||||||
use-sync-external-store: 1.2.0
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/zustand/4.1.2:
|
/zustand/4.1.2:
|
||||||
resolution: {integrity: sha512-gcRaKchcxFPbImrBb/BKgujOhHhik9YhVpIeP87ETT7uokEe2Szu7KkuZ9ghjtD+/KKkcrRNktR2AiLXPIbKIQ==}
|
resolution: {integrity: sha512-gcRaKchcxFPbImrBb/BKgujOhHhik9YhVpIeP87ETT7uokEe2Szu7KkuZ9ghjtD+/KKkcrRNktR2AiLXPIbKIQ==}
|
||||||
|
|
|
@ -2,8 +2,8 @@ import patcher from "@lib/patcher";
|
||||||
import logger from "@lib/logger";
|
import logger from "@lib/logger";
|
||||||
import * as metro from "@metro/filters";
|
import * as metro from "@metro/filters";
|
||||||
import * as common from "@metro/common";
|
import * as common from "@metro/common";
|
||||||
import initSettings from "./ui/settings";
|
import initSettings from "@ui/settings";
|
||||||
import { patchLogHook } from "./lib/debug";
|
import { patchLogHook } from "@lib/debug";
|
||||||
|
|
||||||
console.log("Hello from Vendetta!");
|
console.log("Hello from Vendetta!");
|
||||||
let erroredOnLoad = false;
|
let erroredOnLoad = false;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { after } from "spitroast";
|
import { after } from "spitroast";
|
||||||
import logger from "./logger";
|
import logger from "@lib/logger";
|
||||||
export let socket: WebSocket;
|
export let socket: WebSocket;
|
||||||
|
|
||||||
let iLoveBundlers = eval;
|
let iLoveBundlers = eval;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { connectToDebugWS } from "@/lib/debug";
|
import { connectToDebugWS } from "@lib/debug";
|
||||||
import { AsyncStorage, React, ReactNative as RN } from "@metro/common";
|
import { React, ReactNative as RN } from "@metro/common";
|
||||||
import { Forms } from "@ui/components";
|
import { Forms } from "@ui/components";
|
||||||
import Version from "./Version";
|
import Version from "./Version";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue