Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency webpack to v5.74.0 #235

Merged
merged 5 commits into from Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.