Skip to content

Commit 9faf218

Browse files
authored
chore(ts-sdk): Update ts-sdk packages to vite v8 (#107)
iotaledger/iota#10807
1 parent e5a945f commit 9faf218

30 files changed

Lines changed: 1358 additions & 568 deletions

File tree

apps/apps-backend-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"devDependencies": {
4141
"@types/react": "^18.3.3",
42-
"@vitejs/plugin-react-swc": "^3.3.2",
42+
"@vitejs/plugin-react-swc": "^4.3.0",
4343
"react": "^18.3.1",
4444
"typescript": "^5.5.3",
45-
"vite": "^5.4.12",
46-
"vite-plugin-dts": "^4.3.0"
45+
"vite": "^8.0.1",
46+
"vite-plugin-dts": "^4.5.4"
4747
}
4848
}

apps/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"@tailwindcss/aspect-ratio": "^0.4.2",
5858
"@tailwindcss/forms": "^0.5.7",
5959
"@types/react": "^18.3.3",
60-
"@vanilla-extract/vite-plugin": "^4.0.13",
60+
"@vanilla-extract/vite-plugin": "^5.2.1",
6161
"postcss": "^8.4.31",
6262
"tailwindcss": "^3.3.3",
6363
"typescript": "^5.5.3",
64-
"vite": "^5.4.12",
65-
"vitest": "^3.2.4"
64+
"vite": "^8.0.1",
65+
"vitest": "^4.1.0"
6666
}
6767
}

apps/evm-bridge/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"@types/node": "^24.0.0",
5858
"@types/react": "^18.3.3",
5959
"@types/react-dom": "^18.3.0",
60-
"@vitejs/plugin-react-swc": "^3.3.2",
60+
"@vitejs/plugin-react-swc": "^4.3.0",
6161
"dotenv": "^16.4.5",
6262
"ethers": "^6.13.5",
6363
"tailwindcss": "^3.3.3",
6464
"typescript": "^5.5.3",
65-
"vite": "^5.4.12",
66-
"vite-node": "^3.0.8"
65+
"vite": "^8.0.1",
66+
"vite-node": "^6.0.0"
6767
},
6868
"lint-staged": {
6969
"src/**/*.{ts,js,mjs,tsx}": "eslint --fix",

apps/explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"tailwindcss": "^3.3.3",
8282
"tsconfig-paths": "^4.2.0",
8383
"typescript": "^5.5.3",
84-
"vite": "^5.4.12",
85-
"vite-plugin-svgr": "^4.3.0",
86-
"vitest": "^3.2.4"
84+
"vite": "^8.0.1",
85+
"vite-plugin-svgr": "^4.5.0",
86+
"vitest": "^4.1.0"
8787
},
8888
"browserslist": {
8989
"production": [

apps/explorer/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Modifications Copyright (c) 2024 IOTA Stiftung
33
// SPDX-License-Identifier: Apache-2.0
44

5-
/// <reference types="vitest" />
65
import { sentryVitePlugin } from '@sentry/vite-plugin';
76
import react from '@vitejs/plugin-react';
87
import { execSync } from 'child_process';

apps/names-display/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"fastify": "^5.8.5",
2626
"pino-pretty": "^13.0.0",
2727
"text-to-svg": "^3.1.5",
28-
"tsx": "^3.12.7",
28+
"tsx": "^4.8.1",
2929
"zod": "^3.25.76"
3030
},
3131
"devDependencies": {
3232
"@types/jsdom": "^21.1.7",
3333
"@types/node": "^24.0.0",
3434
"jsdom": "^26.1.0",
3535
"typescript": "^5.5.3",
36-
"vitest": "^3.2.4"
36+
"vitest": "^4.1.0"
3737
}
3838
}

apps/names/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"postcss": "^8.4.31",
7777
"tailwindcss": "^3.3.3",
7878
"typescript": "^5.5.3",
79-
"vitest": "^3.2.4"
79+
"vitest": "^4.1.0"
8080
}
8181
}

apps/ui-kit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "^24.0.0",
6060
"@types/react": "^18.3.3",
6161
"@types/react-dom": "^18.3.0",
62-
"@vitejs/plugin-react-swc": "^3.3.2",
62+
"@vitejs/plugin-react-swc": "^4.3.0",
6363
"autoprefixer": "^10.4.19",
6464
"cross-env": "^7.0.3",
6565
"memfs": "^4.11.1",
@@ -70,8 +70,8 @@
7070
"storybook-dark-mode": "^4.0.2",
7171
"tailwindcss": "^3.3.3",
7272
"typescript": "^5.5.3",
73-
"vite": "^5.4.12",
74-
"vite-plugin-dts": "^4.3.0",
75-
"vite-tsconfig-paths": "^4.2.0"
73+
"vite": "^8.0.1",
74+
"vite-plugin-dts": "^4.5.4",
75+
"vite-tsconfig-paths": "^6.1.1"
7676
}
7777
}

apps/ui-kit/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ const packageConfig = {
1010
entry: resolve(__dirname, './src/lib/index.ts'),
1111
name: '@iota/apps-ui-kit',
1212
fileName: (format) => `index.${format}.js`,
13+
cssFileName: 'style',
1314
},
14-
rollupOptions: {
15+
rolldownOptions: {
1516
external: ['react', 'react-dom', 'tailwindcss', 'react/jsx-runtime'],
1617
output: {
1718
globals: {

apps/wallet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"tailwindcss": "^3.3.3",
8181
"ts-checker-rspack-plugin": "^1.3.0",
8282
"typescript": "^5.5.3",
83-
"vite": "^5.4.12",
84-
"vite-tsconfig-paths": "^4.2.0",
85-
"vitest": "^3.2.4",
83+
"vite": "^8.0.1",
84+
"vite-tsconfig-paths": "^6.1.1",
85+
"vitest": "^4.1.0",
8686
"web-ext": "^9.3.0"
8787
},
8888
"dependencies": {

0 commit comments

Comments
 (0)