update deps

This commit is contained in:
Alex Dima 2020-09-07 14:31:02 +02:00
parent 0c36fc7eb7
commit 8f71c6b9a6
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
2 changed files with 768 additions and 1114 deletions

1856
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,8 +5,8 @@
"main": "out/index.js", "main": "out/index.js",
"typings": "./out/index.d.ts", "typings": "./out/index.d.ts",
"scripts": { "scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js", "test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js --progress",
"test-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config test/webpack-cross-origin.config.js", "test-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config test/webpack-cross-origin.config.js --progress",
"watch": "tsc -w -p tsconfig.json", "watch": "tsc -w -p tsconfig.json",
"prepublishOnly": "tsc -p tsconfig.json" "prepublishOnly": "tsc -p tsconfig.json"
}, },
@ -31,16 +31,16 @@
"monaco-editor": "0.19.x || 0.20.x" "monaco-editor": "0.19.x || 0.20.x"
}, },
"devDependencies": { "devDependencies": {
"@types/loader-utils": "^1.1.3", "@types/loader-utils": "^2.0.1",
"@types/webpack": "^4.41.6", "@types/webpack": "^4.41.22",
"css-loader": "^3.4.2", "css-loader": "^4.2.2",
"file-loader": "^5.0.2", "file-loader": "^6.1.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"monaco-editor": "^0.20.0", "monaco-editor": "^0.20.0",
"style-loader": "^1.1.3", "style-loader": "^1.2.1",
"typescript": "^3.7.5", "typescript": "^3.7.5",
"webpack": "^4.41.5", "webpack": "^4.44.1",
"webpack-cli": "^3.3.10" "webpack-cli": "^3.3.12"
}, },
"dependencies": { "dependencies": {
"loader-utils": "^1.2.3" "loader-utils": "^1.2.3"