Skip to content

Commit

Permalink
dependency version updates
Browse files Browse the repository at this point in the history
dependency version updates
  • Loading branch information
bmartin1134 committed Nov 11, 2020
1 parent 7e4b8f4 commit 4b9e652
Show file tree
Hide file tree
Showing 13 changed files with 1,980 additions and 3,802 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/accounts-react.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 85 additions & 0 deletions .versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
bmartin1134:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
cultofcoders:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
local-test:bmartin1134:[email protected]
[email protected]
[email protected]
mdg:[email protected]
[email protected]
meteoreact:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
practicalmeteor:[email protected]_1
practicalmeteor:[email protected]_2
practicalmeteor:[email protected]
practicalmeteor:[email protected]_2
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
tmeasday:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`meteor add meteoreact:accounts`

**Forked from royGil/accounts-react. Updated react-meteor-data to current. A huge credit goes to the [`useraccounts`](https://github.com/meteor-useraccounts/core) package and the people behind it.**
**A huge credit goes to the [`useraccounts`](https://github.com/meteor-useraccounts/core) package and the people behind it.**

This package has been created to be used in one of my projects which was purely React.
Although the original useraccounts package [can be used](https://www.meteor.com/tutorials/react/adding-user-accounts) in react, it depends on blaze and jquery which are both useless when developing with react.
Expand Down
6 changes: 3 additions & 3 deletions lib/AccountsReact.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,11 @@ const AccountsReact = new AccountsReact_()
Meteor.startup(() => {
// Automatically use an installed package.
// Packages must be installed before this package in .meteor/packages

const prefix = 'meteoreact:accounts-'
const prefix = 'bmartin1134:accounts-'
const components =
Package[prefix + 'unstyled'] ||
Package[prefix + 'semantic']
Package[prefix + 'semantic'] ||
Package[prefix + 'material-ui']
// ...

AccountsReact.components = components
Expand Down
Loading

0 comments on commit 4b9e652

Please sign in to comment.