Skip to content

Commit 2222f43

Browse files
committed
deps(node): Run rails webpacker:install to update webpacker.
1 parent f0b3933 commit 2222f43

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
@@ -5,7 +5,7 @@
55
"@rails/actioncable": "^6.0.0",
66
"@rails/activestorage": "^6.0.0",
77
"@rails/ujs": "^6.0.0",
8-
"@rails/webpacker": "5.4.3",
8+
"@rails/webpacker": "5.4.4",
99
"alpinejs": "^3.4.2",
1010
"chart.js": "^3.5.1",
1111
"chartkick": "^4.0.5",

yarn.lock

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

1055-
"@rails/webpacker@5.4.3":
1056-
version "5.4.3"
1057-
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-5.4.3.tgz#cfe2d8faffe7db5001bad50a1534408b4f2efb2f"
1058-
integrity sha512-tEM8tpUtfx6FxKwcuQ9+v6pzgqM5LeAdhT6IJ4Te3BPKFO1xrGrXugqeRuZ+gE8ASDZRTOK6yuQkapOpuX5JdA==
1055+
"@rails/webpacker@5.4.4":
1056+
version "5.4.4"
1057+
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-5.4.4.tgz#971a41b987c096c908ce4088accd57c1a9a7e2f7"
1058+
integrity sha512-hp9myb2MChYFPfE5Fd/3gF4q2m4wpxC+WWCkxcg6My3HYCptWuqMVXRwrBZ5EJHYiL/WRyMLvVNWwlFV47xhUw==
10591059
dependencies:
10601060
"@babel/core" "^7.15.0"
10611061
"@babel/plugin-proposal-class-properties" "^7.14.5"

0 commit comments

Comments
 (0)