Skip to content

Commit

Permalink
Merge pull request #237 from maxhiker/chore/bump-versions
Browse files Browse the repository at this point in the history
chore: bump react-scripts, graphprotocol versions
  • Loading branch information
PaulRBerg committed Aug 1, 2023
2 parents ac116af + 0c84661 commit 9c7b1ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion handlebars/react/packages/react-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ipfs-deploy": "^11.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"react-scripts": "5.0.1",
"styled-components": "^5.3.3"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions templates/react/default/packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@my-app/subgraph",
"version": "1.0.0",
"dependencies": {
"@graphprotocol/graph-cli": "0.48.0",
"@graphprotocol/graph-ts": "0.29.3"
"@graphprotocol/graph-cli": "0.53.0",
"@graphprotocol/graph-ts": "0.31.0"
},
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions templates/vue/default/packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@my-app/subgraph",
"version": "1.0.0",
"dependencies": {
"@graphprotocol/graph-cli": "0.48.0",
"@graphprotocol/graph-ts": "0.29.3"
"@graphprotocol/graph-cli": "0.53.0",
"@graphprotocol/graph-ts": "0.31.0"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9c7b1ae

Please sign in to comment.