Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
bump monaco-editor version and add graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Jun 17, 2019
1 parent 1d1473d commit 584f788
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 53 deletions.
7 changes: 6 additions & 1 deletion languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ module.exports = {
worker: undefined,
alias: undefined,
},
graphql: {
entry: 'vs/basic-languages/graphql/graphql.contribution',
worker: undefined,
alias: undefined,
},
handlebars: {
entry: 'vs/basic-languages/handlebars/handlebars.contribution',
worker: undefined,
Expand Down Expand Up @@ -278,4 +283,4 @@ module.exports = {
worker: undefined,
alias: undefined,
},
};
};
47 changes: 33 additions & 14 deletions package-lock.json

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

76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "monaco-editor-webpack-plugin",
"version": "1.7.0",
"description": "A webpack plugin for the Monaco Editor",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
},
"keywords": [
"webpack",
"monaco",
"editor",
"loader"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
},
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^4.5.0",
"monaco-editor": "^0.15.1"
},
"devDependencies": {
"css-loader": "^1.0.1",
"monaco-editor": "^0.15.6",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@types/webpack": "^4.4.19"
}
"name": "@frstio/monaco-editor-webpack-plugin",
"version": "1.0.0",
"description": "A webpack plugin for the Monaco Editor",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
},
"keywords": [
"webpack",
"monaco",
"editor",
"loader"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
},
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^4.5.0",
"monaco-editor": "^0.17.0"
},
"devDependencies": {
"css-loader": "^1.0.1",
"monaco-editor": "^0.17.0",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@types/webpack": "^4.4.19"
}
}

0 comments on commit 584f788

Please sign in to comment.