@khanacademy/wonder-blocks-timing
Advanced tools
Comparing version 0.0.0-PR2380-20241206202446 to 0.0.0-PR2412-20241220203722
# @khanacademy/wonder-blocks-timing | ||
## 0.0.0-PR2380-20241206202446 | ||
## 0.0.0-PR2412-20241220203722 | ||
### Patch Changes | ||
- 68d69480: No functional changes. Adding prepublishOnly script. | ||
## 6.0.0 | ||
### Major Changes | ||
- 0c7a2dab: Upgrade to React 18 | ||
- e6abdd17: Upgrade to React 18 | ||
@@ -9,0 +15,0 @@ ## 5.0.2 |
{ | ||
"name": "@khanacademy/wonder-blocks-timing", | ||
"private": false, | ||
"version": "0.0.0-PR2380-20241206202446", | ||
"version": "0.0.0-PR2412-20241220203722", | ||
"design": "v1", | ||
@@ -14,3 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublishOnly": "../../utils/publish/package-pre-publish-check.sh" | ||
}, | ||
@@ -21,4 +22,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2380-20241206202446", | ||
"@khanacademy/wonder-blocks-testing-core": "0.0.0-PR2380-20241206202446" | ||
"@khanacademy/wb-dev-build-settings": "^2.0.0", | ||
"@khanacademy/wonder-blocks-testing-core": "0.0.0-PR2412-20241220203722" | ||
}, | ||
@@ -25,0 +26,0 @@ "author": "", |
47318