Skip to content

Commit

Permalink
fix: update dependencies to support @wordpress/scripts (#182)
Browse files Browse the repository at this point in the history
* chore: refactor for newspack-scripts dependency updates

* chore: update newspack-scripts to v5.6.0-alpha.3

* chore: update newspack-scripts to v5.6.0-alpha.4

* chore: update newspack-scripts to 5.6.0-alpha.5

* chore: update newspack-scripts to v5.6.0-alpha.7

* chore: update newspack-scripts to v5.6.0-alpha.8

* chore: bump newspack-scripts to v5.5.2
  • Loading branch information
dkoo authored Aug 2, 2024
1 parent d5be08e commit 51d2163
Show file tree
Hide file tree
Showing 5 changed files with 27,747 additions and 54,240 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "automattic/super-cool-ad-inserter",
"description": "Super Cool Ad Inserter",
"type": "wordpress-plugin",
"require-dev": {
"composer/installers": "~2.0",
"automattic/vipwpcs": "^3.0.1",
"wp-coding-standards/wpcs": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"yoast/phpunit-polyfills": "^2.0",
"phpunit/phpunit": "^7.0 || ^9.5"
},
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
"name": "automattic/super-cool-ad-inserter",
"description": "Super Cool Ad Inserter",
"type": "wordpress-plugin",
"require-dev": {
"composer/installers": "~2.0",
"automattic/vipwpcs": "^3.0.1",
"wp-coding-standards/wpcs": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"yoast/phpunit-polyfills": "^2.0",
"phpunit/phpunit": "^7.0 || ^9.5"
},
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "8.0"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
29 changes: 15 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51d2163

Please sign in to comment.