@mintlify/common 1.0.976 → 1.0.977

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/common",
3
- "version": "1.0.976",
3
+ "version": "1.0.977",
4
4
  "description": "Commonly shared code within Mintlify",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -62,9 +62,9 @@
62
62
  "@asyncapi/parser": "3.4.0",
63
63
  "@asyncapi/specs": "6.8.1",
64
64
  "@mintlify/mdx": "3.0.4",
65
- "@mintlify/models": "0.0.331",
65
+ "@mintlify/models": "0.0.332",
66
66
  "@mintlify/openapi-parser": "0.0.8",
67
- "@mintlify/validation": "0.1.762",
67
+ "@mintlify/validation": "0.1.763",
68
68
  "@sindresorhus/slugify": "2.2.0",
69
69
  "@types/mdast": "4.0.4",
70
70
  "acorn": "8.11.2",
@@ -111,15 +111,12 @@
111
111
  "xss": "1.0.15"
112
112
  },
113
113
  "devDependencies": {
114
- "@mintlify/eslint-config-typescript": "1.0.13",
115
114
  "@mintlify/openapi-types": "0.0.0",
116
115
  "@mintlify/ts-config": "2.0.2",
117
116
  "@tsconfig/recommended": "1.0.2",
118
117
  "@types/estree-jsx": "1.0.5",
119
118
  "@types/hast": "3.0.4",
120
119
  "@types/js-yaml": "4.0.9",
121
- "@typescript-eslint/parser": "6.9.1",
122
- "eslint": "8.36.0",
123
120
  "hast": "1.0.0",
124
121
  "openapi-types": "12.1.3",
125
122
  "oxfmt": "^0.51.0",
@@ -129,5 +126,5 @@
129
126
  "typescript": "5.5.3",
130
127
  "vitest": "2.1.9"
131
128
  },
132
- "gitHead": "1f082ea707ef20896f6e6cfdb48dd82ca64101fa"
129
+ "gitHead": "514287307ea46bfa939a3fe4fd222036ca545ad7"
133
130
  }