@kong/markdown 1.7.19 → 1.7.20-pr.203.321f30c.0

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 +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/markdown",
3
- "version": "1.7.19",
3
+ "version": "1.7.20-pr.203.321f30c.0",
4
4
  "description": "Kong's open-source markdown renderer and live editor",
5
5
  "keywords": [
6
6
  "markdown",
@@ -30,25 +30,6 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "scripts": {
34
- "dev": "cross-env USE_SANDBOX=true vite",
35
- "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
36
- "build:package": "vite build -m production",
37
- "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
38
- "build:aliases": "tsc-alias -p './tsconfig.build.json'",
39
- "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
40
- "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
41
- "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
42
- "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
43
- "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
44
- "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
45
- "lint": "eslint",
46
- "lint:fix": "eslint --fix",
47
- "test": "cross-env FORCE_COLOR=1 vitest run",
48
- "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
49
- "semantic-release": "semantic-release",
50
- "commit": "cz"
51
- },
52
33
  "peerDependencies": {
53
34
  "vue": ">= 3.3.13 < 4"
54
35
  },
@@ -80,7 +61,7 @@
80
61
  "@commitlint/cli": "^19.6.0",
81
62
  "@commitlint/config-conventional": "^19.6.0",
82
63
  "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
83
- "@evilmartians/lefthook": "^1.8.2",
64
+ "@evilmartians/lefthook": "^1.8.4",
84
65
  "@kong/design-tokens": "^1.17.2",
85
66
  "@kong/eslint-config-kong-ui": "^1.1.2",
86
67
  "@mdit-vue/types": "^2.1.0",
@@ -93,7 +74,7 @@
93
74
  "@types/markdown-it-attrs": "^4.1.3",
94
75
  "@types/markdown-it-emoji": "^3.0.1",
95
76
  "@types/markdown-it-footnote": "^3.0.4",
96
- "@types/node": "^20.17.6",
77
+ "@types/node": "^20.17.7",
97
78
  "@types/uuid": "^10.0.0",
98
79
  "@vitejs/plugin-vue": "^5.2.0",
99
80
  "@vitest/ui": "^2.1.5",
@@ -180,8 +161,8 @@
180
161
  "node": ">=18.17.0"
181
162
  },
182
163
  "volta": {
183
- "node": "20.18.0",
184
- "pnpm": "9.14.1"
164
+ "node": "20.18.1",
165
+ "pnpm": "9.14.2"
185
166
  },
186
167
  "config": {
187
168
  "commitizen": {
@@ -192,5 +173,24 @@
192
173
  "jiraPrepend": "[",
193
174
  "jiraAppend": "]"
194
175
  }
176
+ },
177
+ "scripts": {
178
+ "dev": "cross-env USE_SANDBOX=true vite",
179
+ "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
180
+ "build:package": "vite build -m production",
181
+ "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
182
+ "build:aliases": "tsc-alias -p './tsconfig.build.json'",
183
+ "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
184
+ "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
185
+ "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
186
+ "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
187
+ "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
188
+ "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
189
+ "lint": "eslint",
190
+ "lint:fix": "eslint --fix",
191
+ "test": "cross-env FORCE_COLOR=1 vitest run",
192
+ "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
193
+ "semantic-release": "semantic-release",
194
+ "commit": "cz"
195
195
  }
196
- }
196
+ }