Skip to content

Commit

Permalink
Merge pull request #298 from cre-ne-jp/library-verUP-202110
Browse files Browse the repository at this point in the history
ライブラリの更新 (202110)
  • Loading branch information
koi-chan authored Oct 17, 2021
2 parents 8620b9e + d335791 commit 1b8f7d4
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 1,422 deletions.
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cfnv (0.2.3)
childprocess (3.0.0)
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
Expand Down Expand Up @@ -159,8 +159,8 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.5.1)
jwt (2.2.3)
json (2.6.0)
jwt (2.3.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
Expand All @@ -187,7 +187,7 @@ GEM
meta-tags (2.16.0)
actionpack (>= 3.2.0, < 7.1)
method_source (1.0.0)
mini_mime (1.1.1)
mini_mime (1.1.2)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.5.0)
puma (5.5.2)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
Expand Down Expand Up @@ -270,22 +270,22 @@ GEM
ffi (~> 1.0)
rdoc (6.3.2)
redcarpet (3.5.1)
redis (4.4.0)
redis (4.5.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rr (3.0.7)
rubocop (1.21.0)
rr (3.0.8)
rubocop (1.22.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.9.1, < 2.0)
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
rubocop-rails (2.12.2)
rubocop-rails (2.12.4)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -302,8 +302,9 @@ GEM
tilt
sdoc (1.1.0)
rdoc (>= 5.0)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.0.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
shellany (0.0.1)
Expand Down Expand Up @@ -335,7 +336,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sysexits (1.2.0)
test-unit (3.4.7)
test-unit (3.4.8)
power_assert
test-unit-activesupport (1.0.9)
activesupport
Expand Down Expand Up @@ -365,10 +366,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.6.1)
webdrivers (4.7.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (> 3.141, < 5.0)
webpacker (5.4.3)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -438,4 +439,4 @@ DEPENDENCIES
xmlrpc

BUNDLED WITH
2.2.28
2.2.29
12 changes: 12 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ module.exports = function(api) {
useBuiltIns: true
}
],
[
'@babel/plugin-proposal-private-methods',
{
loose: true
}
],
[
'@babel/plugin-proposal-private-property-in-object',
{
loose: true
}
],
[
'@babel/plugin-transform-runtime',
{
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@rails/webpacker": "5.2.1",
"@rails/webpacker": "5.4.3",
"chart.js": "^2.9.4",
"flatpickr": "^4.6.9",
"js-cookie": "^2.2.1",
"normalize-url": "^4.5.1",
"postcss": "^8.2.10",
"stimulus": "^2.0.0",
"trim-newlines": "^3.0.1",
"ws": "^7.4.6"
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"eslint": "^7.22.0",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^4.3.1"
}
}
Loading

0 comments on commit 1b8f7d4

Please sign in to comment.