mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-04 20:03:44 +03:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [ws](https://github.com/websockets/ws) to 8.18.0 and updates ancestor dependency [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies need to be updated together. Updates `ws` from 8.13.0 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.18.0) Updates `@wordpress/scripts` from 28.6.0 to 30.0.2 - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.0.2/packages/scripts) --- updated-dependencies: - dependency-name: ws dependency-type: indirect - dependency-name: "@wordpress/scripts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
1 KiB
JSON
29 lines
1 KiB
JSON
{
|
|
"name": "wporg-5ftf",
|
|
"version": "1.0.0",
|
|
"description": "The codebase and development environment for Five for the Future.",
|
|
"author": "WordPress.org",
|
|
"license": "GPL-2.0-or-later",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@wordpress/env": "10.6.0",
|
|
"@wordpress/scripts": "30.0.2"
|
|
},
|
|
"scripts": {
|
|
"setup:tools": "npm install && composer install",
|
|
"build:old-theme": "npm run build --workspace=wporg-5ftf",
|
|
"start:old-theme": "npm run watch --workspace=wporg-5ftf",
|
|
"build:theme": "npm run build --workspace=wporg-5ftf-2024",
|
|
"start:theme": "npm run start --workspace=wporg-5ftf-2024",
|
|
"update:tools": "composer update",
|
|
"wp-env": "wp-env",
|
|
"lint:php": "composer lint ./themes/wporg-5ftf ./themes/wporg-5ftf-2024 ./plugins/wporg-5ftf",
|
|
"format:php": "composer format ./themes/wporg-5ftf ./themes/wporg-5ftf-2024 ./plugins/wporg-5ftf",
|
|
"test:php": "wp-env run tests-cli ./wp-content/mu-plugins/vendor/bin/phpunit -c ./wp-content/phpunit.xml.dist"
|
|
},
|
|
"workspaces": [
|
|
"themes/wporg-5ftf",
|
|
"themes/wporg-5ftf-2024"
|
|
]
|
|
}
|