mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: Upgrade Typescript and other frontend tooling (no-changelog) (#13687)
This commit is contained in:
committed by
GitHub
parent
4e93ffda8b
commit
2c08fc0519
@@ -85,8 +85,8 @@
|
||||
"semver": "^7.5.4",
|
||||
"tslib": "^2.6.2",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"typescript": "^5.7.2",
|
||||
"vue-tsc": "^2.1.10",
|
||||
"typescript": "^5.8.2",
|
||||
"vue-tsc": "^2.2.8",
|
||||
"ws": ">=8.17.1",
|
||||
"@rudderstack/rudder-sdk-node>axios": "1.8.2",
|
||||
"ibm-cloud-sdk-core>axios": "1.8.2",
|
||||
@@ -100,7 +100,7 @@
|
||||
"@types/express-serve-static-core@4.17.43": "patches/@types__express-serve-static-core@4.17.43.patch",
|
||||
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch",
|
||||
"@types/uuencode@0.0.3": "patches/@types__uuencode@0.0.3.patch",
|
||||
"vue-tsc@2.1.10": "patches/vue-tsc@2.1.10.patch",
|
||||
"vue-tsc@2.2.8": "patches/vue-tsc@2.2.8.patch",
|
||||
"eslint-plugin-n8n-local-rules": "patches/eslint-plugin-n8n-local-rules.patch"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^3.2.4",
|
||||
"@storybook/addon-a11y": "^8.5.0",
|
||||
"@storybook/addon-actions": "^8.5.0",
|
||||
"@storybook/addon-docs": "^8.5.0",
|
||||
"@storybook/addon-essentials": "^8.5.0",
|
||||
"@storybook/addon-interactions": "^8.5.0",
|
||||
"@storybook/addon-links": "^8.5.0",
|
||||
"@storybook/addon-themes": "^8.5.0",
|
||||
"@storybook/blocks": "^8.5.0",
|
||||
"@storybook/test": "^8.5.0",
|
||||
"@storybook/vue3": "^8.5.0",
|
||||
"@storybook/vue3-vite": "^8.5.0",
|
||||
"chromatic": "^11.25.0",
|
||||
"storybook": "^8.5.0"
|
||||
"@chromatic-com/storybook": "^3.2.5",
|
||||
"@storybook/addon-a11y": "^8.6.4",
|
||||
"@storybook/addon-actions": "^8.6.4",
|
||||
"@storybook/addon-docs": "^8.6.4",
|
||||
"@storybook/addon-essentials": "^8.6.4",
|
||||
"@storybook/addon-interactions": "^8.6.4",
|
||||
"@storybook/addon-links": "^8.6.4",
|
||||
"@storybook/addon-themes": "^8.6.4",
|
||||
"@storybook/blocks": "^8.6.4",
|
||||
"@storybook/test": "^8.6.4",
|
||||
"@storybook/vue3": "^8.6.4",
|
||||
"@storybook/vue3-vite": "^8.6.4",
|
||||
"chromatic": "^11.27.0",
|
||||
"storybook": "^8.6.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
"tsup": "catalog:frontend",
|
||||
"typescript": "catalog:frontend",
|
||||
"vite": "catalog:frontend",
|
||||
"vite-plugin-dts": "catalog:frontend",
|
||||
"vitest": "catalog:frontend"
|
||||
},
|
||||
"license": "See LICENSE.md file in the root of the repository"
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"unplugin-icons": "^0.19.0",
|
||||
"vite": "catalog:frontend",
|
||||
"vitest": "catalog:frontend",
|
||||
"vite-plugin-dts": "^4.3.0",
|
||||
"vite-plugin-dts": "^4.5.3",
|
||||
"vue-tsc": "catalog:frontend"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
"tsup": "catalog:frontend",
|
||||
"typescript": "catalog:frontend",
|
||||
"vite": "catalog:frontend",
|
||||
"vite-plugin-dts": "catalog:frontend",
|
||||
"vitest": "catalog:frontend",
|
||||
"vue-tsc": "catalog:frontend"
|
||||
},
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"qrcode.vue": "^3.3.4",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"timeago.js": "^4.0.2",
|
||||
"typescript": "^5.5.2",
|
||||
"typescript": "catalog:frontend",
|
||||
"uuid": "catalog:",
|
||||
"v3-infinite-loading": "^1.2.2",
|
||||
"vue": "catalog:frontend",
|
||||
@@ -107,7 +107,7 @@
|
||||
"@types/jsonpath": "^0.2.0",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/uuid": "catalog:",
|
||||
"@vitejs/plugin-legacy": "^6.0.0",
|
||||
"@vitejs/plugin-legacy": "^6.0.2",
|
||||
"@vitejs/plugin-vue": "catalog:frontend",
|
||||
"@vitest/coverage-v8": "catalog:frontend",
|
||||
"browserslist-to-esbuild": "^2.1.1",
|
||||
|
||||
2766
pnpm-lock.yaml
generated
2766
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -33,21 +33,20 @@ catalog:
|
||||
catalogs:
|
||||
frontend:
|
||||
'@testing-library/jest-dom': ^6.6.3
|
||||
'@testing-library/user-event': ^14.6.0
|
||||
'@testing-library/user-event': ^14.6.1
|
||||
'@testing-library/vue': ^8.1.0
|
||||
'@vue/tsconfig': ^0.7.0
|
||||
'@vueuse/core': ^10.11.0
|
||||
'@vitest/coverage-v8': ^3.0.5
|
||||
'@vitest/coverage-v8': ^3.0.7
|
||||
'@vitejs/plugin-vue': ^5.2.1
|
||||
'@sentry/vue': ^8.33.1
|
||||
tsup: ^8.3.6
|
||||
typescript: ^5.6.2
|
||||
vite: ^6.0.2
|
||||
vite-plugin-dts: ^4.3.0
|
||||
vitest: ^3.0.5
|
||||
vitest-mock-extended: ^2.0.2
|
||||
tsup: ^8.4.0
|
||||
typescript: ^5.8.2
|
||||
vite: ^6.2.0
|
||||
vitest: ^3.0.7
|
||||
vitest-mock-extended: ^3.0.1
|
||||
vue: ^3.5.13
|
||||
vue-router: ^4.5.0
|
||||
vue-tsc: ^2.1.10
|
||||
vue-tsc: ^2.2.8
|
||||
vue-markdown-render: ^2.2.1
|
||||
highlight.js: ^11.8.0
|
||||
|
||||
Reference in New Issue
Block a user