Skip to content

Commit

Permalink
Merge pull request #23 from synatic/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
filepounder authored May 11, 2021
2 parents 7b8e05e + aa1364e commit 1b4b51b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synatic/schema-magic",
"version": "0.1.1",
"version": "0.1.2",
"description": "JSON Schema Utilities",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -43,23 +43,23 @@
},
"dependencies": {
"@synatic/json-magic": "0.1.1",
"@synatic/type-magic": "0.1.2",
"@synatic/type-magic": "0.1.3",
"ajv": "6.12.6",
"ajv-keywords": "3.5.2",
"bson-objectid": "1.3.1",
"bson-objectid": "2.0.1",
"check-types": "11.1.2",
"clone-deep": "4.0.1",
"cron-parser": "2.18.0",
"jsonpath-plus": "4.0.0",
"cron-parser": "3.5.0",
"jsonpath-plus": "5.0.7",
"moment": "2.29.1",
"moment-timezone": "0.5.32",
"underscore": "1.12.0",
"moment-timezone": "0.5.33",
"underscore": "1.13.1",
"underscore.string": "3.3.5"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.1.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1"
Expand Down

0 comments on commit 1b4b51b

Please sign in to comment.