Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gsap from 3.4.2 to 3.6.0 #32

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump gsap from 3.4.2 to 3.6.0
Bumps [gsap](https://github.com/greensock/GSAP) from 3.4.2 to 3.6.0.
- [Release notes](https://github.com/greensock/GSAP/releases)
- [Commits](greensock/GSAP@3.4.2...3.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 20, 2021
commit 94c022fcd813c7d0586e5fa154f454e78d25a60e
2 changes: 1 addition & 1 deletion packages/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"docz": "latest",
"gsap": "^3.2.6",
"gsap": "^3.6.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-gsap": "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type-check": "tsc"
},
"dependencies": {
"gsap": "^3.2.6",
"gsap": "^3.6.0",
"next": "^9.5.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-transition-group": "^4.2.4",
"@types/styled-components": "^5.1.0",
"@types/uuid": "^7.0.3",
"gsap": "^3.2.6",
"gsap": "^3.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-gsap": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-gsap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-is": "^16.7.1",
"gsap": "^3.2.6",
"gsap": "^3.6.0",
"husky": "^4.2.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
Loading