Skip to content

Commit

Permalink
feat(deps): Bumped core-types and typescript (5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Mar 19, 2023
1 parent ba55cda commit 5c92808
Show file tree
Hide file tree
Showing 2 changed files with 1,124 additions and 2,141 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -41,24 +41,24 @@
],
"dependencies": {
"@types/json-schema": "^7.0.11",
"core-types": "^2.0.1",
"core-types-json-schema": "^2.0.0",
"core-types-ts": "^3.2.0",
"core-types": "^3.0.0",
"core-types-json-schema": "^2.1.0",
"core-types-ts": "^4.0.1",
"json-schema-cycles": "^3.0.0",
"jsonpos": "^4.1.2",
"openapi-json-schema": "^2.0.0",
"suretype": "^3.2.0",
"suretype": "^3.2.1",
"toposort": "^2.0.2",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.4.0",
"@babel/preset-typescript": "^7.21.0",
"@types/jest": "^29.5.0",
"@types/toposort": "^2.0.3",
"cz-conventional-changelog": "^3.3.0",
"jest": "^29.4.1",
"rimraf": "^4.1.2",
"jest": "^29.5.0",
"rimraf": "^4.4.0",
"ts-jest-resolver": "^2.0.0",
"ts-node": "^10.9.1"
},
Expand Down

0 comments on commit 5c92808

Please sign in to comment.