Skip to content

Commit

Permalink
chore: Upgrade Typescript and other frontend tooling (no-changelog) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Mar 11, 2025
1 parent 4e93ffd commit 2c08fc0
Show file tree
Hide file tree
Showing 9 changed files with 1,469 additions and 1,356 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -100,7 +100,7 @@
"@types/[email protected]": "patches/@[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"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"
}
}
Expand Down
28 changes: 14 additions & 14 deletions packages/@n8n/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
1 change: 0 additions & 1 deletion packages/@n8n/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/@n8n/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/@n8n/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
File renamed without changes.
Loading

0 comments on commit 2c08fc0

Please sign in to comment.