Skip to content

Commit 246924f

Browse files
committed
Update dependency @types/ramda to v0.26.19
1 parent 826f8fc commit 246924f

File tree

3 files changed

+29
-13
lines changed

3 files changed

+29
-13
lines changed

map-share-frontend/package-lock.json

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

map-share-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@types/camelcase": "4.1.0",
13-
"@types/ramda": "0.25.42",
13+
"@types/ramda": "0.26.19",
1414
"babel-core": "6.26.3",
1515
"babel-plugin-emotion": "10.0.0",
1616
"csstype": "2.5.7",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,12 @@
787787
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.8.tgz#d0a3ab5a6e61458c492304e2776ac136b81db927"
788788
integrity sha512-INamyRZG4rW3lDCUmwVd5Xho/bXvQm/v1yP8V0UN1RuInU7RoWoaO570b+yLX4Ia/0szsx1wa8VzcsVlsvbWLA==
789789

790-
791-
version "0.25.42"
792-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.25.42.tgz#bec6e54e168409f120a753621edf20cf4d1a4c08"
793-
integrity sha512-m8IcEWgJZTb47UARqp2d58f+C8yDxpTC6ElU/muO0z1bYhdgf6LHcO2SE9f1Mt3SJnKCh6GtjKEC99hq6vPnDA==
790+
791+
version "0.26.19"
792+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.26.19.tgz#400580597566c016e9743f17c1c48bf4671cda81"
793+
integrity sha512-lJuMZDXqZ8W2hl0Gz+wEPUhXcf/tZRuaO5vrxFD3Dv2XMqgTZVw+bvfS6iQAsio9XQV+uhkggtT4eLhDmUpI5g==
794+
dependencies:
795+
ts-toolbelt "^3.2.22"
794796

795797
"@types/range-parser@*":
796798
version "1.2.2"
@@ -5814,10 +5816,10 @@ safer-eval@^1.2.3:
58145816
dependencies:
58155817
clones "^1.1.0"
58165818

5817-
5818-
version "1.15.0"
5819-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.15.0.tgz#80cd374ad9db9f4a24942cf927552d31d8b6f376"
5820-
integrity sha512-xY+n0MB/KAjwwNJYXBD5yJOG2mS2Ac8AXB7Ci2KbWxivbiDVMxhy3vbvXAllVABAHjBqZYUPq1qOJeqZ2XMVIQ==
5819+
5820+
version "1.15.1"
5821+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.15.1.tgz#25a03f6813413540210580b670628360c36267d3"
5822+
integrity sha512-WiDa5BsePB/rQEbh/Fv2pVDUCasxuRYjW7GsWx8Ld23LY61vx1VV5Mzf/7mu5kLWKMryMqo65fzYL34HgaM47w==
58215823
dependencies:
58225824
chokidar "^2.0.0"
58235825

@@ -6453,6 +6455,11 @@ trim-right@^1.0.1:
64536455
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
64546456
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
64556457

6458+
ts-toolbelt@^3.2.22:
6459+
version "3.5.1"
6460+
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-3.5.1.tgz#faf9e71be8e06c77ec1468196e40f37e557abcc4"
6461+
integrity sha512-RY+9Ru6saYLT5Mp7Pyf9FfjTP48fULOG/6CL+Z+DLqlw4Ev8sowIny0HVatCddO1+dCqBatwRgfB0goilVk2iQ==
6462+
64566463
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
64576464
version "1.9.3"
64586465
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

0 commit comments

Comments
 (0)