mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
update deps
This commit is contained in:
parent
0c36fc7eb7
commit
8f71c6b9a6
2 changed files with 768 additions and 1114 deletions
1856
package-lock.json
generated
1856
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue