Skip to content

Commit

Permalink
Merge pull request #151 from remcohaszing/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
remcohaszing authored Feb 15, 2022
2 parents 629aaaa + 45d8d1a commit 0e42b40
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 738 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "webpack --mode production"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.0.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@schemastore/schema-catalog": "^0.0.5",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions examples/demo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ markdown: hover me to get a markdown based description 😮
enum:
# Unused anchors will be reported
unused anchor: &unused anchor
# Of course numbers are supported!
number: 12
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-editor-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "webpack --mode production"
},
"dependencies": {
"css-loader": "^6.0.0",
"monaco-editor": "^0.31.0",
"monaco-editor-webpack-plugin": "^7.0.0",
"monaco-yaml": "file:../..",
"css-loader": "^6.0.0",
"style-loader": "^3.0.0",
"monaco-editor-webpack-plugin": "^7.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.0.0"
Expand Down
Loading

0 comments on commit 0e42b40

Please sign in to comment.