Browse Source

Updates dependecies

main
Eric Amodio 5 years ago
parent
commit
4f5d75b0aa
2 changed files with 142 additions and 1000 deletions
  1. +137
    -995
      package-lock.json
  2. +5
    -5
      package.json

+ 137
- 995
package-lock.json
File diff suppressed because it is too large
View File


+ 5
- 5
package.json View File

@ -4950,12 +4950,12 @@
"devDependencies": {
"@types/lodash-es": "4.17.3",
"@types/node": "10.1.4",
"@typescript-eslint/eslint-plugin": "1.4.2",
"@typescript-eslint/parser": "1.4.2",
"@typescript-eslint/eslint-plugin": "1.5.0",
"@typescript-eslint/parser": "1.5.0",
"clean-webpack-plugin": "2.0.1",
"circular-dependency-plugin": "5.0.2",
"css-loader": "2.1.1",
"eslint": "5.15.2",
"eslint": "5.15.3",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "4.1.0",
"eslint-loader": "2.1.2",
@ -4972,8 +4972,8 @@
"terser-webpack-plugin": "1.2.3",
"ts-loader": "5.3.3",
"typescript": "3.2.4",
"vsce": "1.58.0",
"vscode": "1.1.30",
"vsce": "1.59.0",
"vscode": "1.1.33",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-bundle-analyzer": "3.1.0"

Loading…
Cancel
Save