mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
9c182d030b
Bumps [nth-check](https://github.com/fb55/nth-check) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1) Updates `@wordpress/scripts` from 7.1.4 to 24.0.0 - [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@24.0.0/packages/scripts) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect - dependency-name: "@wordpress/scripts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"name": "wp-strava-blocks",
|
|
"version": "1.0.0",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^24.0.0"
|
|
}
|
|
}
|