Skip to content

Commit

Permalink
Refactor demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Mar 27, 2024
1 parent fe905ac commit 93f6f95
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 334 deletions.
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-spotify-web-playback-demo",
"version": "0.14.1`",
"version": "0.14.4",
"description": "Demo for react-spotify-web-playback",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@gilbarbara/components": "^0.11.2",
"@gilbarbara/eslint-config": "^0.7.4",
"@gilbarbara/components": "^0.11.4",
"@gilbarbara/eslint-config": "^0.7.5",
"@gilbarbara/helpers": "^0.9.2",
"@gilbarbara/prettier-config": "^1.0.0",
"react": "^18.2.0",
Expand All @@ -18,10 +18,10 @@
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/node": "20.11.11",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"typescript": "5.3.3"
"@types/node": "20.11.30",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.22",
"typescript": "5.4.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 93f6f95

Please sign in to comment.