Skip to content

Commit

Permalink
Update to react 18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PHClement committed Oct 22, 2022
1 parent 6f1d8f8 commit a1ca4fa
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 2 deletions.
78 changes: 78 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dpe-generator",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generate an SVG graph for DPE and GES.",
"author": "PHClement",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^18.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
Expand Down

0 comments on commit a1ca4fa

Please sign in to comment.