Skip to content

Commit

Permalink
Update e2e/package.json+2
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 1, 2024
1 parent c114f86 commit 02444e0
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 114 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"codegen": "graphql-codegen --config ./graphql-codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@apollo/client": "^3.10.4",
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.8.1",
"next": "^15.0.0@rc",
"react": "19.0.0@rc",
"react-dom": "19.0.0@rc",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-935180c7e0-20240524",
"react-dom": "19.0.0-rc-935180c7e0-20240524",
"react-error-boundary": "^4.0.13"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"scripts": {
"build": "tsc",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepare": "git config --local core.hooksPath .githooks",
"codegen": "graphql-codegen --config ./test/graphql-codegen.ts",
"updateSnapshot": "npm run build && npm run codegen",
"test": "npm run updateSnapshot && cd test && npm run build"
Expand Down
Loading

0 comments on commit 02444e0

Please sign in to comment.