Skip to content

Commit

Permalink
chore: update deps (zhihu#166)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: fix mismatched workspace deps
  • Loading branch information
ambar authored May 20, 2021
1 parent 55e180b commit 3330f7a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 59 deletions.
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": [
"packages/*"
"packages/*",
"example",
"website"
],
"version": "1.12.0",
"conventionalCommits": true,
Expand Down
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
},
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"example",
"website"
],
"workspaces": {
"nohoist": [
"website/**/eslint-config-react-app/**"
],
"packages": [
"packages/*",
"example",
"website"
]
},
"keywords": [
"zhihu",
"mp4",
Expand Down Expand Up @@ -46,7 +51,6 @@
"start": "yarn workspace example run start"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-source-filesystem": "^2.0.32",
"gatsby-transformer-remark": "^2.3.11",
"griffith": "1.4.3",
"griffith": "^1.12.0",
"normalize.css": "^8.0.1",
"react": "16.4.2",
"react-dom": "16.4.2",
Expand Down
54 changes: 3 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,6 @@
# yarn lockfile v1


"@babel/cli@^7.2.3":
version "7.2.3"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.3.tgz#1b262e42a3e959d28ab3d205ba2718e1923cfee6"
integrity sha512-bfna97nmJV6nDJhXNPeEfxyMjWnt6+IjUAaDPiYRTBlm8L41n8nvw6UAqUCbvpFfU246gHPxW7sfWwqtF4FcYA==
dependencies:
commander "^2.8.1"
convert-source-map "^1.1.0"
fs-readdir-recursive "^1.1.0"
glob "^7.0.0"
lodash "^4.17.10"
mkdirp "^0.5.1"
output-file-sync "^2.0.0"
slash "^2.0.0"
source-map "^0.5.0"
optionalDependencies:
chokidar "^2.0.3"

"@babel/code-frame@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
Expand Down Expand Up @@ -3567,7 +3550,7 @@ chokidar@2.1.2:
optionalDependencies:
fsevents "^1.2.7"

chokidar@^2.0.2, chokidar@^2.0.3, chokidar@^2.1.5:
chokidar@^2.0.2, chokidar@^2.1.5:
version "2.1.5"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
integrity sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==
Expand Down Expand Up @@ -3819,7 +3802,7 @@ commander@2.17.x:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==

commander@^2.11.0, commander@^2.14.1, commander@^2.18.0, commander@^2.19.0, commander@^2.8.1, commander@^2.9.0:
commander@^2.11.0, commander@^2.14.1, commander@^2.18.0, commander@^2.19.0, commander@^2.9.0:
version "2.20.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
Expand Down Expand Up @@ -6153,11 +6136,6 @@ fs-minipass@^1.2.5:
dependencies:
minipass "^2.2.1"

fs-readdir-recursive@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==

fs-write-stream-atomic@^1.0.8:
version "1.0.10"
resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
Expand Down Expand Up @@ -6670,7 +6648,7 @@ glob-to-regexp@^0.3.0:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=

glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
version "7.1.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
Expand Down Expand Up @@ -6880,23 +6858,6 @@ gray-matter@^4.0.0:
section-matter "^1.0.0"
strip-bom-string "^1.0.0"

griffith@1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/griffith/-/griffith-1.4.3.tgz#8c1b87c44a07499e0d26fc163f5db83864333964"
integrity sha512-Tpq+seTtTlRKFmWcfPnKlVAju4CaFW7jdIjuZPweu/Pi8YzDP5FLXoq7bLm+oYCRDMMGuNKxxG0s5fV2xdQhHQ==
dependencies:
aphrodite "2.3.1"
element-resize-event "^3.0.3"
eventemitter3 "^3.1.0"
griffith-hls "^1.4.3"
griffith-message "^1.4.3"
griffith-mp4 "^1.4.3"
griffith-utils "^1.4.3"
isomorphic-bigscreen "2.0.5"
lodash "4.17.11"
prop-types "^15.7.2"
query-string "^6.4.2"

growly@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
Expand Down Expand Up @@ -10539,15 +10500,6 @@ osenv@0, osenv@^0.1.4, osenv@^0.1.5:
os-homedir "^1.0.0"
os-tmpdir "^1.0.0"

output-file-sync@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-2.0.1.tgz#f53118282f5f553c2799541792b723a4c71430c0"
integrity sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ==
dependencies:
graceful-fs "^4.1.11"
is-plain-obj "^1.1.0"
mkdirp "^0.5.1"

p-cancelable@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
Expand Down

0 comments on commit 3330f7a

Please sign in to comment.