Skip to content

Commit

Permalink
Bump jest-styled-components from 7.0.4 to 7.0.5 in /src/vscode-bicep (A…
Browse files Browse the repository at this point in the history
…zure#3549)

* Bump jest-styled-components from 7.0.4 to 7.0.5 in /src/vscode-bicep

Bumps [jest-styled-components](https://github.com/styled-components/jest-styled-components) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/styled-components/jest-styled-components/releases)
- [Changelog](https://github.com/styled-components/jest-styled-components/blob/main/CHANGELOG.md)
- [Commits](styled-components/jest-styled-components@v7.0.4...v7.0.5)

---
updated-dependencies:
- dependency-name: jest-styled-components
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node version as required by jest

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Martin <[email protected]>
  • Loading branch information
dependabot[bot] and anthony-c-martin authored Jul 13, 2021
1 parent e982279 commit 238482a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 12.x

- name: npm ci
run: npm ci
Expand Down
65 changes: 44 additions & 21 deletions src/vscode-bicep/package-lock.json

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

2 changes: 1 addition & 1 deletion src/vscode-bicep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"eslint-plugin-react": "^7.24.0",
"fork-ts-checker-webpack-plugin": "^6.2.12",
"jest": "^26.6.2",
"jest-styled-components": "^7.0.4",
"jest-styled-components": "^7.0.5",
"ncp": "^2.0.0",
"nerdbank-gitversioning": "^3.4.220",
"prettier": "^2.3.2",
Expand Down

0 comments on commit 238482a

Please sign in to comment.