Skip to content

Commit

Permalink
Update deps and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed May 11, 2024
1 parent d0516ca commit a0248f2
Show file tree
Hide file tree
Showing 4 changed files with 2,251 additions and 1,945 deletions.
98 changes: 34 additions & 64 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"homepage": "https://temzasse.github.io/react-modal-sheet",
"scripts": {
"dev": "parcel index.html --no-cache",
"dev": "parcel index.html",
"build": "rm -rf dist && parcel build index.html --public-url /react-modal-sheet/",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"typecheck": "tsc --noEmit --skipLibCheck"
},
"dependencies": {
"framer-motion": "10.16.4",
"framer-motion": "11.1.9",
"history": "5.0.0",
"react": "18.2.0",
"react-aria": "3.25.0",
Expand Down
Loading

0 comments on commit a0248f2

Please sign in to comment.