-
-
Notifications
You must be signed in to change notification settings - Fork 189
WIP: tidy up dependencies #418
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
Changes from all commits
bd515c4
02e0b28
74cbabf
9a14576
d5d988e
1bfdf02
405210e
bdeeafb
504fe15
c672de0
c3a34e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ node_modules/ | |
**/dist/ | ||
packages/*/stats.html | ||
.eslintcache | ||
.DS_Store |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import React from 'react'; | |
import * as PIXI from 'pixi.js'; | ||
import * as ReactPixi from '@pixi/react'; | ||
import * as ReactPixiAnimated from '@pixi/react-animated'; | ||
import { Spring } from 'react-spring'; | ||
import { Spring } from '@react-spring/web'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the docs i also used There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah for sure! That would also likely remove some npm install errors as some of the other react spring packages have old peer deps. We should likely do this everywhere! |
||
import times from 'lodash.times'; | ||
|
||
import makeAnimatedSpriteTextures from './makeAnimatedSpriteTextures'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These get added automatically by lerna during publish: lerna/lerna#1880
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh strange this didn't happen for pixi or assetpack 🙁