Skip to content

Commit

Permalink
Bump to experimental with single fetch encoding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Mar 19, 2024
1 parent 2b43a02 commit 88b6265
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 144 deletions.
175 changes: 37 additions & 138 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@remix-run/express": "0.0.0-experimental-9989381a2",
"@remix-run/node": "0.0.0-experimental-9989381a2",
"@remix-run/react": "0.0.0-experimental-9989381a2",
"@remix-run/express": "0.0.0-experimental-419fc7d09",
"@remix-run/node": "0.0.0-experimental-419fc7d09",
"@remix-run/react": "0.0.0-experimental-419fc7d09",
"@tailwindcss/aspect-ratio": "^0.4.2",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remix": "0.0.0-experimental-9989381a2",
"remix": "0.0.0-experimental-419fc7d09",
"satori": "^0.10.11",
"semver": "^7.5.4",
"shiki": "^0.14.7",
Expand All @@ -77,8 +77,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "0.0.0-experimental-9989381a2",
"@remix-run/eslint-config": "0.0.0-experimental-9989381a2",
"@remix-run/dev": "0.0.0-experimental-419fc7d09",
"@remix-run/eslint-config": "0.0.0-experimental-419fc7d09",
"@testing-library/jest-dom": "^6.2.0",
"@types/follow-redirects": "^1.14.4",
"@types/gunzip-maybe": "^1.4.2",
Expand Down

0 comments on commit 88b6265

Please sign in to comment.