aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/package.json
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-05-11 20:27:37 -0400
committerGeorge Claghorn <george@basecamp.com>2019-05-11 20:27:37 -0400
commit4222acf152a8bf2b2414f99d8aa442b10c04e7e8 (patch)
tree27cfc4ac19ec640526c87543a63a596fd9b50abe /actiontext/test/dummy/package.json
parent82e3891f14d9ed8a98118310b3d93f95c309c25e (diff)
downloadrails-4222acf152a8bf2b2414f99d8aa442b10c04e7e8.tar.gz
rails-4222acf152a8bf2b2414f99d8aa442b10c04e7e8.tar.bz2
rails-4222acf152a8bf2b2414f99d8aa442b10c04e7e8.zip
Update Webpacker in Action Text's test dummy app
Diffstat (limited to 'actiontext/test/dummy/package.json')
-rw-r--r--actiontext/test/dummy/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/actiontext/test/dummy/package.json b/actiontext/test/dummy/package.json
index 177a97c1e6..cf755d173e 100644
--- a/actiontext/test/dummy/package.json
+++ b/actiontext/test/dummy/package.json
@@ -6,6 +6,6 @@
"actiontext": "file:../.."
},
"devDependencies": {
- "webpack-dev-server": "^3.2.1"
+ "webpack-dev-server": "^3.3.1"
}
}