Skip to content

Commit

Permalink
chore(deps): Upgrade to all latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugh committed Nov 9, 2021
1 parent 2f7d01b commit b384a67
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 256 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prepare": "husky install",
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"pretest": "yarn run lint --fix && rimraf out && yarn run compile ",
"pretest": "yarn run lint --fix && rimraf ./out && yarn run compile ",
"test": "node ./out/test/runTest.js",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "yarn run pretest",
Expand All @@ -77,24 +77,24 @@
},
"devDependencies": {
"@types/color": "3.0.2",
"@types/glob": "7.1.4",
"@types/glob": "7.2.0",
"@types/mocha": "9.0.0",
"@types/node": "16.10.2",
"@types/node": "16.11.7",
"@types/sinon": "10.0.6",
"@types/vscode": "1.60.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"@types/vscode": "1.62.0",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"glob": "7.2.0",
"husky": "6.0.0",
"lint-staged": "11.2.6",
"mocha": "9.1.2",
"mocha": "9.1.3",
"prettier": "2.4.1",
"sinon": "11.1.2",
"typescript": "4.4.3",
"vsce": "1.100.1",
"sinon": "12.0.1",
"typescript": "4.4.4",
"vsce": "2.2.0",
"vscode-test": "1.6.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit b384a67

Please sign in to comment.