Update dependencies: bump Ruby gems, JS packages, remove unused jquery/webpack
All checks were successful
Build and Push Docker Image / build-and-push-image (push) Successful in 7m25s
All checks were successful
Build and Push Docker Image / build-and-push-image (push) Successful in 7m25s
This commit is contained in:
parent
9faf4aeada
commit
7472b737e5
3 changed files with 39 additions and 255 deletions
|
|
@ -2,9 +2,7 @@
|
|||
"name": "app",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.25.12",
|
||||
"webpack": "^5.107.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
"esbuild": "^0.28.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
|
||||
|
|
@ -15,8 +13,7 @@
|
|||
"@hotwired/turbo-rails": "^8.0.23",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"foundation-sites": "^6.9.0",
|
||||
"jquery": "^3.7.1",
|
||||
"motion-ui": "^2.0.8",
|
||||
"sass": "^1.99.0"
|
||||
"sass": "^1.100.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue