-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed carbon.sh screenshot path issues. Updated CodeSandbox link. Visualizer for bundle. Externalize all dependencies.
- Loading branch information
Chris Brown
committed
Mar 29, 2021
1 parent
e90eeea
commit 97ea209
Showing
8 changed files
with
1,041 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-spring-modal", | ||
"version": "2.0.1", | ||
"name": "@chrisbrownie55/react-spring-modal", | ||
"version": "2.0.7", | ||
"description": "Animatable and accessible modals built with react-spring and @reach/dialog", | ||
"author": "Chris Brown <[email protected]> (https://chrisbrownie.dev)", | ||
"license": "MIT", | ||
|
@@ -37,11 +37,10 @@ | |
}, | ||
"types": "./dist/modern/index.d.ts", | ||
"files": [ | ||
"./dist", | ||
"./styles.css", | ||
"./src", | ||
"./package.json", | ||
"./README.md" | ||
"dist", | ||
"styles.css", | ||
"src", | ||
"assets" | ||
], | ||
"scripts": { | ||
"emit": "", | ||
|
@@ -59,20 +58,20 @@ | |
"@types/react-dom": "^17.0.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-spring": "^8.0.27", | ||
"rollup": "^2.36.1", | ||
"rollup-plugin-css-only": "^3.1.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-node-externals": "^2.2.0", | ||
"rollup-plugin-visualizer": "^4.2.2", | ||
"typescript": "^4.2.0-beta" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0", | ||
"react-spring": ">=8" | ||
"react-dom": ">=16.8.0" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.12.1", | ||
"@reach/dialog": ">=0.12", | ||
"react-focus-lock": "^2.5.0" | ||
"@reach/auto-id": "^0.14.0", | ||
"@reach/dialog": "^0.14.0", | ||
"react-spring": "^8.0.21" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.