Skip to content

Commit

Permalink
Bump remix version
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Feb 4, 2025
1 parent 5af18d0 commit 78f9482
Show file tree
Hide file tree
Showing 8 changed files with 28,754 additions and 25,216 deletions.
9 changes: 9 additions & 0 deletions .changeset/moody-chefs-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@shopify/remix-oxygen': patch
'skeleton': patch
'@shopify/hydrogen': patch
'@shopify/cli-hydrogen': patch
'@shopify/create-hydrogen': patch
---

Bump remix version
10 changes: 5 additions & 5 deletions docs/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/serve": "^2.15.3",
"he": "^1.2.0",
"isbot": "^3.8.0",
"marked": "^9.1.0",
Expand All @@ -19,8 +19,8 @@
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@remix-run/dev": "^2.15.3",
"@remix-run/eslint-config": "^2.15.3",
"@tailwindcss/vite": "4.0.0-beta.8",
"@types/he": "^1.2.1",
"@types/react": "^18.2.20",
Expand Down
12 changes: 6 additions & 6 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/express": "^2.15.2",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/server-runtime": "^2.15.2",
"@remix-run/express": "^2.15.3",
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/server-runtime": "^2.15.3",
"@shopify/hydrogen": "2025.1.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
Expand All @@ -24,8 +24,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@remix-run/dev": "^2.15.3",
"@remix-run/eslint-config": "^2.15.3",
"@shopify/cli": "~3.74.1",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
Expand Down
Loading

0 comments on commit 78f9482

Please sign in to comment.