Skip to content

Commit e31a172

Browse files
tom2drumclaude
andcommitted
chore: merge main — drop vite-plugin-svgr>js-yaml override
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 parents 4247c0b + 49e0de9 commit e31a172

4 files changed

Lines changed: 4711 additions & 5052 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@
206206
"ts-node": "^10.9.1",
207207
"typescript": "6.0.3",
208208
"typescript-eslint": "8.59.2",
209-
"vite-plugin-svgr": "^2.2.2",
209+
"vite-plugin-svgr": "5.2.0",
210210
"vite-tsconfig-paths": "5.1.4",
211-
"vitest": "4.0.15",
211+
"vitest": "4.1.7",
212212
"vitest-fetch-mock": "0.4.5",
213213
"ws": "^8.17.1"
214214
},

playwright-ct.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const config: PlaywrightTestConfig = defineConfig({
6161
tsconfigPaths({ loose: true, ignoreConfigErrors: true }),
6262
react(),
6363
svgr({
64-
exportAsDefault: true,
64+
include: '**/*.svg',
6565
}),
6666
] as unknown as Array<Plugin>,
6767
build: {

0 commit comments

Comments
 (0)