@khanacademy/wonder-blocks-testing 15.1.2 → 15.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @khanacademy/wonder-blocks-testing
2
2
 
3
+ ## 15.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [38c926c]
8
+ - @khanacademy/wonder-blocks-testing-core@3.0.0
9
+ - @khanacademy/wonder-blocks-core@12.2.1
10
+ - @khanacademy/wonder-blocks-data@14.1.3
11
+
12
+ ## 15.1.3
13
+
14
+ ### Patch Changes
15
+
16
+ - 1d7be37: Use pnpm catalog to pin dependency versions across packages
17
+ - Updated dependencies [1d7be37]
18
+ - @khanacademy/wonder-blocks-testing-core@2.2.1
19
+ - @khanacademy/wonder-blocks-core@12.2.1
20
+ - @khanacademy/wonder-blocks-data@14.1.3
21
+
3
22
  ## 15.1.2
4
23
 
5
24
  ### Patch Changes
@@ -20,11 +20,11 @@ export declare const DefaultAdapters: {
20
20
  readonly router: import("@khanacademy/wonder-blocks-testing-core").TestHarnessAdapter<string | Readonly<{
21
21
  initialEntries: import("history").LocationDescriptor<unknown>[] | undefined;
22
22
  initialIndex?: number | undefined;
23
- getUserConfirmation?: ((message: string, callback: (ok: boolean) => void) => void) | undefined;
24
23
  path?: string;
25
24
  } | {
26
25
  location: import("history").LocationDescriptor;
27
26
  forceStatic: true;
27
+ disableCompatRouter?: boolean;
28
28
  path?: string;
29
29
  } | {
30
30
  location: import("history").LocationDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-testing",
3
- "version": "15.1.2",
3
+ "version": "15.1.4",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,9 +11,9 @@
11
11
  "types": "dist/index.d.ts",
12
12
  "dependencies": {
13
13
  "@babel/runtime": "^7.24.5",
14
- "@khanacademy/wonder-blocks-core": "12.2.0",
15
- "@khanacademy/wonder-blocks-data": "14.1.2",
16
- "@khanacademy/wonder-blocks-testing-core": "2.2.0"
14
+ "@khanacademy/wonder-blocks-core": "12.2.1",
15
+ "@khanacademy/wonder-blocks-testing-core": "3.0.0",
16
+ "@khanacademy/wonder-blocks-data": "14.1.3"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@khanacademy/wonder-stuff-core": "^1.5.4",
@@ -22,7 +22,8 @@
22
22
  "node-fetch": "^2.6.7",
23
23
  "react": "18.2.0",
24
24
  "react-dom": "18.2.0",
25
- "react-router-dom": "5.3.4"
25
+ "react-router-dom": "5.3.4",
26
+ "react-router-dom-v5-compat": "^6.30.0"
26
27
  },
27
28
  "devDependencies": {
28
29
  "@khanacademy/wonder-stuff-testing": "^3.0.5",