Skip to content

Commit

Permalink
Update remix (#903)
Browse files Browse the repository at this point in the history
## Description

1. What is this PR about (link the issue and add a short description)

Seems like this killed my dev expierence

remix-run/remix#3123

Fixed in 1.12 gonna try, as otherwise I have 100% cpu load, and need to
stop `pnpm dev` before any changes

## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio-designer/blob/main/apps/designer/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env.example`
and the `designer/env-check.js` if mandatory
  • Loading branch information
istarkov authored Jan 31, 2023
1 parent 5d8fc64 commit 26e8343
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 301 deletions.
10 changes: 5 additions & 5 deletions apps/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@nanostores/react": "^0.4.1",
"@radix-ui/react-select": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@remix-run/node": "1.11.1",
"@remix-run/react": "1.11.1",
"@remix-run/serve": "1.11.1",
"@remix-run/vercel": "1.11.1",
"@remix-run/node": "1.12.0",
"@remix-run/react": "1.12.0",
"@remix-run/serve": "1.12.0",
"@remix-run/vercel": "1.12.0",
"@sentry/remix": "^7.5.0",
"@sentry/types": "7.5.0",
"@trpc/server": "^10.9.0",
Expand Down Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"@babel/core": "^7.20.2",
"@jest/globals": "^29.3.1",
"@remix-run/dev": "1.11.1",
"@remix-run/dev": "1.12.0",
"@storybook/addon-actions": "6.5.14",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"prettier": {},
"resolutions": {
"esbuild": "0.15.13",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"@types/react": "17.0.47"
},
"pnpm": {
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.131.0",
"@aws-sdk/lib-storage": "^3.131.0",
"@remix-run/node": "1.11.1",
"@remix-run/node": "1.12.0",
"@webstudio-is/fonts": "workspace:^",
"@webstudio-is/prisma-client": "workspace:^",
"app-root-path": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@babel/core": "^7.20.2",
"@esbuild-kit/esm-loader": "^2.4.2",
"@jest/globals": "^29.3.1",
"@remix-run/node": "1.11.1",
"@remix-run/react": "1.11.1",
"@remix-run/server-runtime": "1.11.1",
"@remix-run/node": "1.12.0",
"@remix-run/react": "1.12.0",
"@remix-run/server-runtime": "1.12.0",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.11",
"@types/node": "^18.11.18",
Expand Down
Loading

0 comments on commit 26e8343

Please sign in to comment.