Skip to content

Commit 69baa0f

Browse files
Upgrade: bump prettier from 2.6.2 to 2.7.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.6.2...2.7.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6958ac commit 69baa0f

File tree

2 files changed

+111
-53
lines changed

2 files changed

+111
-53
lines changed

package-lock.json

Lines changed: 108 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"all": "npm run build && npm run format && npm run lint && npm run pack"
1111
},
1212
"dependencies": {
13-
"@actions/core": "^1.6.0",
13+
"@actions/core": "^1.9.0",
1414
"@actions/exec": "^1.1.1"
1515
},
1616
"devDependencies": {
@@ -19,9 +19,9 @@
1919
"@zeit/ncc": "^0.22.3",
2020
"eslint": "^7.32.0",
2121
"eslint-plugin-github": "^4.3.2",
22-
"eslint-plugin-jest": "^26.0.0",
22+
"eslint-plugin-jest": "^26.5.3",
2323
"js-yaml": "^4.1.0",
24-
"prettier": "^2.6.2",
24+
"prettier": "^2.7.1",
2525
"ts-jest": "^27.1.3",
2626
"typescript": "^4.5.5"
2727
}

0 commit comments

Comments
 (0)