chore: upgrade dev tooling dependencies
Co-authored-by: OpenAI <support@openai.com>pull/878/head
parent
ee5ed1f97b
commit
78b6679e63
42
package.json
42
package.json
|
|
@ -75,6 +75,7 @@
|
|||
"snabbdom": "^3.6.3",
|
||||
"sortablejs": "^1.15.7",
|
||||
"steady-xml": "^0.1.0",
|
||||
"tyme4ts": "^1.4.6",
|
||||
"url": "^0.11.4",
|
||||
"video.js": "^8.23.8",
|
||||
"vue": "3.5.32",
|
||||
|
|
@ -82,7 +83,6 @@
|
|||
"vue-i18n": "11.3.2",
|
||||
"vue-router": "5.0.4",
|
||||
"vue-types": "^6.0.0",
|
||||
"tyme4ts": "^1.4.6",
|
||||
"vue3-print-nb": "^0.1.4",
|
||||
"vue3-signature": "^0.4.4",
|
||||
"vuedraggable": "^4.1.0",
|
||||
|
|
@ -90,10 +90,10 @@
|
|||
"xml-js": "^1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.5.0",
|
||||
"@commitlint/config-conventional": "^20.5.0",
|
||||
"@iconify/json": "^2.2.460",
|
||||
"@intlify/unplugin-vue-i18n": "^11.1.1",
|
||||
"@commitlint/cli": "^20.5.3",
|
||||
"@commitlint/config-conventional": "^20.5.3",
|
||||
"@iconify/json": "^2.2.470",
|
||||
"@intlify/unplugin-vue-i18n": "^11.1.2",
|
||||
"@playwright/test": "^1.59.1",
|
||||
"@types/jsoneditor": "^9.9.6",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
|
|
@ -105,44 +105,44 @@
|
|||
"@unocss/eslint-plugin": "66.6.8",
|
||||
"@unocss/transformer-variant-group": "^66.6.8",
|
||||
"@vitejs/plugin-legacy": "^8.0.1",
|
||||
"@vitejs/plugin-vue": "^6.0.5",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
||||
"autoprefixer": "^10.4.27",
|
||||
"bpmn-js": "^18.14.0",
|
||||
"bpmn-js-properties-panel": "5.53.0",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"bpmn-js": "^18.16.1",
|
||||
"bpmn-js-properties-panel": "5.54.0",
|
||||
"consola": "^3.4.2",
|
||||
"eslint": "^10.2.0",
|
||||
"eslint-plugin-vue": "^10.8.0",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-plugin-vue": "^10.9.1",
|
||||
"lint-staged": "^16.4.0",
|
||||
"postcss": "^8.5.9",
|
||||
"postcss": "^8.5.14",
|
||||
"postcss-html": "^1.8.1",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"prettier": "^3.8.2",
|
||||
"prettier": "^3.8.3",
|
||||
"prettier-eslint": "^16.4.2",
|
||||
"rimraf": "^6.1.3",
|
||||
"rollup": "^4.60.1",
|
||||
"rollup": "^4.60.3",
|
||||
"sass": "^1.99.0",
|
||||
"stylelint": "^17.6.0",
|
||||
"stylelint": "^17.11.0",
|
||||
"stylelint-config-html": "^1.1.0",
|
||||
"stylelint-config-recommended": "^18.0.0",
|
||||
"stylelint-config-standard": "^40.0.0",
|
||||
"stylelint-order": "^8.1.1",
|
||||
"terser": "^5.46.1",
|
||||
"typescript": "6.0.2",
|
||||
"typescript-eslint": "^8.58.1",
|
||||
"terser": "^5.46.2",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "^8.59.2",
|
||||
"unocss": "^66.6.8",
|
||||
"unplugin-auto-import": "^21.0.0",
|
||||
"unplugin-element-plus": "^0.11.2",
|
||||
"unplugin-vue-components": "^32.0.0",
|
||||
"vite": "8.0.8",
|
||||
"vite": "8.0.10",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-ejs": "^1.7.0",
|
||||
"vite-plugin-eslint2": "^5.1.0",
|
||||
"vite-plugin-progress": "^0.0.7",
|
||||
"vite-plugin-svg-icons-ng": "^1.7.0",
|
||||
"vite-plugin-svg-icons-ng": "^1.9.0",
|
||||
"vite-plugin-top-level-await": "^1.6.0",
|
||||
"vue-eslint-parser": "^10.4.0",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "^3.2.8"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
1928
pnpm-lock.yaml
1928
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue