Skip to content

Commit

Permalink
Downgrade dependencies to the last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jan 27, 2022
1 parent 9ba0d66 commit 2790d0e
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 90 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.0",
"@types/mocha": "^9.1.0",
"@types/node": "17.0.11",
"@types/node": "17.0.10",
"@types/shell-quote": "1.7.1",
"@types/vscode": "1.59.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand All @@ -847,12 +847,12 @@
"eslint-config-prettier": "^8.3.0",
"glob": "^7.2.0",
"jest": "^27.4.7",
"mocha": "^9.2.0",
"ovsx": "0.3.0",
"mocha": "^9.1.4",
"ovsx": "0.1.0",
"prettier": "2.5.1",
"ts-jest": "^27.1.3",
"typescript": "4.5.5",
"vsce": "2.6.4"
"vsce": "2.6.3"
},
"dependencies": {
"ansicolor": "^1.1.100",
Expand Down
Loading

0 comments on commit 2790d0e

Please sign in to comment.