-
-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
1,420 additions
and
1,119 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
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,7 +1,7 @@ | ||
{ | ||
"name": "ackee", | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"authors": [ | ||
"Tobias Reich <[email protected]>" | ||
], | ||
|
@@ -29,43 +29,39 @@ | |
"test": "nyc ava", | ||
"lint": "eslint '{src,test}/**/*.js'" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": "@electerious/eslint-config" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@babel/preset-env": "^7.11.0", | ||
"ackee-tracker": "^4.0.0", | ||
"apollo-server-micro": "^2.16.1", | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.11.5", | ||
"ackee-tracker": "^4.0.1", | ||
"apollo-server-micro": "^2.17.0", | ||
"classnames": "^2.2.6", | ||
"date-fns": "^2.15.0", | ||
"date-fns": "^2.16.1", | ||
"date-fns-tz": "^1.0.10", | ||
"debounce-promise": "^3.1.2", | ||
"dotenv": "^8.2.0", | ||
"formbase": "^12.0.1", | ||
"graphql": "^15.3.0", | ||
"graphql-scalars": "^1.2.6", | ||
"graphql-tools": "^6.0.18", | ||
"graphql-scalars": "^1.2.7", | ||
"graphql-tools": "^6.2.2", | ||
"human-number": "^1.0.5", | ||
"immer": "^7.0.7", | ||
"immer": "^7.0.9", | ||
"is-url": "^1.2.4", | ||
"micro": "^9.3.4", | ||
"microrouter": "^3.1.3", | ||
"mongoose": "^5.10.0", | ||
"node-fetch": "^2.6.0", | ||
"mongoose": "^5.10.5", | ||
"node-fetch": "^2.6.1", | ||
"node-schedule": "^1.3.2", | ||
"normalize-url": "^5.0.0", | ||
"normalize.css": "^8.0.0", | ||
"permit": "^0.2.4", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-error-boundary": "^2.3.1", | ||
"react-error-boundary": "^3.0.1", | ||
"react-fast-compare": "^3.2.0", | ||
"react-hotkeys-hook": "^2.2.2", | ||
"react-hotkeys-hook": "^2.3.1", | ||
"react-redux": "^7.2.1", | ||
"react-use": "^15.3.3", | ||
"react-use": "^15.3.4", | ||
"redux": "^4.0.5", | ||
"redux-devtools-extension": "^2.13.8", | ||
"redux-thunk": "^2.3.0", | ||
|
@@ -79,13 +75,13 @@ | |
}, | ||
"devDependencies": { | ||
"@electerious/eslint-config": "^1.3.4", | ||
"ava": "3.11.1", | ||
"ava": "3.12.1", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.7.0", | ||
"eslint": "^7.9.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.0.8", | ||
"eslint-plugin-react-native": "^3.8.1", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"eslint-plugin-react-native": "^3.9.1", | ||
"mocked-env": "^1.3.2", | ||
"nodemon": "^2.0.4", | ||
"nyc": "^15.1.0", | ||
|
@@ -98,6 +94,10 @@ | |
"ACKEE_TRACKER": "custom name" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": "@electerious/eslint-config" | ||
}, | ||
"nodemonConfig": { | ||
"ext": "js,json,graphql", | ||
"ignore": [ | ||
|
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,25 +1,11 @@ | ||
'use strict' | ||
|
||
const tokens = require('./tokens') | ||
const records = require('./records') | ||
const domains = require('./domains') | ||
const facts = require('./facts') | ||
const statistics = require('./statistics') | ||
const { mergeResolvers } = require('graphql-tools') | ||
|
||
module.exports = { | ||
...tokens, | ||
...records, | ||
...domains, | ||
...facts, | ||
...statistics, | ||
Query: { | ||
...domains.Query, | ||
...facts.Query, | ||
...statistics.Query | ||
}, | ||
Mutation: { | ||
...tokens.Mutation, | ||
...records.Mutation, | ||
...domains.Mutation | ||
} | ||
} | ||
module.exports = mergeResolvers([ | ||
require('./tokens'), | ||
require('./records'), | ||
require('./domains'), | ||
require('./facts'), | ||
require('./statistics') | ||
]) |
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.