Skip to content

Commit 9d5fadb

Browse files
committed
Upgrade Playground dependencies
1 parent feae093 commit 9d5fadb

File tree

3 files changed

+126
-129
lines changed

3 files changed

+126
-129
lines changed

client/landing/stepper/declarative-flow/internals/steps-repository/playground/lib/blueprint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Blueprint } from '@wp-playground/blueprints';
1+
import { type Blueprint } from '@wp-playground/client';
22
import { resolveBlueprintFromURL } from './resolve-blueprint-from-url';
33

44
const BLUEPRINT_LIB_HOST = 'blueprintlibrary.wordpress.com';

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
"@wordpress/rich-text": "^7.23.0",
209209
"@wordpress/url": "^4.23.0",
210210
"@wordpress/viewport": "^6.23.0",
211-
"@wp-playground/blueprints": "https://wpcomplaygroundpackages.wpcomstaging.com/packages/v1.0.31/@wp-playground-blueprints-1.0.31.tar.gz",
212-
"@wp-playground/client": "https://wpcomplaygroundpackages.wpcomstaging.com/packages/v1.0.31/@wp-playground-client-1.0.31.tar.gz",
211+
"@wp-playground/client": "https://wpcomplaygroundpackages.wpcomstaging.com/packages/v1.0.37/@wp-playground-client-1.0.37.tar.gz",
213212
"animate.css": "^4.1.1",
214213
"browserslist": "^4.24.4",
215214
"calypso": "workspace:^",

0 commit comments

Comments
 (0)