Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Aug 21, 2019
1 parent d35c012 commit bec2cd1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/devtools",
"version": "0.0.2",
"version": "0.0.3",
"description": "The devtools exchange for use with urql",
"main": "dist/exchange/exchange/index.js",
"types": "dist/exchange/exchange/index.d.ts",
Expand All @@ -25,19 +25,6 @@
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"apollo-link-http": "^1.5.15",
"codemirror": "^5.48.0",
"codemirror-graphql": "^0.8.3",
"graphql-tools": "^4.0.5",
"react": "^16.8.6",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.8.6",
"react-json-tree": "^0.11.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-spring": "^8.0.27",
"stacktrace-js": "^2.0.0",
"styled-components": "^4.3.2",
"@types/chrome": "0.0.86",
"@types/codemirror": "0.0.76",
"@types/graphql": "^14.2.2",
Expand All @@ -49,8 +36,11 @@
"@types/styled-components": "^4.1.18",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"apollo-link-http": "^1.5.15",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"codemirror": "^5.48.0",
"codemirror-graphql": "^0.8.3",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"csstype": "^2.6.5",
Expand All @@ -62,14 +52,24 @@
"flow-bin": "^0.101.1",
"flow-webpack-plugin": "^1.2.0",
"graphql": "^14.3.1",
"graphql-tools": "^4.0.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^2.5.0",
"lint-staged": "^8.2.1",
"microbundle": "^0.11.0",
"mini-css-extract-plugin": "^0.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.8.6",
"react-json-tree": "^0.11.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-spring": "^8.0.27",
"stacktrace-js": "^2.0.0",
"style-loader": "^0.23.1",
"styled-components": "^4.3.2",
"terser-webpack-plugin": "^1.4.1",
"typescript": "^3.5.2",
"urql": "^1.1.3",
Expand Down

0 comments on commit bec2cd1

Please sign in to comment.