Skip to content

Commit 4879385

Browse files
committed
deps(node): Run rails webpacker:install to update webpacker.
1 parent a0d8462 commit 4879385

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@rails/actioncable": "^6.0.0",
77
"@rails/activestorage": "^6.0.0",
88
"@rails/ujs": "^6.0.0",
9-
"@rails/webpacker": "5.4.3",
9+
"@rails/webpacker": "5.4.4",
1010
"alpinejs": "^3.4.2",
1111
"chart.js": "^3.5.1",
1212
"chartkick": "^4.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,10 @@
10601060
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.710.tgz#14cbf938c49985af51cca52d117f9c358ea4a579"
10611061
integrity sha512-NUS8nUkYHGSn/EDg3oJCkpMweSKeFxA4ef6pcnW2fJEZ7RcoWdJa1rr9vamUoqzNR+Ctd8ezsgBMAjxUahVB1w==
10621062

1063-
"@rails/webpacker@5.4.3":
1064-
version "5.4.3"
1065-
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-5.4.3.tgz#cfe2d8faffe7db5001bad50a1534408b4f2efb2f"
1066-
integrity sha512-tEM8tpUtfx6FxKwcuQ9+v6pzgqM5LeAdhT6IJ4Te3BPKFO1xrGrXugqeRuZ+gE8ASDZRTOK6yuQkapOpuX5JdA==
1063+
"@rails/webpacker@5.4.4":
1064+
version "5.4.4"
1065+
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-5.4.4.tgz#971a41b987c096c908ce4088accd57c1a9a7e2f7"
1066+
integrity sha512-hp9myb2MChYFPfE5Fd/3gF4q2m4wpxC+WWCkxcg6My3HYCptWuqMVXRwrBZ5EJHYiL/WRyMLvVNWwlFV47xhUw==
10671067
dependencies:
10681068
"@babel/core" "^7.15.0"
10691069
"@babel/plugin-proposal-class-properties" "^7.14.5"

0 commit comments

Comments
 (0)