@khanacademy/wonder-blocks-testing 13.0.0 → 14.0.0
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 +13 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-testing
|
|
2
2
|
|
|
3
|
+
## 14.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- e6abdd17: Upgrade to React 18
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [e6abdd17]
|
|
12
|
+
- @khanacademy/wonder-blocks-testing-core@2.0.0
|
|
13
|
+
- @khanacademy/wonder-blocks-core@8.0.0
|
|
14
|
+
- @khanacademy/wonder-blocks-data@14.0.0
|
|
15
|
+
|
|
3
16
|
## 13.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-testing",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@babel/runtime": "^7.18.6",
|
|
17
|
-
"@khanacademy/wonder-blocks-core": "^
|
|
18
|
-
"@khanacademy/wonder-blocks-data": "^
|
|
19
|
-
"@khanacademy/wonder-blocks-testing-core": "^
|
|
17
|
+
"@khanacademy/wonder-blocks-core": "^8.0.0",
|
|
18
|
+
"@khanacademy/wonder-blocks-data": "^14.0.0",
|
|
19
|
+
"@khanacademy/wonder-blocks-testing-core": "^2.0.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@khanacademy/wonder-stuff-core": "^1.2.2",
|
|
23
|
-
"@storybook/addon-actions": "^
|
|
23
|
+
"@storybook/addon-actions": "^8.2.1",
|
|
24
24
|
"aphrodite": "^1.2.5",
|
|
25
25
|
"node-fetch": "^2.6.7",
|
|
26
|
-
"react": "
|
|
27
|
-
"react-dom": "
|
|
28
|
-
"react-router-dom": "5.3.
|
|
26
|
+
"react": "18.2.0",
|
|
27
|
+
"react-dom": "18.2.0",
|
|
28
|
+
"react-router-dom": "5.3.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@khanacademy/wb-dev-build-settings": "^
|
|
31
|
+
"@khanacademy/wb-dev-build-settings": "^2.0.0",
|
|
32
32
|
"@khanacademy/wonder-stuff-testing": "^3.0.1"
|
|
33
33
|
},
|
|
34
34
|
"author": "",
|