Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Aug 9, 2023
1 parent 8d62511 commit 4ed12d9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "react-inlinesvg-demo",
"version": "3.0.2",
"version": "4.0.0",
"description": "An SVG loader component for ReactJS",
"keywords": [],
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inlinesvg": "^3.0.2",
"react-inlinesvg": "latest",
"react-scripts": "^5.0.1",
"styled-components": "^5.3.6",
"styled-components": "^6.0.7",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"typescript": "^4.9.5"
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"typescript": "^5.1.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 4ed12d9

Please sign in to comment.