Commits on Source (3)
-
dependabot-preview[bot] authored
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.4.1...v2.4.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.6 to 3.1.0. - [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases) - [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.6...3.1.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.7.6 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.8.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
... | ... | @@ -101,7 +101,7 @@ gem 'webpacker', '~> 4.2' |
gem 'webpush' | ||
gem 'json-ld' | ||
gem 'json-ld-preloaded', '~> 3.0' | ||
gem 'json-ld-preloaded', '~> 3.1' | ||
gem 'rdf-normalize', '~> 0.4' | ||
group :development, :test do | ||
... | ... |
... | ... | @@ -63,7 +63,7 @@ |
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/plugin-transform-react-inline-elements": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/preset-react": "^7.8.3", | ||
"@babel/runtime": "^7.8.3", | ||
... | ... |