Skip to content

Commit

Permalink
Merge pull request #235 from linchpin/renovate/composer
Browse files Browse the repository at this point in the history
chore(deps): update dependency webpack to v5.74.0
  • Loading branch information
aaronware committed Sep 2, 2022
2 parents c7b2eea + d97533d commit 1fd96e1
Show file tree
Hide file tree
Showing 20 changed files with 900 additions and 4,231 deletions.
2 changes: 1 addition & 1 deletion .distignore
Expand Up @@ -9,7 +9,7 @@
/vendor/dealerdirect
/vendor/phpcompatibility
/vendor/php-parallel-lint

/zip
gulpfile.babel.js
yarn.lock
config.yml
Expand Down
17 changes: 12 additions & 5 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "linchpin/courier",
"name": "linchpin/courier-notices",
"description": "Courier Notices, a highly extendable advanced front end notification plugin for WordPress",
"homepage": "https://github.com/linchpin/courier-notices",
"version": "1.4.6",
Expand All @@ -9,7 +9,12 @@
"email": "sayhi@linchpin.com",
"homepage": "https://linchpin.com",
"role": "Developer"
}
},
{
"name": "Aaron Ware",
"role": "Developer",
"email": "aaron@linchpin.com"
}
],
"keywords": [
"WordPress",
Expand Down Expand Up @@ -37,10 +42,11 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^2.3.0",
"squizlabs/php_codesniffer": "^3.6.2",
"squizlabs/php_codesniffer": "^3.7.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"php-parallel-lint/php-parallel-lint": "^v1.3.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0"
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"saggre/phpdocumentor-markdown": "^0.1.3"
},
"scripts" : {
"lint": [
Expand All @@ -59,7 +65,8 @@
"@php ./vendor/phpunit/phpunit/phpunit"
],
"lint-fix": "phpcbf .",
"php-cs-fixer": "./vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix ./ --config=./.php-cs-fixer.dist.php"
"php-cs-fixer": "./vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix ./ --config=./.php-cs-fixer.dist.php",
"create-wiki": "phpDocumentor --directory=application --target=wiki --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
},
"config": {
"allow-plugins": {
Expand Down
54 changes: 52 additions & 2 deletions composer.lock

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

Binary file added css/fonts/courier-admin.eot
Binary file not shown.
12 changes: 12 additions & 0 deletions css/fonts/courier-admin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/fonts/courier-admin.ttf
Binary file not shown.
Binary file added css/fonts/courier-admin.woff
Binary file not shown.
15 changes: 15 additions & 0 deletions css/fonts/courier-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/fonts/courier.eot
Binary file not shown.

0 comments on commit 1fd96e1

Please sign in to comment.