cormo-graphql
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -22,3 +22,4 @@ module.exports = { | ||
'@typescript-eslint/no-unsafe-argument': 'off', | ||
'@typescript-eslint/consistent-indexed-object-style': 'off', | ||
}, | ||
}; |
{ | ||
"name": "cormo-graphql", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "GraphQL support for CORMO", | ||
@@ -27,22 +27,23 @@ "main": "./lib", | ||
"dependencies": { | ||
"@croquiscom/crary-graphql": "^1.0.0", | ||
"cormo": "^1.1.0", | ||
"graphql": "^16.6.0", | ||
"@croquiscom/crary-graphql": "^1.0.1", | ||
"cormo": "^1.2.0", | ||
"graphql": "^16.8.1", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/lodash": "^4.14.191", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.11", | ||
"@types/sinon": "^10.0.13", | ||
"chai": "^4.3.7", | ||
"mocha": "^10.1.0", | ||
"@types/chai": "^4.3.11", | ||
"@types/lodash": "^4.14.202", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.4", | ||
"@types/sinon": "^17.0.2", | ||
"chai": "^4.3.10", | ||
"mocha": "^10.2.0", | ||
"mysql": "^2.18.1", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^15.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
"mysql2": "^3.6.5", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^17.0.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "c7a2acac6a47457a8297b167b7d9770733c25490" | ||
"gitHead": "0bf1748fc6e208bc8a364a63d0c0b63611f876f2" | ||
} |
25425
613
13
Updatedcormo@^1.2.0
Updatedgraphql@^16.8.1