Skip to content

Commit

Permalink
Bump vite and remix (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel authored Jan 9, 2025
1 parent 3662ed7 commit fdab06f
Show file tree
Hide file tree
Showing 14 changed files with 827 additions and 355 deletions.
10 changes: 10 additions & 0 deletions .changeset/brave-elephants-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@shopify/hydrogen-react': patch
'@shopify/remix-oxygen': patch
'@shopify/mini-oxygen': patch
'skeleton': patch
'@shopify/hydrogen': patch
'@shopify/cli-hydrogen': patch
---

Bump vite, Remix versions and tailwind v4 alpha to beta
14 changes: 7 additions & 7 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.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"he": "^1.2.0",
"isbot": "^3.8.0",
"marked": "^9.1.0",
Expand All @@ -19,16 +19,16 @@
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@remix-run/dev": "^2.13.1",
"@remix-run/eslint-config": "^2.13.1",
"@tailwindcss/vite": "4.0.0-alpha.17",
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@tailwindcss/vite": "4.0.0-beta.8",
"@types/he": "^1.2.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "^8.38.0",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite": "^5.1.8",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 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.13.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/server-runtime": "^2.13.1",
"@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",
"@shopify/hydrogen": "2024.10.1",
"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.13.1",
"@remix-run/eslint-config": "^2.13.1",
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@shopify/cli": "~3.73.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
Expand All @@ -37,7 +37,7 @@
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite": "^5.1.8",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
Expand Down
Loading

0 comments on commit fdab06f

Please sign in to comment.