Skip to content

Commit 701ef1b

Browse files
author
Marco Segreto
committed
Upgrade versions of things
1 parent 821cb04 commit 701ef1b

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.9.4
1+
8.15

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3
1+
2.5.5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.3'
2+
ruby '2.5.5'
33

44
git_source(:github) do |repo_name|
55
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"dependencies": {
7272
"@firebase/app-types": "^0.3.2",
7373
"@material-ui/core": "^1.5",
74+
"@prettier/plugin-ruby": "^0.12.1",
7475
"@rails/webpacker": "4.0.0-pre.2",
7576
"actioncable": "^5.2.0",
7677
"axios": "^0.18.0",
@@ -197,7 +198,6 @@
197198
"webpack-bundle-analyzer": "^2.11.1",
198199
"webpack-dev-server": "^3.1.3"
199200
},
200-
201201
"resolutions": {
202202
"react-draggable": "git+https://[email protected]/ideo/react-draggable.git#3.0.5-beta.1",
203203
"@cypress/browserify-preprocessor": "1.0.3"

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,13 @@
372372
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.1.tgz#53f349bb986ab273d601175aa1b25a655ab90ee3"
373373
integrity sha512-KU/VDjC5RwtDUZiz3d+DHXJF2lp5hB9dn552TXIyptj8SH1vXmR40mG0JgGq03IlYsOgGfcv8xrLpSQ0YUMQdA==
374374

375+
"@prettier/plugin-ruby@^0.12.1":
376+
version "0.12.1"
377+
resolved "https://registry.yarnpkg.com/@prettier/plugin-ruby/-/plugin-ruby-0.12.1.tgz#0af18c2334b3d2d9fc0b8c5b9b04ecea0d7aaf95"
378+
integrity sha512-bdZL3se3dDLHfOb71cjio2kHY/9ln23nKBElnjJciSi5qN6qLNAiKksQgs3Dt6rHhfUhh2ofYrmwqTADEJgd/A==
379+
dependencies:
380+
prettier "^1.16.4"
381+
375382
376383
version "4.0.0-pre.2"
377384
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-4.0.0-pre.2.tgz#66be9b5eac9e5f54030de4dde93820a626e70657"
@@ -10861,6 +10868,11 @@ prettier@^1.12.1, prettier@^1.14.2:
1086110868
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.2.tgz#0ac1c6e1a90baa22a62925f41963c841983282f9"
1086210869
integrity sha512-McHPg0n1pIke+A/4VcaS2en+pTNjy4xF+Uuq86u/5dyDO59/TtFZtQ708QIRkEZ3qwKz3GVkVa6mpxK/CpB8Rg==
1086310870

10871+
prettier@^1.16.4:
10872+
version "1.17.0"
10873+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008"
10874+
integrity sha512-sXe5lSt2WQlCbydGETgfm1YBShgOX4HxQkFPvbxkcwgDvGDeqVau8h+12+lmSVlP3rHPz0oavfddSZg/q+Szjw==
10875+
1086410876
pretty-bytes@^4.0.2:
1086510877
version "4.0.2"
1086610878
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"

0 commit comments

Comments
 (0)