Skip to content

Commit

Permalink
Update to react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
PHClement committed Oct 22, 2022
1 parent 5940bfc commit 6f1d8f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "file:../node_modules/react",
"react-dom": "file:../node_modules/react-dom",
"react-dpe-generator": "file:..",
"react-dpe-generator": "file:../dist",
"react-scripts": "file:../node_modules/react-scripts"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dpe-generator",
"version": "1.0.5",
"version": "1.1.0",
"description": "Generate an SVG graph for DPE and GES.",
"author": "PHClement",
"license": "MIT",
Expand Down Expand Up @@ -42,10 +42,10 @@
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1"
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"files": [
"dist"
Expand Down

0 comments on commit 6f1d8f8

Please sign in to comment.