Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed May 28, 2020
1 parent 79b082f commit c07e4d6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nice-commander",
"version": "0.0.11",
"version": "0.0.12",
"description": "Nice Commander",
"main": "dist/src/index.js",
"author": "Mohsen Azimi <me@azimi.me>",
Expand All @@ -15,8 +15,10 @@
"prepare": "rm -rf src/ui/.next && next build src/ui && tsc"
},
"dependencies": {
"@monaco-editor/react": "^3.0.1",
"apollo-cache": "^1.3.2",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.12",
"apollo-link-http": "^1.5.16",
"apollo-link-schema": "^1.2.4",
Expand All @@ -32,19 +34,17 @@
"lodash": "^4.17.15",
"mysql": "^2.18.1",
"next": "^9.2.1",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.12.0",
"redis": "^3.0.2",
"redlock": "^4.1.0",
"reflect-metadata": "^0.1.13",
"timestring": "^6.0.0",
"type-graphql": "^0.17.5",
"typeorm": "^0.2.22",
"react-apollo": "^3.1.3",
"react-dom": "^16.12.0",
"react": "^16.12.0",
"styled-components": "^4.4.1",
"apollo-client": "^2.6.8",
"styled-reset": "^4.1.5",
"@monaco-editor/react": "^3.0.1"
"timestring": "^6.0.0",
"type-graphql": "^0.17.5",
"typeorm": "^0.2.22"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.12.1",
Expand All @@ -54,8 +54,8 @@
"@types/graphql": "^14.0.7",
"@types/lodash": "^4.14.149",
"@types/node": "^14.0.5",
"@types/react-dom": "^16.9.5",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/redis": "^2.8.14",
"@types/redlock": "^4.0.1",
"concurrently": "^5.1.0",
Expand Down

0 comments on commit c07e4d6

Please sign in to comment.