th: packages and deps

main-rebase
kouhai 2024-04-15 00:33:47 -07:00
parent 5d213aa830
commit 378ec6b02c
6 changed files with 2668 additions and 1760 deletions

893
.yarn/releases/yarn-4.1.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1 +1,11 @@
compressionLevel: mixed
enableGlobalCache: true
logFilters:
- code: YN0013
level: "${YARN_NOISE_LOG_CODE_LEVEL:-info}"
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.1.0.cjs

View File

@ -190,6 +190,9 @@ group :development, :test do
# RSpec runner for rails
gem 'rspec-rails', '~> 6.0'
# foreman
gem 'foreman'
end
group :production do

View File

@ -291,6 +291,7 @@ GEM
fog-openstack (1.1.0)
fog-core (~> 2.1)
fog-json (>= 1.0)
foreman (0.87.2)
formatador (1.1.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
@ -853,6 +854,7 @@ DEPENDENCIES
fastimage
fog-core (<= 2.4.0)
fog-openstack (~> 1.0)
foreman
fuubar (~> 2.5)
haml-rails (~> 2.0)
haml_lint

View File

@ -1,7 +1,7 @@
{
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"engines": {
"node": ">=18"
},
@ -59,7 +59,7 @@
"axios": "^1.4.0",
"babel-loader": "^8.3.0",
"babel-plugin-formatjs": "^10.5.1",
"babel-plugin-lodash": "patch:babel-plugin-lodash@npm%3A3.3.4#~/.yarn/patches/babel-plugin-lodash-npm-3.3.4-c7161075b6.patch",
"babel-plugin-lodash": "patch:babel-plugin-lodash@npm%3A3.3.4#.yarn/patches/babel-plugin-lodash-npm-3.3.4-c7161075b6.patch",
"babel-plugin-preval": "^5.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"blurhash": "^2.0.5",

3516
yarn.lock

File diff suppressed because it is too large Load Diff