Skip to content

Commit f577f12

Browse files
author
Matthias Rütten
committed
Merge branch 'task-refactor-update-handling'
# Conflicts: # package.json # yarn.lock
2 parents b63324b + ed2aa21 commit f577f12

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@hot-loader/react-dom": "^16.8.6",
8383
"@material-ui/core": "^4.4.2",
8484
"@material-ui/icons": "^4.2.1",
85-
"@reach/tabs": "^0.7.0",
85+
"@reach/tabs": "^0.7.2",
8686
"@rebass/forms": "^4.0.5",
8787
"@rebass/preset": "^4.0.5",
8888
"@types/electron-devtools-installer": "^2.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,25 +1033,25 @@
10331033
"@nodelib/fs.scandir" "2.1.3"
10341034
fastq "^1.6.0"
10351035

1036-
"@reach/auto-id@^0.7.0":
1037-
version "0.7.1"
1038-
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.7.1.tgz#68ff4345b12c5ead6d0374a574480090b18a1b31"
1039-
integrity sha512-7bE/tCFc6KBMKkSfquJFpeZic+OHe+RAE2OHCN66felnleVwm6hr128d2UAp5vb1H12F6fm1kCUV9s3xNqSwMQ==
1036+
"@reach/auto-id@^0.7.2":
1037+
version "0.7.2"
1038+
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.7.2.tgz#1f3aa4c2f09630e90863d4ed90bb23050289ba9c"
1039+
integrity sha512-9jBoMUnwB4ijh2w9wWQ3oW5oV0NMr2VW3tYDXI8xbd8BW25Bsqvjv8Y3Vp035HwJoLq3I7afA2i+jjBrsJtYAQ==
10401040

1041-
"@reach/tabs@^0.7.0":
1042-
version "0.7.0"
1043-
resolved "https://registry.yarnpkg.com/@reach/tabs/-/tabs-0.7.0.tgz#716ba800e82988a98cf324674c5bb09d28c3e937"
1044-
integrity sha512-HTuQThG5FSQ0IDJC/2r6wrGJc/Ik7VC0CGL3Bykx/IGuQXL0TkTjQMiNtLNoddwyuY0oRGwZhXL7uZp+JozrRg==
1041+
"@reach/tabs@^0.7.2":
1042+
version "0.7.2"
1043+
resolved "https://registry.yarnpkg.com/@reach/tabs/-/tabs-0.7.2.tgz#e568248f928b8b13a290fecca232ece9ef18db58"
1044+
integrity sha512-VHHas2nvUCBFO7kIUzhhj7UaltERo85Ek8Gg7UpUC19/ByEFTtTXvywGTdRDu5wfqewqc1XKKXn8zM20YY2x0Q==
10451045
dependencies:
1046-
"@reach/auto-id" "^0.7.0"
1047-
"@reach/utils" "^0.7.0"
1046+
"@reach/auto-id" "^0.7.2"
1047+
"@reach/utils" "^0.7.2"
10481048
prop-types "^15.7.2"
10491049
warning "^4.0.3"
10501050

1051-
"@reach/utils@^0.7.0":
1052-
version "0.7.1"
1053-
resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.7.1.tgz#fc1ae737b7e8ac69a494ee95ecdc4685d99ba2b9"
1054-
integrity sha512-xNnvwZ99AQlsyjEY3jn+Rbi+nYtnLu1Gcck9Mwb9gh/phVY/MfHoT1IrjGWMwLZuZet5slJ0qPu8oBv/G8R4KQ==
1051+
"@reach/utils@^0.7.2":
1052+
version "0.7.2"
1053+
resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.7.2.tgz#0bc91cc449a5a9be5735b4626c920ee3e74e0e8b"
1054+
integrity sha512-oGmA5eqM1f4NAyFSQvyFCcRRvgFTSiiPhw8Djn5PGfPY+sgmfyrUsJpo9FwJnl7P0nKb4liWq5jbWlZXUtWhLQ==
10551055

10561056
"@rebass/forms@^4.0.5":
10571057
version "4.0.6"

0 commit comments

Comments
 (0)