-
Notifications
You must be signed in to change notification settings - Fork 3.2k
WIP: Update npm packages to latest versions for 6.4 Beta 1 #5262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
f4144d8
d1960cc
63217cd
59dd68d
413751d
3adb980
bb55583
22bad59
dd177b0
f881350
bac2694
f06bde5
ae84988
670ad3a
b2a22e2
47dde56
836b9d0
9beee04
c22d71b
ea5bb8b
709b604
3cea4be
219483f
75c3843
1e1ed26
76ea238
d87f9b8
4e4b94a
a6bf745
0eae815
ef7fa1c
6bbce3a
670ab40
f92ba90
99a2b31
89f228b
6e02a73
b7614a2
5d0827c
42eb473
1ba9ebb
3b6b60f
cf48792
59c1099
babbb7a
fce438a
6854286
ab68c96
37c51de
6c77b49
27f9047
5fa88d6
ee20e57
1c1fe1b
3333c8d
2bec0bd
5d078a5
7a97b66
78f9484
abad93f
2b1df6e
bbff6d0
c8bd058
43672e6
9c06e87
de4ce4f
2237a5d
bcb6413
58235ef
bdb938c
0b307fa
18ecc50
291019e
132c57c
2ae8c6d
0587148
bb34412
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Co-Authored-By: Luis Herranz <[email protected]>
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -280,9 +280,12 @@ function wp_default_packages_scripts( $scripts ) { | |
| $assets = include ABSPATH . WPINC . "/assets/script-loader-packages{$suffix}.php"; | ||
|
|
||
| // Add the private version of the Interactivity API manually. | ||
| $assets[ "interactivity{$suffix}.js" ] = array( | ||
| 'dependencies' => array(), | ||
| 'version' => '6.4.0', | ||
| $scripts->add( | ||
| 'wp-interactivity', | ||
| '/wp-includes/js/dist/interactivity.min.js', | ||
| array(), | ||
| '6.4.0', | ||
| 1 | ||
|
||
| ); | ||
|
|
||
| foreach ( $assets as $file_name => $package_data ) { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.