feat: update notion deps major bug fix

This commit is contained in:
Travis Fischer
2021-01-28 00:27:02 -05:00
parent 3a970fca2a
commit 32cc6899b4
2 changed files with 15 additions and 7 deletions

View File

@@ -37,7 +37,7 @@
"next": "^10.0.5",
"notion-client": "^3.4.2",
"notion-types": "^3.1.1",
"notion-utils": "^3.4.2",
"notion-utils": "^3.4.8",
"p-map": "^4.0.0",
"p-memoize": "^4.0.0",
"puppeteer-core": "^5.5.0",
@@ -46,7 +46,7 @@
"react-body-classname": "^1.3.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-notion-x": "^3.4.7",
"react-notion-x": "^3.4.8",
"react-use": "^15.3.3"
},
"devDependencies": {

View File

@@ -4376,6 +4376,14 @@ notion-utils@^3.4.2:
notion-types "^3.1.1"
p-queue "^6.6.1"
notion-utils@^3.4.8:
version "3.4.8"
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-3.4.8.tgz#e6c8bdffc192ec7bfc9a837f2e863bb310a64c57"
integrity sha512-hTdj/nAcGp/c5dTrdv9+B7OWOMDe6dk8DfZHbaulxzanU9AhIupnHlyMxu82T3Ml83J7/ZKN5AFG5vazzCDjUw==
dependencies:
notion-types "^3.1.1"
p-queue "^6.6.1"
npm-run-all@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
@@ -5309,10 +5317,10 @@ react-modal@^3.11.2:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"
react-notion-x@^3.4.7:
version "3.4.7"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.4.7.tgz#6f7449dd9f2dcfe59981fd9b0e320a7c5ee71a98"
integrity sha512-G9OYQFkTYvji/vyrZOsGZ0P5D3MPMeju16xfDnzGx97/Kl/vnhrL0ADT5OoLmd100dUpIHDjjUoK8ZW9SlvMTw==
react-notion-x@^3.4.8:
version "3.4.8"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.4.8.tgz#2736ff6e4ae370b2da59f4dfd112cd8e795c88f4"
integrity sha512-bkNubPET46v/EU0bUUk3Mnd8Nj46AZDjT/IvquhyMfj2Mb+MjU6EqEeS8kDjH0lYMWJaU4B97DlTYxXcjgX4VQ==
dependencies:
"@matejmazur/react-katex" "^3.1.3"
date-fns "^2.15.0"
@@ -5322,7 +5330,7 @@ react-notion-x@^3.4.7:
lodash.throttle "^4.1.1"
medium-zoom "^1.0.6"
notion-types "^3.1.1"
notion-utils "^3.4.2"
notion-utils "^3.4.8"
prismjs "^1.20.0"
rc-dropdown "^3.1.2"
rc-menu "^8.5.2"