[Automated] Merge dev into gh-pages

This commit is contained in:
github-actions[bot]
2023-04-18 14:57:44 +00:00
committed by GitHub
3 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1 rev: v3.0.0-alpha.6
hooks: hooks:
- id: prettier - id: prettier
args: args:
@@ -9,7 +9,7 @@ repos:
- '--trailing-comma=all' - '--trailing-comma=all'
exclude: &build 'CookieMonster(Dev)?.js(.map)?' exclude: &build 'CookieMonster(Dev)?.js(.map)?'
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.4.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
exclude: *build exclude: *build

14
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"esm": "^3.2.25", "esm": "^3.2.25",
"mocha": "^8.4.0", "mocha": "^8.4.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "2.7.1", "prettier": "2.8.7",
"webpack": "^5.76.1", "webpack": "^5.76.1",
"webpack-cli": "^4.10.0" "webpack-cli": "^4.10.0"
} }
@@ -3189,9 +3189,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.7.1", "version": "2.8.7",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
"integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@@ -6596,9 +6596,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.7.1", "version": "2.8.7",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
"integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
"dev": true "dev": true
}, },
"punycode": { "punycode": {

View File

@@ -54,7 +54,7 @@
"esm": "^3.2.25", "esm": "^3.2.25",
"mocha": "^8.4.0", "mocha": "^8.4.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "2.7.1", "prettier": "2.8.7",
"webpack": "^5.76.1", "webpack": "^5.76.1",
"webpack-cli": "^4.10.0" "webpack-cli": "^4.10.0"
}, },