|
8 | 8 | "dev": "vite", |
9 | 9 | "start": "vite build && vite preview", |
10 | 10 | "build": "yarn clean && vite build", |
11 | | - "test": "vitest run --coverage", |
| 11 | + "test": "vitest run", |
| 12 | + "test:cov": "vitest run --coverage", |
12 | 13 | "clean": "rimraf dist coverage .wrangler tsconfig.tsbuildinfo", |
13 | 14 | "lint": "eslint .", |
14 | 15 | "pretty": "prettier --write **/*.{js,jsx,tsx,ts}", |
|
18 | 19 | "dependencies": { |
19 | 20 | "@headlessui/react": "2.2.9", |
20 | 21 | "@internxt/lib": "1.4.1", |
21 | | - "@internxt/sdk": "1.11.12", |
22 | | - "@sentry/react": "10.22.0", |
| 22 | + "@internxt/sdk": "1.11.13", |
| 23 | + "@sentry/react": "10.23.0", |
23 | 24 | "async": "3.2.6", |
24 | | - "axios": "1.13.1", |
| 25 | + "axios": "1.13.2", |
25 | 26 | "bip39": "3.1.0", |
26 | 27 | "browserify-zlib": "0.2.0", |
27 | 28 | "buffer": "6.0.3", |
|
66 | 67 | ] |
67 | 68 | }, |
68 | 69 | "devDependencies": { |
69 | | - "@cloudflare/vite-plugin": "1.13.19", |
| 70 | + "@cloudflare/vite-plugin": "1.14.0", |
70 | 71 | "@internxt/eslint-config-internxt": "2.0.1", |
71 | 72 | "@internxt/prettier-config": "internxt/prettier-config#v1.0.2", |
72 | 73 | "@rollup/plugin-replace": "6.0.3", |
73 | | - "@tailwindcss/vite": "4.1.16", |
| 74 | + "@tailwindcss/vite": "4.1.17", |
74 | 75 | "@testing-library/jest-dom": "6.9.1", |
75 | 76 | "@types/async": "3.2.25", |
76 | 77 | "@types/lodash.throttle": "4.1.9", |
|
79 | 80 | "@types/react-dom": "19.2.2", |
80 | 81 | "@types/streamsaver": "2.0.5", |
81 | 82 | "@vitejs/plugin-react": "5.1.0", |
82 | | - "@vitest/coverage-istanbul": "4.0.6", |
| 83 | + "@vitest/coverage-istanbul": "4.0.8", |
83 | 84 | "autoprefixer": "10.4.21", |
84 | 85 | "dotenv": "17.2.3", |
85 | 86 | "eslint": "9.39.1", |
|
89 | 90 | "postcss": "8.5.6", |
90 | 91 | "prettier": "3.6.2", |
91 | 92 | "rimraf": "6.1.0", |
92 | | - "tailwindcss": "4.1.16", |
93 | | - "vite": "7.1.12", |
| 93 | + "tailwindcss": "4.1.17", |
| 94 | + "vite": "7.2.2", |
94 | 95 | "vite-plugin-bundle-obfuscator": "1.8.0", |
95 | 96 | "vite-plugin-node-polyfills": "0.24.0", |
96 | 97 | "vite-plugin-svgr": "4.5.0", |
97 | | - "vitest": "4.0.6", |
98 | | - "wrangler": "4.45.4" |
| 98 | + "vitest": "4.0.8", |
| 99 | + "wrangler": "4.46.0" |
99 | 100 | }, |
100 | 101 | "lint-staged": { |
101 | 102 | "*.{js,jsx,tsx,ts}": [ |
|
0 commit comments