Update test tooling dependencies

This commit is contained in:
Mike Cao
2026-05-18 16:43:15 -07:00
parent bba7078f44
commit c6b2364a41
3 changed files with 518 additions and 1888 deletions
+2 -3
View File
@@ -91,7 +91,7 @@
"maxmind": "^5.0.5", "maxmind": "^5.0.5",
"motion": "^12.38.0", "motion": "^12.38.0",
"next": "16.2.6", "next": "16.2.6",
"next-intl": "4.9.2", "next-intl": "4.12.0",
"node-fetch": "^3.2.8", "node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"papaparse": "^5.5.3", "papaparse": "^5.5.3",
@@ -139,13 +139,12 @@
"babel-plugin-react-compiler": "19.1.0-rc.2", "babel-plugin-react-compiler": "19.1.0-rc.2",
"cross-env": "^10.1.0", "cross-env": "^10.1.0",
"dotenv-cli": "^11.0.0", "dotenv-cli": "^11.0.0",
"jest": "^29.7.0",
"jsdom": "^29.1.1", "jsdom": "^29.1.1",
"msw": "^2.14.6", "msw": "^2.14.6",
"postcss": "^8.5.14", "postcss": "^8.5.14",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.1", "postcss-import": "^16.1.1",
"postcss-preset-env": "11.2.1", "postcss-preset-env": "11.3.0",
"prompts": "2.4.2", "prompts": "2.4.2",
"rollup": "^4.60.4", "rollup": "^4.60.4",
"rollup-plugin-copy": "^3.4.0", "rollup-plugin-copy": "^3.4.0",
+1
View File
@@ -1,3 +1,4 @@
/// <reference types="node" />
import { defineConfig, devices } from '@playwright/test'; import { defineConfig, devices } from '@playwright/test';
const port = process.env.PORT ?? '3000'; const port = process.env.PORT ?? '3000';
+515 -1885
View File
File diff suppressed because it is too large Load Diff