Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Sep 6, 2021
1 parent 9413dff commit df1578a
Show file tree
Hide file tree
Showing 2 changed files with 1,926 additions and 1,715 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"name": "querio",
"version": "0.2.0",
"description": "Missing DevTools network inspector for GraphQL, Fetch and XHR requests",
"version": "0.3.0",
"private": true,
"description": "Missing DevTools network inspector for GraphQL, Fetch and XHR requests",
"scripts": {
"serve": "vue-cli-service build --mode development --watch",
"playground": "cd playground && yarn start",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"playground": "cd playground && yarn start"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"codemirror-graphql": "^0.12.2",
"core-js": "^3.6.5",
"fuzzysearch": "^1.0.3",
"graphql": "^15.3.0",
"lockr": "^0.8.5",
"portal-vue": "^2.1.7",
"postcss": "^7",
"splitpanes": "^2.3.6",
"statuses": "^2.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"url-parse": "^1.4.7",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
Expand All @@ -41,7 +45,7 @@
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"vue-cli-plugin-browser-extension": "~0.25.1",
"vue-cli-plugin-tailwind": "^2.0.1",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.12"
}
Expand Down
Loading

0 comments on commit df1578a

Please sign in to comment.