1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(dependency) update shakapacker to 6.2.0

This commit is contained in:
Sylvain 2022-03-23 11:03:17 +01:00
parent 497f8ed805
commit 98f7a6d2e5
5 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
- Updated @uirouter/angularjs to 1.0.30
- Updated bootstrap-sass to 3.4.3
- Removed unmaintained gem sidekiq-cron and replaced it with sidekiq-scheduler
- Removed unmaintained @rails/webpacker v5 and replaced it with shakapacker v6
- Removed unmaintained @rails/webpacker v5 and replaced it with shakapacker v6.2.0
- Removed dependency to auto-ngtemplate-loader
- Removed support for Universal Analytics
- Updated deprecated division operators in sass

View File

@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.4'
gem 'bootsnap'
# Use Puma as web server
gem 'puma', '4.3.11'
gem 'shakapacker', '6.1.1'
gem 'shakapacker', '6.2.0'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'

View File

@ -357,7 +357,7 @@ GEM
activesupport (>= 4)
semantic_range (3.0.0)
sha3 (1.0.1)
shakapacker (6.1.1)
shakapacker (6.2.0)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
@ -506,7 +506,7 @@ DEPENDENCIES
sassc
seed_dump
sha3
shakapacker (= 6.1.1)
shakapacker (= 6.2.0)
sidekiq (>= 6.0.7)
sidekiq-scheduler
sidekiq-unique-jobs (~> 7.1.15)

View File

@ -131,7 +131,7 @@
"resolve-url-loader": "^4.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"shakapacker": "6.1.1",
"shakapacker": "6.2.0",
"style-loader": "^3.3.1",
"summernote": "0.8.18",
"terser-webpack-plugin": "5",

View File

@ -6213,10 +6213,10 @@ setprototypeof@1.1.1:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
shakapacker@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-6.1.1.tgz#c699a0d1012f6afdc0d0b77ba06d055877bbcca0"
integrity sha512-C6LNGfgxfK/CRyN7Cpi0TmRgqTQ0O7Ua/n1g/dp7IIjPIKuf/1khAEF5u6lG0A92eFSlLWxvF3fjyjBw/oLqVw==
shakapacker@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-6.2.0.tgz#4f3cb0f99b8c7ff63e676fbf253331643388bd22"
integrity sha512-n9QAJGInUK7+Brn4JSaGGD9mWUdFAD60vP19qn9JlcqG3zAev0oKenUsLUcWFyKBFbpZMbGdWURuWYcp1iayog==
dependencies:
glob "^7.2.0"
js-yaml "^4.1.0"