@khanacademy/wonder-blocks-data 14.1.8 → 15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @khanacademy/wonder-blocks-data
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - cf6ddda: Updated Wonder Stuff peer dependencies to latest major releases
8
+
9
+ ### Patch Changes
10
+
11
+ - @khanacademy/wonder-blocks-core@12.4.2
12
+
3
13
  ## 14.1.8
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "14.1.8",
6
+ "version": "15.0.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -23,13 +23,13 @@
23
23
  "@khanacademy/wonder-blocks-core": "12.4.2"
24
24
  },
25
25
  "peerDependencies": {
26
- "@khanacademy/wonder-stuff-core": "^1.5.4",
26
+ "@khanacademy/wonder-stuff-core": "^3.0.0",
27
27
  "react": "18.2.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@khanacademy/wonder-stuff-testing": "^3.0.5",
30
+ "@khanacademy/wonder-stuff-testing": "^4.0.3",
31
31
  "@khanacademy/wb-dev-build-settings": "3.2.0",
32
- "@khanacademy/wonder-blocks-testing-core": "4.0.3"
32
+ "@khanacademy/wonder-blocks-testing-core": "5.0.0"
33
33
  },
34
34
  "scripts": {
35
35
  "test": "echo \"Error: no test specified\" && exit 1"