Skip to content

Commit 8bb3e34

Browse files
natewellermatticbot
authored andcommitted
Components: use full import paths with JS extensions (#41524)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13348829904 Upstream-Ref: Automattic/jetpack@f95259d
1 parent f26edc9 commit 8bb3e34

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '9b69cb29549b9b10acfe');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '78a2674041b7badd72cd');

build/automations-admin/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '82c4a49c6f65dd4ce8f4');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '80e738cd5d7255098ce0');

build/onboarding-wizard/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
10-
"reference": "342022199b6345167cf2738d8155da88dd379615"
10+
"reference": "3232aae2b109717e4e8e86a0a1e9522a994eb0a6"
1111
},
1212
"require": {
1313
"automattic/jetpack-constants": "^3.0.1",
@@ -79,7 +79,7 @@
7979
"dist": {
8080
"type": "path",
8181
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
82-
"reference": "82e2f522306645b380d5edeeea081440cc1b3c34"
82+
"reference": "e27bffd4bbb7d86d933bcd1ec71cbd53c3bb4b81"
8383
},
8484
"require": {
8585
"composer-plugin-api": "^2.2",
@@ -150,7 +150,7 @@
150150
"dist": {
151151
"type": "path",
152152
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
153-
"reference": "914fbea2e03cfc25f4a5768a188735f3d4ed8316"
153+
"reference": "cde5535a322aed423a8d9d1db8f9af67ce307fcb"
154154
},
155155
"require": {
156156
"composer-plugin-api": "^2.2",
@@ -213,7 +213,7 @@
213213
"dist": {
214214
"type": "path",
215215
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
216-
"reference": "cffab0eed29cfa39aa2c4b99c27d06d50673c2c4"
216+
"reference": "5b76bfb77478ed429faf1b93ca42bb5813ec312f"
217217
},
218218
"require": {
219219
"php": ">=7.2"

vendor/composer/installed.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'automattic/jetpack-assets' => array(
1414
'pretty_version' => '4.0.6',
1515
'version' => '4.0.6.0',
16-
'reference' => '342022199b6345167cf2738d8155da88dd379615',
16+
'reference' => '3232aae2b109717e4e8e86a0a1e9522a994eb0a6',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
1919
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'automattic/jetpack-autoloader' => array(
2323
'pretty_version' => '5.0.1',
2424
'version' => '5.0.1.0',
25-
'reference' => '82e2f522306645b380d5edeeea081440cc1b3c34',
25+
'reference' => 'e27bffd4bbb7d86d933bcd1ec71cbd53c3bb4b81',
2626
'type' => 'composer-plugin',
2727
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
2828
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-composer-plugin' => array(
3232
'pretty_version' => '4.0.0',
3333
'version' => '4.0.0.0',
34-
'reference' => '914fbea2e03cfc25f4a5768a188735f3d4ed8316',
34+
'reference' => 'cde5535a322aed423a8d9d1db8f9af67ce307fcb',
3535
'type' => 'composer-plugin',
3636
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
3737
'aliases' => array(),
@@ -40,7 +40,7 @@
4040
'automattic/jetpack-constants' => array(
4141
'pretty_version' => '3.0.1',
4242
'version' => '3.0.1.0',
43-
'reference' => 'cffab0eed29cfa39aa2c4b99c27d06d50673c2c4',
43+
'reference' => '5b76bfb77478ed429faf1b93ca42bb5813ec312f',
4444
'type' => 'jetpack-library',
4545
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
4646
'aliases' => array(),

0 commit comments

Comments
 (0)