-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update transitive deps (#18602)
- Loading branch information
1 parent
326ee45
commit 0c8b152
Showing
7 changed files
with
1,215 additions
and
1,127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1026,7 +1026,7 @@ Repository: pillarjs/finalhandler | |
## follow-redirects | ||
License: MIT | ||
By: Ruben Verborgh, Olivier Lalonde, James Talmage | ||
Repository: [email protected]:follow-redirects/follow-redirects.git | ||
Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git | ||
|
||
> Copyright 2014–present Olivier Lalonde <[email protected]>, James Talmage <[email protected]>, Ruben Verborgh | ||
> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<script type="importmap"> | ||
{ | ||
"imports": { | ||
"vue": "/[email protected].0.js", | ||
"vue": "/[email protected].47.js", | ||
"slash5": "/[email protected]", | ||
"slash3": "/[email protected]" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import fs from 'node:fs/promises' | |
import { defineConfig } from 'vite' | ||
|
||
const npmDirectServeConfig = { | ||
'/[email protected].0.js': 'vue32/dist/vue.runtime.esm-browser.js', | ||
'/[email protected].47.js': 'vue32/dist/vue.runtime.esm-browser.js', | ||
'/[email protected]': 'slash5/index.js', | ||
} | ||
/** @type {import('vite').Connect.NextHandleFunction} */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,7 +202,7 @@ ${ | |
children: ` | ||
{ | ||
"imports": { | ||
"vue": "https://unpkg.com/[email protected].0/dist/vue.runtime.esm-browser.js" | ||
"vue": "https://unpkg.com/[email protected].47/dist/vue.runtime.esm-browser.js" | ||
} | ||
} | ||
`, | ||
|
Oops, something went wrong.