Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 2248b4b

Browse files
authored
Merge pull request #517 from AztecProtocol/dependabot/npm_and_yarn/develop/jquery-3.5.1
build(deps): [security] bump jquery from 3.4.1 to 3.5.1
2 parents 032415d + 1ac3920 commit 2248b4b

File tree

3 files changed

+1120
-768
lines changed

3 files changed

+1120
-768
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- This is just a suggested template for bugs, feel free to scrap it if you're just suggesting or requesting a feature -->
22

33
## Expected Behaviour
4+
45
<!--- If you're describing a bug, tell us what should happen -->
56
<!--- If you're suggesting a change/improvement, tell us how it should work -->
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lerna": "lerna",
4242
"lint": "yarn wsrun --package $PKG --parallel -c lint",
4343
"prettier": "prettier --config .prettierrc --write '**/*.{js,jsx,json,md}'",
44-
"prettier:ci": "prettier --config .prettierrc --list-different '**/*.{js,jsx,json,md}'",
44+
"prettier:ci": "yarn prettier && prettier --config .prettierrc --list-different '**/*.{js,jsx,json,md}'",
4545
"publish:docs": "yarn wsrun --package $PKG --parallel -c --if has:changed publish:docs",
4646
"rebuild": "run-s clean build",
4747
"script:build:artifacts": "node ./packages/monorepo-scripts/artifacts/build.js",

0 commit comments

Comments
 (0)