Browse Source

Updates dependencies

main
Eric Amodio 2 years ago
parent
commit
6322bed93f
2 changed files with 234 additions and 333 deletions
  1. +4
    -5
      package.json
  2. +230
    -328
      yarn.lock

+ 4
- 5
package.json View File

@ -11208,7 +11208,7 @@
"@types/vscode": "1.64.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@vscode/test-electron": "2.1.3",
"@vscode/test-electron": "2.1.4",
"@vscode/test-web": "0.0.24",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "4.0.0",
@ -11216,7 +11216,7 @@
"copy-webpack-plugin": "11.0.0",
"csp-html-webpack-plugin": "5.1.0",
"css-loader": "6.7.1",
"esbuild": "0.14.42",
"esbuild": "0.14.43",
"esbuild-loader": "2.19.0",
"eslint": "8.17.0",
"eslint-cli": "1.1.1",
@ -11236,7 +11236,7 @@
"mini-css-extract-plugin": "2.6.0",
"mocha": "10.0.0",
"prettier": "2.6.2",
"sass": "1.52.2",
"sass": "1.52.3",
"sass-loader": "13.0.0",
"terser-webpack-plugin": "5.3.3",
"ts-loader": "9.3.0",
@ -11250,7 +11250,6 @@
},
"resolutions": {
"node-fetch": "2.6.7",
"semver-regex": "3.1.3",
"trim-newlines": "4.0.2"
"semver-regex": "4.0.5"
}
}

+ 230
- 328
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save