move puppeteer to www

This commit is contained in:
Steve Ruiz 2022-01-18 09:18:22 +00:00
parent 842bb960c4
commit 8977d296a9
3 changed files with 10 additions and 10 deletions

View file

@ -34,6 +34,7 @@
"next-pwa": "^5.4.4", "next-pwa": "^5.4.4",
"next-themes": "^0.0.15", "next-themes": "^0.0.15",
"next-transpile-modules": "^9.0.0", "next-transpile-modules": "^9.0.0",
"puppeteer": "^13.1.1",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2" "react-dom": "17.0.2"
}, },

View file

@ -53,7 +53,6 @@
"@tldraw/vec": "^1.4.3", "@tldraw/vec": "^1.4.3",
"idb-keyval": "^6.0.3", "idb-keyval": "^6.0.3",
"perfect-freehand": "^1.0.16", "perfect-freehand": "^1.0.16",
"puppeteer": "^13.0.1",
"react-hotkeys-hook": "^3.4.0", "react-hotkeys-hook": "^3.4.0",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"zustand": "^3.6.5" "zustand": "^3.6.5"

View file

@ -6426,10 +6426,10 @@ detective-typescript-70@^7.0.0:
node-source-walk "^4.2.0" node-source-walk "^4.2.0"
typescript "^3.9.7" typescript "^3.9.7"
devtools-protocol@0.0.937139: devtools-protocol@0.0.948846:
version "0.0.937139" version "0.0.948846"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.937139.tgz#bdee3751fdfdb81cb701fd3afa94b1065dafafcf" resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.948846.tgz#bff47e2d1dba060130fa40ed2e5f78b916ba285f"
integrity sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ== integrity sha512-5fGyt9xmMqUl2VI7+rnUkKCiAQIpLns8sfQtTENy5L70ktbNw0Z3TFJ1JoFNYdx/jffz4YXU45VF75wKZD7sZQ==
dezalgo@^1.0.0: dezalgo@^1.0.0:
version "1.0.3" version "1.0.3"
@ -12461,13 +12461,13 @@ pupa@^2.1.1:
dependencies: dependencies:
escape-goat "^2.0.0" escape-goat "^2.0.0"
puppeteer@^13.0.1: puppeteer@^13.1.1:
version "13.0.1" version "13.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.0.1.tgz#9cd9bb8ec090bade183ca186bf342396bdffa135" resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.1.1.tgz#63771eb744202aa91918c49123f846e1747da121"
integrity sha512-wqGIx59LzYqWhYcJQphMT+ux0sgatEUbjKG0lbjJxNVqVIT3ZC5m4Bvmq2gHE3qhb63EwS+rNkql08bm4BvO0A== integrity sha512-GwdFy1JQ43Hhxj6MraXme+XfCX2CKe18MuwToXTMEAk0txg6vUEgwqBnzErTTqDVZ7sWYrDtDaRCfD2y7ZwgGw==
dependencies: dependencies:
debug "4.3.2" debug "4.3.2"
devtools-protocol "0.0.937139" devtools-protocol "0.0.948846"
extract-zip "2.0.1" extract-zip "2.0.1"
https-proxy-agent "5.0.0" https-proxy-agent "5.0.0"
node-fetch "2.6.5" node-fetch "2.6.5"