Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Jun 10, 2018
1 parent 651c9c6 commit b2e5dc3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcatalog",
"version": "12.3.1",
"version": "12.4.0",
"description": "WebCatalog helps you turn any website into desktop app with just one click.",
"main": "public/electron.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"yargs-parser": "10.0.0"
},
"devDependencies": {
"@material-ui/core": "1.1.0",
"@material-ui/core": "1.2.1",
"@material-ui/icons": "1.1.0",
"algoliasearch": "3.27.1",
"babel-preset-env": "1.7.0",
Expand Down
28 changes: 19 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
core-js "^2.5.6"
regenerator-runtime "^0.11.1"

"@material-ui/core@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-1.1.0.tgz#592a58efe2001396125c3187565d3cb88a98b2e7"
"@material-ui/core@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-1.2.1.tgz#f8c73da10b875762b37be7167ec2ac79b027499f"
dependencies:
"@babel/runtime" "^7.0.0-beta.42"
"@types/jss" "^9.5.3"
"@types/react-transition-group" "^2.0.8"
brcast "^3.0.1"
classnames "^2.2.5"
csstype "^2.5.2"
debounce "^1.1.0"
deepmerge "^2.0.1"
dom-helpers "^3.2.1"
Expand All @@ -36,13 +37,13 @@
keycode "^2.1.9"
normalize-scroll-left "^0.1.2"
prop-types "^15.6.0"
react-event-listener "^0.5.9"
react-event-listener "^0.6.0"
react-jss "^8.1.0"
react-popper "^0.10.0"
react-transition-group "^2.2.1"
recompose "^0.26.0 || ^0.27.0"
scroll "^2.0.3"
warning "^3.0.0"
warning "^4.0.1"

"@material-ui/[email protected]":
version "1.1.0"
Expand Down Expand Up @@ -2227,6 +2228,10 @@ csstype@^2.0.0, csstype@^2.2.0:
version "2.5.2"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.2.tgz#4534308476ceede8fbe148b9b99f9baf1c80fa06"

csstype@^2.5.2:
version "2.5.3"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.3.tgz#2504152e6e1cc59b32098b7f5d6a63f16294c1f7"

currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
Expand Down Expand Up @@ -6690,12 +6695,11 @@ react-error-overlay@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.0.tgz#d198408a85b4070937a98667f500c832f86bd5d4"

react-event-listener@^0.5.9:
version "0.5.9"
resolved "https://registry.yarnpkg.com/react-event-listener/-/react-event-listener-0.5.9.tgz#c64e84f77156a682614835bdc1bc7ba00912df97"
react-event-listener@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/react-event-listener/-/react-event-listener-0.6.0.tgz#f8cf2821f5ca1844e0df1dac1c7b9a3ecb686fd7"
dependencies:
"@babel/runtime" "^7.0.0-beta.42"
fbjs "^0.8.16"
prop-types "^15.6.0"
warning "^3.0.0"

Expand Down Expand Up @@ -8348,6 +8352,12 @@ warning@^3.0.0:
dependencies:
loose-envify "^1.0.0"

warning@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.1.tgz#66ce376b7fbfe8a887c22bdf0e7349d73d397745"
dependencies:
loose-envify "^1.0.0"

watch@~0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/watch/-/watch-0.10.0.tgz#77798b2da0f9910d595f1ace5b0c2258521f21dc"
Expand Down

0 comments on commit b2e5dc3

Please sign in to comment.