Skip to content

Commit

Permalink
Revert "upgraded deps"
Browse files Browse the repository at this point in the history
This reverts commit e916d0e.
  • Loading branch information
ntotten committed Jun 21, 2021
1 parent 47e598b commit 13619cb
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 370 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ All notable changes to the "prettier-vscode" extension will be documented in thi

<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->

## [UNRELEASED]

- Updated Prettier to 2.3.1

## [6.4.0]

- Updated Prettier to 2.3.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/glob": "^7.1.3",
"@types/lodash": "^4.14.160",
"@types/mocha": "^8.0.0",
"@types/node": "14",
"@types/node": "^12",
"@types/prettier": "^2.1.0",
"@types/resolve": "^1.17.0",
"@types/semver": "^7.3.1",
Expand All @@ -99,8 +99,8 @@
"glob": "^7.1.6",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"mocha": "^9.0.1",
"sinon": "^11.1.1",
"mocha": "^8.0.1",
"sinon": "^10.0.0",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
"vsce": "^1.80.0",
Expand All @@ -111,7 +111,7 @@
},
"dependencies": {
"find-up": "^5.0.0",
"prettier": "^2.3.1",
"prettier": "2.3.0",
"resolve": "^1.17.0",
"semver": "^7.3.4",
"vscode-nls": "^5.0.0"
Expand Down
Loading

0 comments on commit 13619cb

Please sign in to comment.