@vercel/static-build 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -8501,12 +8501,11 @@ var require_frameworks = __commonJS({
|
|
|
8501
8501
|
{
|
|
8502
8502
|
name: "React Router",
|
|
8503
8503
|
slug: "react-router",
|
|
8504
|
-
|
|
8505
|
-
//demo: 'https://react-router-v7-template.vercel.app',
|
|
8504
|
+
demo: "https://react-router-v7-template.vercel.app",
|
|
8506
8505
|
logo: "https://api-frameworks.vercel.sh/framework-logos/react-router.svg",
|
|
8507
8506
|
darkModeLogo: "https://api-frameworks.vercel.sh/framework-logos/react-router-dark.svg",
|
|
8508
8507
|
tagline: "Declarative routing for React",
|
|
8509
|
-
description: "A user
|
|
8508
|
+
description: "A user-obsessed, standards-focused, multi-strategy router you can deploy anywhere.",
|
|
8510
8509
|
website: "https://reactrouter.com",
|
|
8511
8510
|
sort: 7,
|
|
8512
8511
|
supersedes: ["hydrogen", "vite"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-builder": "2.0.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.0.68",
|
|
18
18
|
"@vercel/static-config": "3.0.0",
|
|
19
19
|
"ts-morph": "12.0.0"
|
|
20
20
|
},
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@types/node-fetch": "2.5.4",
|
|
29
29
|
"@types/promise-timeout": "1.3.0",
|
|
30
30
|
"@types/semver": "7.3.13",
|
|
31
|
-
"@vercel/build-utils": "9.2.
|
|
31
|
+
"@vercel/build-utils": "9.2.1",
|
|
32
32
|
"@vercel/error-utils": "2.0.3",
|
|
33
|
-
"@vercel/frameworks": "3.6.
|
|
34
|
-
"@vercel/fs-detectors": "5.3.
|
|
35
|
-
"@vercel/routing-utils": "5.0.
|
|
33
|
+
"@vercel/frameworks": "3.6.1",
|
|
34
|
+
"@vercel/fs-detectors": "5.3.7",
|
|
35
|
+
"@vercel/routing-utils": "5.0.3",
|
|
36
36
|
"execa": "3.2.0",
|
|
37
37
|
"fs-extra": "10.0.0",
|
|
38
38
|
"get-port": "5.0.0",
|