Skip to content

Commit

Permalink
Upgrade next to 13.5 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler authored Sep 27, 2023
1 parent 2c32933 commit 3bee8bd
Show file tree
Hide file tree
Showing 4 changed files with 869 additions and 871 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@graphql-codegen/typed-document-node": "^5",
"@graphql-codegen/typescript": "^4",
"@graphql-codegen/typescript-operations": "^4",
"@graphql-codegen/typescript-urql": "^3",
"@graphql-codegen/typescript-urql": "^4",
"@graphql-typed-document-node/core": "^3",
"@sunodo/wagmi-plugin-hardhat-deploy": "^0.2",
"@types/node": "^20",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"eslint-config-cartesi": "*",
"prettier": "^3.0.3",
"turbo": "^1.10.13",
"@changesets/cli": "^2.26.2"
"turbo": "^1.10.13"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-cartesi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"private": true,
"dependencies": {
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.29.4",
"eslint-config-prettier": "^9",
"eslint-plugin-react": "^7",
"eslint-config-turbo": "latest",
"typescript": "^5"
}
Expand Down
Loading

2 comments on commit 3bee8bd

@vercel
Copy link

@vercel vercel bot commented on 3bee8bd Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollups-explorer-workshop – ./apps/workshop

rollups-explorer-workshop-git-main-cartesi.vercel.app
rollups-explorer-workshop.vercel.app
rollups-explorer-workshop-cartesi.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3bee8bd Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.