Skip to content

Commit

Permalink
More dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC committed Jan 31, 2020
1 parent eda7f13 commit 8dde9c9
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

---

Bring icons to your [Visual Studio Code](https://code.visualstudio.com/) (**minimum supported version: `1.26.1`**)
Bring icons to your [Visual Studio Code](https://code.visualstudio.com/) (**minimum supported version: `1.31.1`**)

![demo](https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/images/screenshot.gif)

Expand Down
123 changes: 66 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,27 +287,27 @@
"example": "example"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai": "^4.2.8",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/mocha": "^7.0.1",
"@types/node": "10",
"@types/open": "^6.2.1",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^6.2.0",
"@types/semver": "^7.1.0",
"@types/sinon": "^7.5.1",
"@types/vscode": "1.26",
"@types/vscode": "1.31",
"@types/webpack": "^4.41.3",
"chai": "^4.2.0",
"examples-generator": "file:submodules/examples-generator",
"glob": "^7.1.6",
"husky": "^4.2.1",
"lint-staged": "^10.0.2",
"lint-staged": "^10.0.7",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.0",
"rimraf": "^3.0.1",
"sinon": "^8.1.1",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
Expand All @@ -319,9 +319,9 @@
"dependencies": {
"inversify": "^5.0.1",
"lodash": "^4.17.15",
"open": "^7.0.0",
"open": "^7.0.1",
"nsri": "^4.6.0",
"reflect-metadata": "^0.1.13",
"semver": "^7.1.1"
"semver": "^7.1.2"
}
}

0 comments on commit 8dde9c9

Please sign in to comment.