Skip to content

Commit

Permalink
add graphql mock for testing, missed up api
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-hadad committed Apr 21, 2022
1 parent 4c9efc7 commit 969e68d
Show file tree
Hide file tree
Showing 15 changed files with 931 additions and 86,313 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
["@babel/transform-runtime"]
]
}
637 changes: 619 additions & 18 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test": "jest --env=jsdom --colors --coverage"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@headlessui/react": "^1.4.2",
Expand All @@ -24,9 +25,11 @@
"axios": "^0.21",
"babel-jest": "^27.5.1",
"intersection-observer": "^0.12.0",
"isomorphic-unfetch": "^3.1.0",
"jest": "^27.5.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"msw": "^0.39.2",
"postcss": "^8.2.13",
"postcss-import": "^14.0.1",
"react": "^17.0.2",
Expand All @@ -35,10 +38,12 @@
"tailwindcss": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@heroicons/react": "^1.0.5",
"chart.js": "^3.7.0",
"graphql": "^16.2.0",
"graphql": "^16.3.0",
"numbro": "^2.3.6",
"react-chartjs-2": "^4.0.0"
"react-chartjs-2": "^4.0.0",
"urql": "^2.2.0"
}
}
Loading

0 comments on commit 969e68d

Please sign in to comment.