Skip to content

Commit

Permalink
feat(deps): Bumped all core-types deps to ESM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Mar 19, 2023
1 parent af57eae commit bd583dd
Show file tree
Hide file tree
Showing 5 changed files with 1,067 additions and 1,352 deletions.
2 changes: 2 additions & 0 deletions lib/format-graph.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { expect, describe, it } from "@jest/globals"

import { FormatGraph, makePathKey } from "./format-graph.js"
import { Reader } from "./reader.js"
import { Writer } from "./writer.js"
Expand Down
2 changes: 2 additions & 0 deletions lib/tests/ts-to-openapi.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { expect, describe, it } from "@jest/globals"

import {
makeConverter,
getTypeScriptReader,
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { jest } from "@jest/globals"
import { jest, expect, describe, it } from "@jest/globals"

import { ensureType, stringify } from "./utils.js"

Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,28 @@
],
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@types/babel__code-frame": "^7.0.3",
"@types/jest": "^29.4.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.18",
"@types/node": "^18.15.3",
"cz-conventional-changelog": "^3.3.0",
"execa": "^6.1.0",
"jest": "^29.4.1",
"rimraf": "^4.1.2",
"execa": "^7.1.1",
"jest": "^29.5.0",
"rimraf": "^4.4.0",
"tempy": "^3.0.0",
"ts-jest-resolver": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"dependencies": {
"already": "^3.4.1",
"awesome-code-frame": "^1.1.0",
"chalk": "^5.2.0",
"core-types": "^2.0.1",
"core-types-graphql": "^2.0.0",
"core-types-json-schema": "^2.0.0",
"core-types-suretype": "^3.1.1",
"core-types-ts": "^3.4.0",
"core-types": "^3.0.0",
"core-types-graphql": "^3.0.0",
"core-types-json-schema": "^2.1.0",
"core-types-suretype": "^3.2.0",
"core-types-ts": "^4.0.1",
"globby": "^13.1.3",
"js-yaml": "^4.1.0",
"oppa": "^0.4.0",
Expand Down
Loading

0 comments on commit bd583dd

Please sign in to comment.