@react-router/dev 0.0.0-experimental-63fd291ad → 0.0.0-experimental-dd63c14ca
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/cli/index.js +2 -2
- package/dist/config.js +1 -1
- package/dist/routes.js +1 -1
- package/dist/vite/cloudflare.js +2 -2
- package/dist/vite.js +2 -2
- package/package.json +6 -6
package/dist/cli/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* @react-router/dev v0.0.0-experimental-
|
|
3
|
+
* @react-router/dev v0.0.0-experimental-dd63c14ca
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) Remix Software Inc.
|
|
6
6
|
*
|
|
@@ -567,7 +567,7 @@ function logFutureFlagWarning(flag, message) {
|
|
|
567
567
|
import_picocolors.default.yellow(
|
|
568
568
|
` \u26A0\uFE0F Future Flag Warning: ${message}
|
|
569
569
|
You can use the \`future.${flag}\` flag to opt in early.
|
|
570
|
-
-> https://reactrouter.com/
|
|
570
|
+
-> https://reactrouter.com/v7/upgrading/future#future${flag.toLowerCase()}`
|
|
571
571
|
)
|
|
572
572
|
);
|
|
573
573
|
}
|
package/dist/config.js
CHANGED
package/dist/routes.js
CHANGED
package/dist/vite/cloudflare.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-dd63c14ca
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -593,7 +593,7 @@ function logFutureFlagWarning(flag, message) {
|
|
|
593
593
|
import_picocolors.default.yellow(
|
|
594
594
|
` \u26A0\uFE0F Future Flag Warning: ${message}
|
|
595
595
|
You can use the \`future.${flag}\` flag to opt in early.
|
|
596
|
-
-> https://reactrouter.com/
|
|
596
|
+
-> https://reactrouter.com/v7/upgrading/future#future${flag.toLowerCase()}`
|
|
597
597
|
)
|
|
598
598
|
);
|
|
599
599
|
}
|
package/dist/vite.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-dd63c14ca
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -630,7 +630,7 @@ function logFutureFlagWarning(flag, message) {
|
|
|
630
630
|
import_picocolors.default.yellow(
|
|
631
631
|
` \u26A0\uFE0F Future Flag Warning: ${message}
|
|
632
632
|
You can use the \`future.${flag}\` flag to opt in early.
|
|
633
|
-
-> https://reactrouter.com/
|
|
633
|
+
-> https://reactrouter.com/v7/upgrading/future#future${flag.toLowerCase()}`
|
|
634
634
|
)
|
|
635
635
|
);
|
|
636
636
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/dev",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-dd63c14ca",
|
|
4
4
|
"description": "Dev tools and CLI for React Router",
|
|
5
5
|
"homepage": "https://reactrouter.com",
|
|
6
6
|
"bugs": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"tinyglobby": "^0.2.14",
|
|
93
93
|
"valibot": "^1.2.0",
|
|
94
94
|
"vite-node": "^3.2.2",
|
|
95
|
-
"@react-router/node": "0.0.0-experimental-
|
|
95
|
+
"@react-router/node": "0.0.0-experimental-dd63c14ca"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@types/babel__core": "^7.20.5",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"vite": "^6.3.0",
|
|
117
117
|
"wireit": "0.14.9",
|
|
118
118
|
"wrangler": "^4.23.0",
|
|
119
|
-
"@react-router/serve": "0.0.0-experimental-
|
|
120
|
-
"react-router": "^0.0.0-experimental-
|
|
119
|
+
"@react-router/serve": "0.0.0-experimental-dd63c14ca",
|
|
120
|
+
"react-router": "^0.0.0-experimental-dd63c14ca"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@vitejs/plugin-rsc": "~0.5.21",
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"typescript": "^5.1.0 || ^6.0.0",
|
|
126
126
|
"vite": "^5.1.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
127
127
|
"wrangler": "^3.28.2 || ^4.0.0",
|
|
128
|
-
"@react-router/serve": "^0.0.0-experimental-
|
|
129
|
-
"react-router": "^0.0.0-experimental-
|
|
128
|
+
"@react-router/serve": "^0.0.0-experimental-dd63c14ca",
|
|
129
|
+
"react-router": "^0.0.0-experimental-dd63c14ca"
|
|
130
130
|
},
|
|
131
131
|
"peerDependenciesMeta": {
|
|
132
132
|
"@vitejs/plugin-rsc": {
|