Skip to content

Commit d1a22d3

Browse files
Bump @remix-run/server-runtime, @remix-run/serve, @remix-run/dev and @remix-run/node
Bumps [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime) to 2.17.3 and updates ancestor dependencies [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime), [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve), [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) and [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node). These dependencies need to be updated together. Updates `@remix-run/server-runtime` from 2.17.2 to 2.17.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.3/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.3/packages/remix-server-runtime) Updates `@remix-run/serve` from 2.17.2 to 2.17.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.3/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.3/packages/remix-serve) Updates `@remix-run/dev` from 2.17.2 to 2.17.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.3/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.3/packages/remix-dev) Updates `@remix-run/node` from 2.17.2 to 2.17.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.3/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.3/packages/remix-node) --- updated-dependencies: - dependency-name: "@remix-run/server-runtime" dependency-version: 2.17.3 dependency-type: indirect - dependency-name: "@remix-run/serve" dependency-version: 2.17.3 dependency-type: direct:production - dependency-name: "@remix-run/dev" dependency-version: 2.17.3 dependency-type: direct:development - dependency-name: "@remix-run/node" dependency-version: 2.17.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cddead commit d1a22d3

File tree

3 files changed

+92
-40
lines changed

3 files changed

+92
-40
lines changed

frontend/apps/artcraft/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@preact/signals-react": "^2.0.1",
3838
"@radix-ui/react-tooltip": "^1.2.7",
3939
"@remix-run/deno": "^2.8.1",
40-
"@remix-run/node": "^2.8.1",
40+
"@remix-run/node": "^2.17.4",
4141
"@remix-run/react": "^2.17.4",
4242
"@remix-run/router": "^1.23.2",
43-
"@remix-run/serve": "^2.8.1",
43+
"@remix-run/serve": "^2.17.4",
4444
"@tauri-apps/plugin-http": "^2.4.3",
4545
"@tweenjs/tween.js": "^18.6.4",
4646
"@types/lodash": "^4.17.6",
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"@originjs/vite-plugin-commonjs": "^1.0.3",
82-
"@remix-run/dev": "^2.8.1",
82+
"@remix-run/dev": "^2.17.4",
8383
"@types/deep-equal": "^1.0.4",
8484
"@types/jest": "^29.5.12",
8585
"@types/react": "^19.0.0",

frontend/package-lock.json

Lines changed: 86 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@headlessui/react": "^2.2.2",
1717
"@preact/signals-react": "^3.0.1",
1818
"@radix-ui/react-dialog": "^1.1.14",
19-
"@remix-run/serve": "^2.15.0",
19+
"@remix-run/serve": "^2.17.4",
2020
"@sparkjsdev/spark": "^0.1.10",
2121
"dayjs": "^1.11.10",
2222
"detect-gpu": "^5.0.38",
@@ -54,8 +54,8 @@
5454
"@nx/vite": "21.2.3",
5555
"@nx/web": "21.2.3",
5656
"@nx/workspace": "21.2.3",
57-
"@remix-run/dev": "^2.15.0",
58-
"@remix-run/node": "^2.16.5",
57+
"@remix-run/dev": "^2.17.4",
58+
"@remix-run/node": "^2.17.4",
5959
"@swc-node/register": "~1.9.1",
6060
"@swc/core": "~1.5.7",
6161
"@swc/helpers": "~0.5.11",

0 commit comments

Comments
 (0)