Skip to content

Commit

Permalink
fix(json-schema): Bumped core-types-json-schema (and all other deps)
Browse files Browse the repository at this point in the history
This includes a fix to parse JSON Schemas with allOf/anyOf etc combined within a type.

fix #34
  • Loading branch information
grantila committed Jun 4, 2023
1 parent 2148101 commit 2c8b7ae
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 615 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,31 @@
"graphql"
],
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@types/babel__code-frame": "^7.0.3",
"@types/jest": "^29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.15.11",
"@types/node": "^18.16.16",
"cz-conventional-changelog": "^3.3.0",
"execa": "^7.1.1",
"jest": "^29.5.0",
"rimraf": "^4.4.1",
"rimraf": "^5.0.1",
"tempy": "^3.0.0",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
"typescript": "^5.1.3"
},
"dependencies": {
"already": "^3.4.1",
"awesome-code-frame": "^1.1.0",
"chalk": "^5.2.0",
"core-types": "^3.1.0",
"core-types-graphql": "^3.0.0",
"core-types-json-schema": "^2.1.0",
"core-types-json-schema": "^2.2.0",
"core-types-suretype": "^3.2.0",
"core-types-ts": "^4.1.0",
"globby": "^13.1.3",
"globby": "^13.1.4",
"js-yaml": "^4.1.0",
"oppa": "^0.4.0",
"terminal-link": "^3.0.0"
Expand Down
Loading

0 comments on commit 2c8b7ae

Please sign in to comment.