Yarn berry

This commit is contained in:
ThatOneCalculator 2022-05-29 12:40:08 -07:00
parent ebc2566130
commit 5c7fca456c
8 changed files with 24266 additions and 16710 deletions

1
.gitignore vendored
View file

@ -8,6 +8,7 @@
# Node.js
node_modules
report.*.json
.yarn
# Cypress
cypress/screenshots

View file

@ -122,7 +122,6 @@
},
"devDependencies": {
"@redocly/openapi-core": "1.0.0-beta.97",
"@types/semver": "7.3.9",
"@types/bcryptjs": "2.4.2",
"@types/bull": "3.15.8",
"@types/cbor": "6.0.0",
@ -158,6 +157,7 @@
"@types/redis": "4.0.11",
"@types/rename": "1.0.4",
"@types/sanitize-html": "2.6.2",
"@types/semver": "7.3.9",
"@types/sharp": "0.30.2",
"@types/sinonjs__fake-timers": "8.1.2",
"@types/speakeasy": "2.0.7",
@ -169,11 +169,10 @@
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"typescript": "4.7.2",
"cross-env": "7.0.3",
"eslint": "8.16.0",
"eslint-plugin-import": "2.26.0",
"cross-env": "7.0.3",
"execa": "6.1.0"
"execa": "6.1.0",
"typescript": "4.7.2"
}
}

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,11 @@
"dependencies": {
"@discordapp/twemoji": "14.0.2",
"@fortawesome/fontawesome-free": "6.1.1",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-json": "4.1.0",
"@syuilo/aiscript": "0.11.1",
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.36",
"abort-controller": "3.0.0",
"autobind-decorator": "2.4.0",
"autosize": "5.0.1",
@ -51,6 +55,7 @@
"random-seed": "0.3.0",
"reflect-metadata": "0.1.13",
"rndstr": "1.0.0",
"rollup": "2.74.1",
"s-age": "1.1.2",
"sass": "1.52.1",
"seedrandom": "3.0.5",
@ -64,21 +69,16 @@
"tsc-alias": "1.6.7",
"tsconfig-paths": "4.0.0",
"twemoji-parser": "14.0.0",
"typescript": "4.7.2",
"uuid": "8.3.2",
"v-debounce": "0.1.2",
"vanilla-tilt": "1.7.2",
"vite": "2.9.9",
"vue": "3.2.36",
"vue-prism-editor": "2.0.0-alpha.2",
"vue-router": "4.0.15",
"vuedraggable": "4.0.1",
"websocket": "1.0.34",
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.36",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.74.1",
"typescript": "4.7.2",
"vite": "2.9.9",
"ws": "8.6.0"
},
"devDependencies": {
@ -102,11 +102,11 @@
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"eslint": "8.16.0",
"eslint-plugin-vue": "9.0.1",
"cross-env": "7.0.3",
"cypress": "9.7.0",
"eslint": "8.16.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-vue": "9.0.1",
"start-server-and-test": "1.14.0"
}
}

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,6 @@
"build": "node build.js",
"lint": "eslint --quiet src/**/*.{ts}"
},
"resolutions": {},
"dependencies": {
"esbuild": "^0.14.13",
"idb-keyval": "^6.0.3",

File diff suppressed because it is too large Load diff

11051
yarn.lock

File diff suppressed because it is too large Load diff