Skip to content

Commit f03379b

Browse files
committedMar 16, 2022
fix: update prettier and dependencies
1 parent 1c00064 commit f03379b

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"test.lint": "eslint ."
1818
},
1919
"dependencies": {
20-
"prettier": "2.4.1",
21-
"prettier-plugin-jsdoc": "^0.3.30",
20+
"prettier": "2.6.0",
21+
"prettier-plugin-jsdoc": "^0.3.31",
2222
"prettier-plugin-packagejson": "^2.2.16",
2323
"sort-package-json": "github:aminya/sort-package-json"
2424
},
2525
"devDependencies": {
26-
"eslint-config-atomic": "^1.17.0"
26+
"eslint-config-atomic": "^1.17.1"
2727
},
2828
"keywords": [
2929
"prettier",

‎pnpm-lock.yaml

+22-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.