th: packages and deps

main
kouhai 2024-04-15 00:33:47 -07:00
parent ac64d1baf1
commit 3518e18909
6 changed files with 2730 additions and 1821 deletions

894
.yarn/releases/yarn-4.3.1.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.3.1.cjs

View File

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

View File

@ -280,6 +280,7 @@ GEM
fog-openstack (1.1.3)
fog-core (~> 2.1)
fog-json (>= 1.0)
foreman (0.87.2)
formatador (1.1.0)
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
@ -944,6 +945,7 @@ DEPENDENCIES
flatware-rspec
fog-core (<= 2.4.0)
fog-openstack (~> 1.0)
foreman
fuubar (~> 2.5)
haml-rails (~> 2.0)
haml_lint

View File

@ -55,7 +55,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",

3640
yarn.lock

File diff suppressed because it is too large Load Diff