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

Commit

Permalink
Merge pull request #517 from AztecProtocol/dependabot/npm_and_yarn/de…
Browse files Browse the repository at this point in the history
…velop/jquery-3.5.1

build(deps): [security] bump jquery from 3.4.1 to 3.5.1
  • Loading branch information
ArnSch authored May 11, 2020
2 parents 032415d + 1ac3920 commit 2248b4b
Show file tree
Hide file tree
Showing 3 changed files with 1,120 additions and 768 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- This is just a suggested template for bugs, feel free to scrap it if you're just suggesting or requesting a feature -->

## Expected Behaviour

<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lerna": "lerna",
"lint": "yarn wsrun --package $PKG --parallel -c lint",
"prettier": "prettier --config .prettierrc --write '**/*.{js,jsx,json,md}'",
"prettier:ci": "prettier --config .prettierrc --list-different '**/*.{js,jsx,json,md}'",
"prettier:ci": "yarn prettier && prettier --config .prettierrc --list-different '**/*.{js,jsx,json,md}'",
"publish:docs": "yarn wsrun --package $PKG --parallel -c --if has:changed publish:docs",
"rebuild": "run-s clean build",
"script:build:artifacts": "node ./packages/monorepo-scripts/artifacts/build.js",
Expand Down
Loading

0 comments on commit 2248b4b

Please sign in to comment.