@react-router/serve 8.0.0 → 8.0.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/CHANGELOG.md +13 -0
- package/dist/cli.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# `@react-router/serve`
|
|
2
2
|
|
|
3
|
+
## v8.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- [`react-router@8.0.1`](https://github.com/remix-run/react-router/releases/tag/react-router@8.0.1)
|
|
9
|
+
- [`@react-router/express@8.0.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/express@8.0.1)
|
|
10
|
+
- [`@react-router/node@8.0.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@8.0.1)
|
|
11
|
+
|
|
3
12
|
## v8.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
|
@@ -7,6 +16,10 @@
|
|
|
7
16
|
- Switch from `@mjackson/node-fetch-server` to `@remix-run/node-fetch-server` now that we can directly use ESM-only packages ([#14930](https://github.com/remix-run/react-router/pull/14930))
|
|
8
17
|
- Update minimum Node version to 22.22.0 ([#14928](https://github.com/remix-run/react-router/pull/14928))
|
|
9
18
|
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- Bump `express` from `4.21.2` to `5.2.1`
|
|
22
|
+
|
|
10
23
|
### Patch Changes
|
|
11
24
|
|
|
12
25
|
- Bump dependencies ([#15091](https://github.com/remix-run/react-router/pull/15091))
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/serve",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.1",
|
|
5
5
|
"description": "Production application server for React Router",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"get-port": "7.2.0",
|
|
41
41
|
"morgan": "^1.10.1",
|
|
42
42
|
"source-map-support": "^0.5.21",
|
|
43
|
-
"@react-router/
|
|
44
|
-
"@react-router/
|
|
43
|
+
"@react-router/express": "8.0.1",
|
|
44
|
+
"@react-router/node": "8.0.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"react-router": "8.0.
|
|
47
|
+
"react-router": "8.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/compression": "^1.8.1",
|