Skip to content

Commit 329ea20

Browse files
authored
Fix auto-tracking for SPA frameworks (#365)
1 parent e961ad8 commit 329ea20

File tree

5 files changed

+997
-1496
lines changed

5 files changed

+997
-1496
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"@rollup/plugin-replace": "^6.0.0",
5454
"@rollup/plugin-terser": "^0.4.4",
5555
"@rollup/plugin-typescript": "^12.0.0",
56-
"@types/jest": "^30.0.0",
56+
"@types/jest": "^29.5.12",
5757
"@typescript-eslint/parser": "^6.21.0",
5858
"esbuild-fix-imports-plugin": "^1.0.19",
5959
"eslint": "^8.27.0",
60-
"jest": "^30.0.0",
61-
"jest-environment-jsdom": "^30.0.0",
60+
"jest": "^29.3.1",
61+
"jest-environment-jsdom": "^29.3.1",
6262
"rollup": "^4.0.0",
6363
"schema-dts": "^1.1.5",
6464
"ts-jest": "^29.0.3",

0 commit comments

Comments
 (0)