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

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2023
1 parent d73c4b6 commit 07eb618
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 967 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@prisma/client": "3.0.2"
},
"devDependencies": {
"@vercel/node": "1.12.1",
"@vercel/node": "1.15.4",
"prisma": "3.0.2",
"serve": "12.0.1",
"vercel": "23.1.2"
Expand Down
15 changes: 15 additions & 0 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
resolved "https://registry.yarnpkg.com/@vercel/go/-/go-1.2.3.tgz#6f2bdba5681f9d64ee17060c5d63589e2d45e2d8"
integrity sha512-BZCHRz43Qfr0DwZlZQCcofR+3cr+H+HK72/ZPkZy1Uq0NYjJMlmZ3ahuMgvJxT9lfC1RA6eOEUlUsZ+gqKcMCg==

"@vercel/node-bridge@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@vercel/node-bridge/-/node-bridge-2.2.2.tgz#f63466ab6a2588afdc6262c2d060289bfe8baa6b"
integrity sha512-haGBC8noyA5BfjCRXRH+VIkHCDVW5iD5UX24P2nOdilwUxI4qWsattS/co8QBGq64XsNLRAMdM5pQUE3zxkF9Q==

"@vercel/node@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.12.1.tgz#15f42f64690f904f8a52a387123ce0958657060f"
Expand All @@ -55,6 +60,16 @@
ts-node "8.9.1"
typescript "4.3.4"

"@vercel/node@1.15.4":
version "1.15.4"
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.15.4.tgz#dd55b510492158873c773017ecd3d2bf75f67258"
integrity sha512-45fV7qVVw1cWCD6tWBXH0i4pSfYck4yF2qNKlJb1gmbO9JHWRqMYm0uxNWISD6E6Z69Pl1KDvfa+l48w/qEkaw==
dependencies:
"@types/node" "*"
"@vercel/node-bridge" "2.2.2"
ts-node "8.9.1"
typescript "4.3.4"

"@vercel/python@2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@vercel/python/-/python-2.0.5.tgz#76c09280febfac863c39651edffafbb0838a1df8"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@codemirror/state": "0.19.1",
"@codemirror/theme-one-dark": "0.19.0",
"@codemirror/view": "0.19.6",
"@fontsource/jetbrains-mono": "4.5.0",
"@playwright/test": "1.17.2",
"@fontsource/jetbrains-mono": "4.5.12",
"@playwright/test": "1.37.0",
"@types/lodash": "4.14.178",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
Expand All @@ -55,17 +55,17 @@
"@typescript/vfs": "1.3.5",
"@vitejs/plugin-react-refresh": "1.3.6",
"chokidar-cli": "3.0.0",
"fast-glob": "3.2.10",
"fast-glob": "3.3.1",
"localforage": "1.10.0",
"lodash": "4.17.21",
"prettier": "2.5.1",
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"relaxed-json": "1.0.3",
"typescript": "4.5.4",
"typescript": "4.9.5",
"vercel": "23.1.2",
"vite": "2.7.10",
"zx": "4.2.0"
"zx": "4.3.0"
},
"peerDependencies": {
"react": "17.0.0",
Expand Down
Loading

0 comments on commit 07eb618

Please sign in to comment.